@charset "Shift_JIS";
/*---------------------------------


----------------------------------*/
/*base
670pxより小さい場合スマートフォン用
----------------------------------*/

html {
  min-width: 320px;/*スマートフォン用*/
  font-size: 62.5%;/*10px*/
}
body {
  margin: 0;
  border-top: 4px solid #09BCEF;
background: #fff url() left top repeat-x;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}




/*layout
----------------------------------*/
#wrapper {
  position: relative;
  margin: 0 10px;
  padding-bottom: 60px;
  
}
/*header*/
header #logo {
  text-align: center;
  margin: 10px 0;
}
/*navigation*/
#navControl{
  margin-top:-50px;
  text-align: right;
}
#navControl a {
  display: inline-block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background: #1fb9da url(../img/icon_common.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: bottom;
}
.ie7 #navControl a{
  display: block;
}
#navControl a.active{
  background-position: 0 -44px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
  #navControl a {
    background: #1fb9da url(../img/icon_common@2x.png) no-repeat 0 0;
    -webkit-background-size: 88px 220px;
    background-size: 88px 220px;
  }
}

header nav{
  margin-bottom: 1em;
}
ul#globalNav {
  margin: 0;
  padding: 0;
}
ul#globalNav li{
  border-bottom: 1px solid #000;
}
ul#globalNav li a {
  display: block;
  padding: 10px;
  background: #1fb9da;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,97,129,0.3);
}
ul#globalNav li a:hover{
  background-color: #8ADDEE;
}
#mainNav ul li a i{
  margin-right: 5px;
  vertical-align: middle;
}


/*パンくず*/

.pagenavi {
	overflow: hidden;
	margin-bottom: 5px;
	 font-size: 12px;
	 font-size: 1.2rem;
}

.pagenavi li {
	list-style-type:none;
	float: left;
	color: #7E8081;
}

.pagenavi li a {
	color: #21ADE5;
}

/*ページtop*/
.pagetop_pc {
	text-align: right;
	color: #21ADE5;
	font-weight: bold;
	 font-size: 13px;
	 font-size: 1.3rem;
	padding-top: 7px;
}



/*social button*/
#socialBtn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 93.33%;/*280px/300px*/
  margin-left: -46.665%;
  padding: 0;
}
#socialBtn li {
  display: block;
  width: 46.42%;/*130px/280px*/
}
#socialBtn li a {
  display: block;
  padding: 8px 36px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
#socialBtn li.twitter {
  float: left;
}
#socialBtn li.twitter a {
  background: #45b0e3 url(../img/icon_common.png) 0 -134px no-repeat;
}
#socialBtn li.twitter a:hover {
  background-color: #2a95c8;
}
#socialBtn li.facebook {
  float: right;
}
#socialBtn li.facebook a {
  background: #39599f url(../img/icon_common.png) 0 -179px no-repeat;
}
#socialBtn li.facebook a:hover {
  background-color: #234080;
}

/*高精細ディスプレイ−デバイスのピクセル密度の最低値が1.5の場合のみスタイルを適用(アップル+W3C用)*/

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
  #socialBtn li.twitter a {
    background-image: url(../img/icon_common@2x.png);
    -webkit-background-size: 88px 220px;
    background-size: 88px 220px;
  }
  #socialBtn li.facebook a {
    background-image: url(../img/icon_common@2x.png);
    -webkit-background-size: 88px 220px;
    background-size: 88px 220px;
  }
}



/*main*/
#main h2{
  margin-bottom: 0.5em;
/*  box-shadow: 0 1px 0 0 #000;*/
  font-weight: normal;
  
  
}
 #main h2.contentTitle{
	width:70%;
	padding: 10px 10px;
	background-color:rgba(1, 1, 1, 0.7);
	margin:1em auto;
	margin-bottom: 30px;
	color:#ffffff;
	font-size: 28px;
	font-size: 2.8rem;
	text-align:center;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50);
		-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
		
}

/*#main h2.contentTitle{
	margin:1em auto;
	margin-bottom: 10px;
	color:#ffffff;
	font-size: 28px;
	font-size: 2.8rem;
	text-align:center;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50);
		-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
		
}*/


#main div.backttl{
	background-image:url(../img/back_ttl02.jpg); width:100%; padding:1em;
	}

#main h3{
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align:center;

}


/*@media only screen and (max-width: 639px){

#main h2.contentTitle::after{
		display: inline-block;
		content: attr(data-label); /*contentでdata-label属性を指定*/
		/*color: #0182c3;
		/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
		-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
		font-size: 23px;
		font-weight: bold;
		letter-spacing: 2px;
		padding-bottom:10px;
	}
	h2.contentTitle img{
		display: none;
	}
	h2.contentTitle{
		/*box-sizing: border-box;
		/*-webkit-box-sizing: border-box;
		/*padding: 5px 3px 2px;
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#9ed4f2)); /* Chrome,Safari4+ */
		/*background: -ms-linear-gradient(top, #ffffff 0%,#9ed4f2 100%); /* IE10+ */
		/*background: linear-gradient(to bottom, #ffffff 0%,#9ed4f2 100%); /* W3C */
		/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);*/
	/*}*/

/*}*/




#main h3.tit_h3_01,
#main h3.tit_h3_02 {
	padding: 5px 10px;
	font-size: 1.286em;
	border-left: 4px solid #ea5a3c;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

#main h3.tit_h3_02 {
	border-left: 4px solid #3D901C;
}

#main h4.tit_h4_01 {
	font-weight: bold;
	color: #ea5a3c;
	font-size: 1.143em;
}

#main h4.tit_h4_02 {
	font-weight: bold;
	color: #3D901C;
	font-size: 1.143em;
}


/*table*/
table{
	margin: 10px auto;
}
th,td{ 
	margin: 0; 
	padding: 10px;
	vertical-align: top; 
/*	border: 1px solid #babcbf;*/
}

th{
white-space:nowrap;
	
}




/*footer*/
#footer {
  padding: 18px 0 16px;
  margin-top:1em;
  border-top: 1px solid #9ed4f2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#9ed4f2)); /* Chrome,Safari4+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#9ed4f2 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#9ed4f2 100%); /* W3C */
  color: #0182c3;
  text-align: center;
  
}

#main .for_pc {
  	display:none;
  }
  
#main .for_mobile {
	  display:block;
  }
  
#main .for_pc_inline {
    display:none;
  }

#main .for_mobile_inline {
    display:none;

  }
  
  #main .for_mobile_inline_b {
    display: inline-block;
  }
  
