@charset "utf-8";

/* 初期設定
 ======================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	font-size: 62.5%; 
	overflow-y:scroll;
}

body {
	word-wrap:break-word;
/*	font: 14px/1.3 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/*ゴシック系*/
	font: 14px/1.6 Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
/*明朝系
	font: 14px/1.3 "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	font: 1.4rem;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, caption, address, th {
	font-style :normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

ul ,ol, li, dl, dt, dd {
	list-style: none;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:bottom;
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
}

a {
	margin: 0;
	padding :0;
	outline: none;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	color: #000;
}
@media only screen and (min-width:769px){
	a {
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;  
	}
	a:hover {  
		opacity: 0.7;  
		filter: alpha(opacity=30);  
	}
}
/* FORM ------------------- */
button, fieldset, form, input, label, legend, select, textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
}
input, select {
	vertical-align: middle;
}
input[type=radio], input[type=checkbox], label {
	cursor: pointer;
}
input[type=radio], input[type=checkbox] {
	margin: 1rem 1rem 1rem 2rem;
}

.cfx:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0;
}
.cfx { display: inline-table;zoom:1; }
/* hides from ie mac \*/
* html .cfx { height: 1%; }
.cfx { display: block; }
/* end hide from ie mac */

/* PC or SPで表示する------------------- */
.pcShow {
	display:block;
}
.spShow {
	display:none;
}
@media only screen and (max-width:768px){
.pcShow {
	display:none;
}
.spShow {
	display:block;
}
}

/* SPで改行しない------------------- */
@media only screen and (max-width:768px){
.brHide {
	display:none;
}
}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb75{margin-bottom:75px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}

.mr5{margin-right:5px;}
.mr8{margin-right:8px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}

.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}

.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl35{padding-left:35px;}
.pl40{padding-left:40px;}
.pl45{padding-left:45px;}
.pl50{padding-left:50px;}

.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}
.pr45{padding-right:45px;}
.pr50{padding-right:50px;}

.ptb5{padding-top:5px; padding-bottom:5px;}
.ptb10{padding-top:10px; padding-bottom:10px;}
.ptb15{padding-top:15px; padding-bottom:15px;}
.ptb20{padding-top:20px; padding-bottom:20px;}
.ptb25{padding-top:25px; padding-bottom:25px;}
.ptb30{padding-top:30px; padding-bottom:30px;}
.ptb35{padding-top:35px; padding-bottom:35px;}
.ptb40{padding-top:40px; padding-bottom:40px;}
.ptb45{padding-top:45px; padding-bottom:45px;}
.ptb50{padding-top:50px; padding-bottom:50px;}

.plr5{padding-right:5px; padding-left:5px;}
.plr10{padding-right:10px; padding-left:10px;}
.plr15{padding-right:15px; padding-left:15px;}
.plr20{padding-right:20px; padding-left:20px;}
.plr25{padding-right:25px; padding-left:25px;}
.plr30{padding-right:30px; padding-left:30px;}
.plr35{padding-right:35px; padding-left:35px;}
.plr40{padding-right:40px; padding-left:40px;}
.plr45{padding-right:45px; padding-left:45px;}
.plr50{padding-right:50px; padding-left:50px;}

.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p25{padding:25px;}
.p30{padding:30px;}
.p35{padding:35px;}
.p40{padding:40px;}
.p45{padding:45px;}
.p50{padding:50px;}

