@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;
	letter-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;}

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
	.top-mrgn-S{margin-top:5px;}
	.spalc{text-align:center !important;}
}
.top-mrgn-M{margin-top:35px !important;}

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
	.top-mrgn-M{margin-top:10px !important;}
}

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

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
	.top-mrgn-L{margin-top:30px !important;}
}

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

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
	.top-mrgn-LL{margin-top:50px !important;}
}

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

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
	.btm-mrgn-S{margin-bottom:5px !important;}
}
.btm-mrgn-M{margin-bottom:30px !important;}

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
	.btm-mrgn-M{margin-bottom:10px !important;}
}

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

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
	.btm-mrgn-L{margin-bottom:20px !important;}
}

.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;}
@media screen and (max-width: 480px) {
	.pc{ display: none;}
	.sp{ display:block;}
	#page{ width:100%; min-width:320px;}
}


.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;
}



/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
	.CL1 {
	width: 100%;
	max-width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
  .half > div {
	  float: none;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
	padding:0;
	
  }

  .half > div + div {
	margin-left: 0;
	margin-top: 30px;
  }

  .half > div img,.CL1 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;
}


/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
  .CL3 > div {
	  float: none;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
  }

  .CL3 > div + div {
    margin-left: 0;
    margin-top: 3px;
  }

  .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;
}


/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
.CL4 > div {
	  width: 49%;
	float:left;
	margin-left: 2px;
	margin-right: 0px;
	margin-top:5px;
  }
.CL4 > div + div {
    margin-left: 2px;
	margin-right: 0px;
	
	}

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

.clearCL4{
	clear:both;
}
}


/* 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;
}


/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
.CL6 > div {
	  width: 32.5%;
	float:left;
	margin-left: 2px;
	margin-right: 0px;
  }
.CL6 > div + div {
    margin-left: 2px;
	margin-right: 0px;
	}

.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;}
/* スマートフォン(640px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 640px) {
.col10 {float:left; width: 25%;}
.col15 {float:left; width: 25%;}
.col20 {float:left; width: 50%;}
.col25 {float:left; width: 50%;}
/*30％以上はワイド100%に*/
.col30 {float:none; width: 100%;}
.col35 {float:none; width: 100%;}
.col40 {float:none; width: 100%;}
.col45 {float:none; width: 100%;}
.col50 {float:none; width: 100%;}
.col55 {float:none; width: 100%;}
.col60 {float:none; width: 100%;}
.col65 {float:none; width: 100%;}
.col70 {float:none; width: 100%;}
.col75 {float:none; width: 100%;}
.col80 {float:none; width: 100%;}
.col90 {float:none; width: 100%;}
.col95 {float:none; width: 100%;}
.Lmrgn-5per{ margin-left:0%;}
.Tmrgn-5per{ margin-top:0% !important;}
}

.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;}

@media screen and (max-width: 640px) {
	.text16-30{ font-size:14px !important; line-height:26px !important;}
	.text14-28{font-size:13px; line-height:22px !important;}
	.text14-34{font-size:14px; line-height:24px !important;}
}