@charset "UTF-8";
/* common setting (ver 2.0)
==================================================*/
	/* scroll
	------------------------------------------------*/
	html{
		overflow-y:scroll;
		}
	/* css reset
	------------------------------------------------*/
	body, div, p,
	h1, h2, h3, h4, h5, h6,
	dl, dt, dd, ul, ol, li,
	table, caption,th, td,
	form, fieldset, input, textarea, select,
	pre, address, blockquote,
	embed, object{margin:0px;padding:0px;}
	
	/* font family
	------------------------------------------------*/
	body, form textarea, form input{
	font-family: "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	/* font size
	------------------------------------------------*/
	/*universal class >font size >ftMedium*/
	h1, h2, h3, h4, h5, h6,
	p, dt, dd, li, table,
	form, fieldset, input, textarea,
	pre, address, blockquote{font-size:100%;line-height:1.2;}
	
	/* tags base setting
	------------------------------------------------*/
		/*body*/
		body{
			text-align:center;
			color:#333333;
			background:#ffffff;
			font-size:62.5%;
		}
	
		/*h*/
		h1, h2, h3,	h4, h5, h6{font-weight:bold;}
		
		/*p*/
		p{font-weight:normal;}
		/*em || strong*/
		em, strong{font-style:normal;font-weight:bold;}
		
		/*ul || ol*/
		ul, ol{line-height:0px;}
		ul    {list-style:none;}
		li    {display:list-item;}
		li img{vertical-align:bottom;}
		
		/*dl*/
		dl{line-height:0px;}
		dt img, dd img{vertical-align:bottom;}
		
		/*table*/
		table{
			border-collapse:separate;
			border-spacing:0px;
			empty-cells:show;
		}
		caption, th {  
			text-align:left;  
		} 
		
		/*img*/
		img{border:0px;}
		
		/*form*/
		form {font-weight:normal;}
		
		/*a*/
		a         {cursor:pointer;text-decoration:underline;}
		a:link    {color:#0154a0;}
		a:visited {color:#0154a0;}
		a:hover   {color:#0000ff;}
		a:active,
		a:focus   {color:#0154a0;}
/* universal class (ver 2.0)
==================================================*/
	
	/* font size
	------------------------------------------------*/
	/*common setting > font size > ftMedium*/
	.ftToXXS , table.ftToXXS  th, table.ftToXXS  td {font-size:0.7em      !important; line-height:1.5em !important;}
	.ftToXS , table.ftToXS  th, table.ftToXS  td {font-size:0.8em      !important; line-height:1.5em !important;}
	.ftToS  , table.ftToS   th, table.ftToS   td {font-size:0.9em      !important; line-height:1.5em !important;}
	.ftToM , table.ftToM  th, table.ftToM  td {font-size:1.0em     !important; line-height:1.6em !important;}
	.ftToL  , table.ftToL   th, table.ftToL   td {font-size:1.1em     !important; line-height:1.6em !important;}
	.ftToXL , table.ftToXL  th, table.ftToXL  td {font-size:1.2em     !important; line-height:1.6em !important;}
	.ftToXXL, table.ftToXXL th, table.ftToXXL td {font-size:1.3em     !important; line-height:1.6em !important;}

	/*common setting >font size >ftMedium*/
	.ftSmallxxx , table.ftSmallxxx  th, table.ftSmallxxx  td {font-size:0.85em !important; line-height:1.5 !important;}
	.ftSmallxx , table.ftSmallxx  th, table.ftSmallxx  td {font-size:1em !important; line-height:1.5 !important;}
	.ftSmallx , table.ftSmallx  th, table.ftSmallx  td {font-size:1.1em !important; line-height:1.5 !important;}
	.ftSmall  , table.ftSmall   th, table.ftSmall   td {font-size:1.2em !important; line-height:1.5 !important;}
	.ftMedium , table.ftMedium  th, table.ftMedium  td {font-size:1.4em !important; line-height:1.5 !important;}
	.ftLarge  , table.ftLarge   th, table.ftLarge   td {font-size:1.8em !important; line-height:1.5 !important;}
	.ftLargex , table.ftLargex  th, table.ftLargex  td {font-size:2.4em !important; line-height:1.5 !important;}
	.ftLargexx, table.ftLargexx th, table.ftLargexx td {font-size:2.8em !important; line-height:1.5 !important;}
	/* float clear
	------------------------------------------------*/
	br.clearFloat,
	img.clearFloat {clear:both;height:1px;}
	div.clearFloat {clear:both;font-size:1px;line-height:0px;height:1px;width:1px;}
	/* text align
	------------------------------------------------*/
	.txtAlignL, table.txtAlignL th, table.txtAlignL td {text-align:left   !important;}
	.txtAlignC, table.txtAlignC th, table.txtAlignC td {text-align:center !important;}
	.txtAlignR, table.txtAlignR th, table.txtAlignR td {text-align:right  !important;}
	/* vertical align
	------------------------------------------------*/
	.vAlignT, table.vAlignT th, table.vAlignT td {vertical-align:top    !important;}
	.vAlignM, table.vAlignM th, table.vAlignM td {vertical-align:middle !important;}
	.vAlignB, table.vAlignB th, table.vAlignB td {vertical-align:bottom !important;}
	/* margin set
	------------------------------------------------*/
		/*reset*/
		.margReset {margin:0px !important;}
		/*0px*/
		.margT00 {margin-top   :0px !important;}
		.margR00 {margin-right :0px !important;}
		.margB00 {margin-bottom:0px !important;}
		.margL00 {margin-left  :0px !important;}
		/*5px*/
		.margT05 {margin-top   :5px !important;}
		.margR05 {margin-right :5px !important;}
		.margB05 {margin-bottom:5px !important;}
		.margL05 {margin-left  :5px !important;}
		/*10px*/
		.margT10 {margin-top   :10px !important;}
		.margR10 {margin-right :10px !important;}
		.margB10 {margin-bottom:10px !important;}
		.margL10 {margin-left  :10px !important;}
		/*15px*/
		.margT15 {margin-top   :15px !important;}
		.margR15 {margin-right :15px !important;}
		.margB15 {margin-bottom:15px !important;}
		.margL15 {margin-left  :15px !important;}
		/*20px*/
		.margT20 {margin-top   :20px !important;}
		.margR20 {margin-right :20px !important;}
		.margB20 {margin-bottom:20px !important;}
		.margL20 {margin-left  :20px !important;}
		/*25px*/
		.margT25 {margin-top   :25px !important;}
		.margR25 {margin-right :25px !important;}
		.margB25 {margin-bottom:25px !important;}
		.margL25 {margin-left  :25px !important;}
		/*30px*/
		.margT30 {margin-top   :30px !important;}
		.margR30 {margin-right :30px !important;}
		.margB30 {margin-bottom:30px !important;}
		.margL30 {margin-left  :30px !important;}
		/*35px*/
		.margT35 {margin-top   :35px !important;}
		.margR35 {margin-right :35px !important;}
		.margB35 {margin-bottom:35px !important;}
		.margL35 {margin-left  :35px !important;}
		/*40px*/
		.margT40 {margin-top   :40px !important;}
		.margR40 {margin-right :40px !important;}
		.margB40 {margin-bottom:40px !important;}
		.margL40 {margin-left  :40px !important;}
		/*45px*/
		.margT45 {margin-top   :45px !important;}
		.margR45 {margin-right :45px !important;}
		.margB45 {margin-bottom:45px !important;}
		.margL45 {margin-left  :45px !important;}
		/*50px*/
		.margT50 {margin-top   :50px !important;}
		.margR50 {margin-right :50px !important;}
		.margB50 {margin-bottom:50px !important;}
		.margL50 {margin-left  :50px !important;}
		/*60px*/
		.margT60 {margin-top   :60px !important;}
		.margR60 {margin-right :60px !important;}
		.margB60 {margin-bottom:60px !important;}
		.margL60 {margin-left  :60px !important;}
		/*100px*/
		.margT100 {margin-top   :100px !important;}
		.margR100 {margin-right :100px !important;}
		.margB100 {margin-bottom:100px !important;}
		.margL100 {margin-left  :100px !important;}
		/*150px*/
		.margT150 {margin-top   :150px !important;}
		.margR150 {margin-right :150px !important;}
		.margB150 {margin-bottom:150px !important;}
		.margL150 {margin-left  :150px !important;}

		/*reset*/
		.paddReset {padding:0px !important;}
		/*0px*/
		.paddT00 {padding-top   :0px !important;}
		.paddR00 {padding-right :0px !important;}
		.paddB00 {padding-bottom:0px !important;}
		.paddL00 {padding-left  :0px !important;}
		/*5px*/
		.paddT05 {padding-top   :5px !important;}
		.paddR05 {padding-right :5px !important;}
		.paddB05 {padding-bottom:5px !important;}
		.paddL05 {padding-left  :5px !important;}
		/*10px*/
		.paddT10 {padding-top   :10px !important;}
		.paddR10 {padding-right :10px !important;}
		.paddB10 {padding-bottom:10px !important;}
		.paddL10 {padding-left  :10px !important;}
		/*15px*/
		.paddT15 {padding-top   :15px !important;}
		.paddR15 {padding-right :15px !important;}
		.paddB15 {padding-bottom:15px !important;}
		.paddL15 {padding-left  :15px !important;}
		/*20px*/
		.paddT20 {padding-top   :20px !important;}
		.paddR20 {padding-right :20px !important;}
		.paddB20 {padding-bottom:20px !important;}
		.paddL20 {padding-left  :20px !important;}
		/*25px*/
		.paddT25 {padding-top   :25px !important;}
		.paddR25 {padding-right :25px !important;}
		.paddB25 {padding-bottom:25px !important;}
		.paddL25 {padding-left  :25px !important;}
		/*30px*/
		.paddT30 {padding-top   :30px !important;}
		.paddR30 {padding-right :30px !important;}
		.paddB30 {padding-bottom:30px !important;}
		.paddL30 {padding-left  :30px !important;}
		/*60px*/
		.paddT60 {padding-top   :60px !important;}
		.paddR60 {padding-right :60px !important;}
		.paddB60 {padding-bottom:60px !important;}
		.paddL60 {padding-left  :60px !important;}
		/*1em*/
		.paddL1em{padding-left:1.2em !important;}

	/* width set
	------------------------------------------------*/
		.width100px{width:100px !important;}
		.width110px{width:110px !important;}
		.width120px{width:120px !important;}
		.width130px{width:130px !important;}
		.width140px{width:140px !important;}
		.width150px{width:150px !important;}
		.width160px{width:160px !important;}
		.width170px{width:170px !important;}
		.width180px{width:180px !important;}
		.width190px{width:190px !important;}
		.width200px{width:200px !important;}
		.width250px{width:250px !important;}
		.width300px{width:300px !important;}
		.width350px{width:350px !important;}
		.width400px{width:400px !important;}
		.width450px{width:450px !important;}
		.width500px{width:500px !important;}
		.width550px{width:550px !important;}
		.width7em{width:7em !important;}
		.width8em{width:8em !important;}
		.width9em{width:9em !important;}
		.width10em{width:10em !important;}
		.widthAuto{width:auto !important;}

/* button
==========================================================*/
	/*a*/
	a img.btn{
		filter:alpha(opacity=100);
		opacity: 1.0;
		}
	a:hover img.btn{
		filter:alpha(opacity=70);
		opacity: 0.7;
	}
	/*img.btn*/
	img.btn{
		filter:alpha(opacity=30);
		opacity: 0.3;
		}

/* fontsize
==========================================================*/
p,
ol li,
dl dt,
dl dd,
th,
td,
ul li{
	font-size:1.4em;
	line-height:1.5;
}

/* others
==========================================================*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

.bnr-smp {
	margin: 20px 0;
}

#contentsBody a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#contentsBody p.margT20.txtAlignC a[href^="tel:"]:hover img,#contentsBody .column2L a[href^="tel:"]:hover img{
	opacity: 1;
}

.txtDecoUnderline {
	text-decoration: underline!important;
}
.txtDecoNone {
	text-decoration: none!important;
}
.txtNowrap {
	white-space: nowrap!important;
}
.txtBreakAll {
	word-break: break-all!important;
}
.txtIndent {
	display: block!important;
	padding-left: 1em!important;
	text-indent: -1em!important;
}

.dpTable {
	display: table!important;
}
.dpTableCell {
	display: table-cell!important;
}

/* "tel:"リンクをスマートフォン端末以外では無効化 */
a[href^="tel:"] { cursor: default; }
