@charset "utf-8";

/* CSS初期化のスタイルを記載 */
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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}

a{
	color: #C60;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
	display: block;
}
input, select {
  vertical-align: middle;
}
body {
	line-height: 1;
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#47210d;
	
}
img {
	vertical-align: bottom;
}
ul, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	etter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table { /* markup tables with 'cellspacing="0"' */
	border-collapse: collapse;
	border-spacing: 0;
}
.alc {
	text-align:center !important;
}

.all {
	text-align: left !important;
}
.alr {
	text-align: right !important;
}
.floatL{ float:left;}
.floatR{ float:right;}
/*Clearfix*/
.clr {
	/zoom : 1;
	}
.clr:after {
	content : ' ';
	display : block;
	clear : both;
	height:0;
	}
.clearboth{
	clear: both !important;
	}

.top-mrgn-S{margin-top:20px !important;}

.top-mrgn-M{margin-top:35px !important;}


.top-mrgn-L{margin-top:50px !important;}


.top-mrgn-LL{margin-top:90px !important;}


.btm-mrgn-S{margin-bottom:20px !important;}

.btm-mrgn-M{margin-bottom:30px !important;}


.btm-mrgn-L{margin-bottom:50px;}


.m-auto{ margin-left:auto !important; margin-right:auto !important;}


.mt20{
	margin-top:20px !important;
	}
	.mb{ margin-bottom:30px;}
.mt80{
	margin-top:80px !important;
	}

.pc{ display:block;}
.sp{ display:none;}



.redtxt {
	color: #990000 !important;
}

.pinktxt {
	color: #e04183 !important;
}

.greentxt {
	color: #289d48 !important;
}
.bluetxt {
	color: #3c99b4 !important;
}



.CL1 {
	width: 100%;
	max-width: 1000px;
	margin: 10px auto;
}





/* 2カラム要素
----------------------------------------------------------- */
.half{
	width: 100%;
	max-width: 1000px;
	margin: 15px auto 5px auto;
	zoom: 1;
}
  
.half:after {
  content: '';
  display: block;
  clear: both;
}
.half > div {
	float: left;
	width: 48%;
	padding:1%;
}

.half{
	
}
.half > div img{
	max-width: 100%;
height: auto;
width /***/:auto;
}


/* 3カラム要素
----------------------------------------------------------- */

.CL3{
	width: 100%;
	max-width: 1000px;
	margin: 10px auto 10px auto;
	zoom: 1;
}
  
.CL3:after {
  content: '';
  display: block;
  clear: both;
}
.CL3 > div {
  float: left;
  width: 32.3%;
}
.CL3 > div + div {
  margin-left:1.3%;
}

.CL3  > div img{
	max-width: 100%;
height: auto;
width /***/:auto;
}




/* 4カラム要素
----------------------------------------------------------- */
.CL4{
	width: 100%;
	max-width: 1000px;
	margin: 5px auto 5px auto;
	zoom: 1;
}
  
.CL4:after {
  content: '';
  display: block;
  clear: both;
}
.CL4 > div {
  float: left;
  width: 23%;
  margin-right: 1.8%;
  margin-top:10px;
}
.CL4 > div + div {
  margin-right: 1.8%;
}

.CL4 > div img{
	max-width: 100%;
height: auto;
width /***/:auto;
}



/* 6カラム要素
----------------------------------------------------------- */
.CL6{
	width: 100%;
	max-width: 1000px;
	margin: 5px auto 5px auto;
	zoom: 1;
}
  
.CL6:after {
  content: '';
  display: block;
  clear: both;
}
.CL6 > div {
  float: left;
  width: 15%;
  margin-right: 1.6%;
  margin-top:5px;
}
.CL6 > div + div {
  margin-right: 1.6%;
}

.CL6 > div img{
	max-width: 100%;
height: auto;
width /***/:auto;
}



.col10 {float:left; width: 10%;}
.col15 {float:left; width: 15%;}
.col20 {float:left; width: 20%;}
.col25 {float:left; width: 25%;}
.col30 {float:left; width: 30%;}
.col35 {float:left; width: 35%;}
.col40 {float:left; width: 40%;}
.col45 {float:left; width: 45%;}
.col50 {float:left; width: 50%;}
.col55 {float:left; width: 55%;}
.col60 {float:left; width: 60%;}
.col65 {float:left; width: 65%;}
.col70 {float:left; width: 70%;}
/*75％以上はfloatしません*/
.col75 { width: 75%;}
.col80 { width: 80%;}
.col90 { width: 90%;}
.col95 { width: 95%;}
.Lmrgn-5per{ margin-left:5%;}
.Lmrgn-10per{ margin-left:10%;}
.Lmrgn-20per{ margin-left:20%;}
.Tmrgn-5per{ margin-top:5% !important;}
.imgfix img, img.imgfix{max-width: 100%;
height: auto;
width /***/:auto;}


.pad10{ padding:10px;}
.text16-30{ font-size:16px !important; line-height:30px !important;}
.text16-30 span{ color:#f39700;}
.textL{ font-size:18px;}
.text14-28{font-size:14px; line-height:28px !important;}
.text14-34{font-size:14px; line-height:34px !important;}
.text22{ font-size:22px !important;}
.text26{ font-size:26px !important;}