@charset "utf-8";

/**************************************************

	common.css

**************************************************/

body , html {

}

body{
	position: relative;
	font-size: 16px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	word-wrap: break-word;
}

.mincho{
	font-family: A1 Mincho,Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.e-font01{
	font-family: 'Raleway', sans-serif;
}

@font-face {
  font-family: 'kiloji_p';
  src: url('/font/kiloji_p.ttf') format('truetype');
}

.pc-on{ display: block!important; }
.sp-on{ display: none !important; }

a:hover.opacity img,
a:hover.opacity,
a:hover img{
	opacity: 0.8;
}

a img,
a:hover img{
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.fade image,
.fade{
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}


.wrap{
	width: 940px;
	margin: 0 auto;
}


/********** ヘッダー **********/

header{
	border-bottom: 2px solid #3A96D3;
}

header .wrap{
	display: table;
	padding: 10px 0;
}

header .header_link,
header .header_tel,
header h1{
	display: table-cell;
	vertical-align: middle;
}

header h1{
	width: 233px;
}

header .header_tel{
	width: 288px;
	text-align: right;
	padding-right: 12px;
}

header .header_link ul{
	float: right;
	margin-right: -17px;
}

header .header_link ul li{
	float: left;
	margin-right: 6px;
}

header .header_link ul li:last-child{
	margin-right: 0;
}



/********** フッター **********/

footer{
	padding: 40px 0 50px;
}

#footer_navi{
	position: relative;
	overflow: hidden;
	background: #0256BA;
	padding: 15px 0;
	margin: 0 0 20px;
}

#footer_navi ul {
	position: relative;
	left: 50%;
	float: left;
}

#footer_navi ul li {
	position: relative;
	left: -50%;
	float: left;
	line-height: 1;
}

#footer_navi ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	border-right: 1px solid #fff;
}

#footer_navi ul li:last-child a{
	border-right: none;
}

#copyright{
	text-align: center;
	font-size: 12px;
}


/********** コンテンツ **********/

#cnts{
	background: url(../images/common/body-bg.png);
	padding: 60px 0 40px;
	border-bottom: 2px solid #3A96D3;
}

#cnts #main{
	width: 940px;
	margin: 0 auto;
}


article#cnts article#main h2 {
	margin-bottom: 20px;
}


.basic_cont_wrapp{
	background: #fff;
	border: 1px solid #CCE7F1;
	padding: 25px 30px;
	margin: 0 0 50px;
}








/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media screen and (max-width: 640px) {

html { font-size: 62.5%; }
body {
	font-size: 1.4rem;
	-webkit-text-size-adjust:100%;
}

.sp-on{ display: block !important; }
.pc-on{ display: none !important; }


.wrap{
	width: auto;
	margin: 0 3%;
}


/********** ヘッダー **********/

header .wrap{
	display: table;
	padding: 10px 0;
}

header .header_link,
header .header_tel,
header h1{
	display: table-cell;
	vertical-align: middle;
}

header h1{
	width: 30%;
}

header .header_tel{
	width: 40%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

header .header_link{
	width: 30%;
	box-sizing: border-box;
}

header .header_link ul{
	float: none;
	margin-right: 0;
}

header .header_link ul li{
	float: none;
	margin-right: 0;
}

header .header_link ul li:last-child{
	margin-right: 0;
	margin-top: 6px;
}



/********** フッター **********/

footer{
	padding: 20px 0 20px;
}

#footer_navi{
	padding: 0 0;
	margin: 0 0 20px;
}

#footer_navi ul {
	position: relative;
	left: 0;
	float: none;
}

#footer_navi ul li {
	position: relative;
	left: 0;
	float: left;
	line-height: 1;
	width: 50%;
}

#footer_navi ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 1.2rem;
}

#footer_navi ul li:last-child a{
	border-right: 1px solid #fff;
}

#footer_navi ul li:nth-child(even) a{
	border-right: none;
}

#copyright{
	text-align: center;
	font-size: 1.2rem;
}


/********** コンテンツ **********/

#cnts{
	padding: 30px 0 30px;
}

#cnts #main{
	width: auto;
	margin: 0 3%;
}

article#cnts article#main h2 {
	margin: 0 0 10px 0;
	height: 24px;
	width: auto;
}

article#cnts article#main h2 img{
	width: auto;
	height: 100%;
}


.basic_cont_wrapp{
	padding: 15px 15px;
	margin: 0 0 30px;
}



}