/* フォントサイズ設定------------------ */
.f10 { font-size: 71.4%; }
.f11 { font-size: 78.6%; }
.f12 { font-size: 85.7%; }
.f13 { font-size: 92.9%; }
.f14 { font-size: 100%; }
.f15 { font-size: 107.1%; }
.f16 { font-size: 114.3%; }
.f17 { font-size: 121.4%; }
.f18 { font-size: 128.6%; }
.f19 { font-size: 135.7%; }
.f20 { font-size: 142.9%; }
.f21 { font-size: 150.0%; }
.f22 { font-size: 157.1%; }
.f23 { font-size: 164.3%; }
.f24 { font-size: 171.4%; }
.f25 { font-size: 178.6%; }
.f26 { font-size: 185.7%; }
.f27 { font-size: 192.9%; }
.f28 { font-size: 200%; }
.f29 { font-size: 207.1%; }
.f30 { font-size: 214.3%; }
.f31 { font-size: 221.4%; }
.f32 { font-size: 228.6%; }
.f33 { font-size: 235.7%; }
.f34 { font-size: 242.9%; }
.f35 { font-size: 250%; }
.f36 { font-size: 257.1%; }
.f37 { font-size: 264.3%; }
.f38 { font-size: 271.4%; }
.f39 { font-size: 278.6%; }
.f40 { font-size: 285.7%; }

/* 行間設定---------------------------- */
.lh10 { line-height: 71.4%; }
.lh11 { line-height: 78.6%; }
.lh12 { line-height: 85.7%; }
.lh13 { line-height: 92.9%; }
.lh14 { line-height: 100%; }
.lh15 { line-height: 107.1%; }
.lh16 { line-height: 114.3%; }
.lh17 { line-height: 121.4%; }
.lh18 { line-height: 128.6%; }
.lh19 { line-height: 135.7%; }
.lh20 { line-height: 142.9%; }
.lh21 { line-height: 150.0%; }
.lh22 { line-height: 157.1%; }
.lh23 { line-height: 164.3%; }
.lh24 { line-height: 171.4%; }
.lh25 { line-height: 178.6%; }
.lh26 { line-height: 185.7%; }
.lh27 { line-height: 192.9%; }
.lh28 { line-height: 200%; }
.lh29 { line-height: 207.1%; }
.lh30 { line-height: 214.3%; }
.lh31 { line-height: 221.4%; }
.lh32 { line-height: 228.6%; }
.lh33 { line-height: 235.7%; }
.lh34 { line-height: 242.9%; }
.lh35 { line-height: 250%; }
.lh36 { line-height: 257.1%; }
.lh37 { line-height: 264.3%; }
.lh38 { line-height: 271.4%; }
.lh39 { line-height: 278.6%; }
.lh40 { line-height: 285.7%; }

/* フォント装飾設定------------------- */
strong {
	font-weight: bold;
}
small, .small {
	font-size: 0.8em;
}
.txt_red { color: #f00; }
.txt_pink { color: #ff0066; }
.txt_blue {	color: #148cd5; }
.txt_green { color: #2d921f; }
.txt_white { color: #fff; }
.txt_black { color: #000; }
.txt_999 { color: #999; }
.txt_666 { color: #666; }
.txt_333 { color: #333; }

/* インデント設定------------------- */
.em1, .em1h, .em2, .em3, .em4, .em5 {
	display: block;
	padding-left: 0;
	list-style: none;
}
.em1 {
	margin-left: 1em !important;
	text-indent: -1em;
}
.em1h {
	margin-left: 1.5em !important;
	text-indent: -1.5em;
}
.em2 {
	margin-left: 2em !important;
	text-indent: -2em;
}
.em3 {
	margin-left: 3em !important;
	text-indent: -3em;
}
.em4 {
	margin-left: 4em !important;
	text-indent: -4em;
}
.em5 {
	margin-left: 5em !important;
	text-indent: -5em;
}

/* ヘッダー装飾設定------------------- */
.header1 {
	padding: 10px;
	background: #29343a;
	color: #fff;
	font-size: 116%;
}
.header2 {
	color: #FFF;
	line-height: 1.2;
	font-size: 107.1%;
}
.header3 {
	padding: 10px;
	background: #e6e6e6;
	color: #333;
	font-size: 116%;
}

/* 横位置設定------------------- */
.tC {
	text-align:center;
}
.tL {
	text-align:left;
}
.tR {
	text-align:right;
}

/* float設定-------------------------- */
.fL { float: left; }
.fR { float: right; }

/* 画像設定------------------- */
.img_auto {
	max-width: 100%;
	height: auto;
}


/* 共通
 ======================================== */
.wrapper {
	width:100%;
}
