@charset "UTF-8";
/* CSS Document */


/*==================================================================== reset
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address,
abbr, code, pre, samp, blockquote, q, cite,
img, del, ins, dfn, var, strong, em, small, b, i, sub, sup,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, dialog, figcaption, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-style: normal; vertical-align: baseline; background: transparent;}

article, aside, details, dialog,
figcaption, figure, footer, header, hgroup, nav, section { display: block;}

blockquote, q { quotes: none;}

/*==================================================================== common
*/

html {
    font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}

body {
	cursor: auto;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family:  "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 0;
	word-spacing: 0.1em;
	text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; padding: 0;}



a img { border: none;}

a			{ color: #1378dc; text-decoration: none; vertical-align: baseline; cursor: pointer;}
/*a:visited	{ color: #338ae0;}
a:hover		{ color: #f7931e; text-decoration: none;}
a:active	{ color: #f7931e;}
a:focus		{ color: #f7931e;}*/

hr {border: 0;}
ul { list-style: none;}

/*==================================================================== utility
*/

.clear { clear: both;}

.aC, .ac { text-align: center !important;}
.aL, .al { text-align: left !important;}
.aR, .ar { text-align: right !important;}

.fL, .fl { float: left;}
.fR, .fr { float: right;}
.imgL, .img_l { float: left; padding-right: 10px;}
.imgR, .img_r { float: right; padding-left: 10px;}
.imgL img, .img_1 img,
.imgR img, .img_r img { margin-bottom: 5px;}



/*---------------------------------- cleaarfix
*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix { display: inline-block;}
/* for IE7 */

/* Holly Hack Targets IE Win only \*/
.clearfix { height: 1%;}
.clearfix { display: block;}
/* End Holly Hack */

