@charset "UTF-8";

/* -------------------------------
   common
------------------------------- */
#wrap {
	width:100%;
	min-width:960px;
	border-top:5px solid #0068B6;
	overflow:hidden;
}
@media screen and (max-width:768px){
#wrap {
	width:100%;
	min-width:100%;
	border-top:none;
}	
}
/* header
=======================================================*/
header {
	position:relative;
	width:1060px;
	margin:0 auto;
}
header .header_top{
	height:83px;
}
header .header_top .logo{
	position:absolute;
	top:14px;
	left:0;
}
header .header_top .logo a{
	color:#0068B6;
	font-weight:bold;
	font-size:220%;
	font-feature-settings: "palt" 1;
	line-height:1.6;
}
header .header_top .snsBtns {
	position:absolute;
	top:18px;
	left:270px;
}
header .header_top .snsBtns li {
	overflow:hidden;
	float:left;
	margin-right:10px;
}
header .header_top .catch {
	position:absolute;
	top:45px;
	left:270px;
	font-weight:normal;
	font-size:12px;
}
header .header_top .contactBtn{
	position:absolute;
	top:10px;
	right:50px;
}
header .header_top .contactBtn a{
	display:block;
	width:204px;
	height:54px;
	background:url("../img/common/btn01_bg.png") no-repeat top center;
	background-size:cover;
}
header .header_top .contactBtn a span{
	background:url("../img/common/btn01_link.png") no-repeat;
	background-position:center right 10px;
	display:inline-block;
	width:100%;
	padding-right:20px;
	box-sizing:border-box;
	line-height:54px;
	color:#fff;
	text-align:center;
	font-size:158%;
	text-shadow:1px 1px 3px #b3b3b3;
}
header .mainImg{
	position:relative;
	height:360px;
	padding:5px 0;
	box-sizing:border-box;
	background:url("../img/common/bg_ptn.png") repeat 0 0;
	border:1px solid #fff;
	box-shadow:0 2px 4px #ccc;
}
header .mainImg .m_features{
	margin:0 0 0 40px; 
}
header .mainImg .m_features li{
	float:left;
	background:#111;
	margin:50px 10px 0 0;
	border-radius:5px;
	padding:7px 35px;
	color:#fff;
	font-size:115%;
}
header .mainImg h2 .h2_1{
	background:#ff9900;
	font-size:286%;
	color:#fff;
font-weight:bold;
	padding:3px 0 3px 40px;
	margin-top:15px;
}
header .mainImg h2 .h2_2{
	font-size:315%;
	color:#005fab;
	font-weight:bold;
	font-feature-settings: "palt" 1;
	margin:5px 0 0 30px;
}
header .mainImg .m_cap{
	font-size:200%;
	font-weight:bold;
	margin:0 0 0 30px;
}
header .mainImg .m_img{
	position:absolute;
	top:5px;
	right:0;
}
header nav {
	background:url(../img/common/nav_bg.png) center top no-repeat;
	width:1060px;
	height:65px;
}
header nav ul{
	width:960px;
	margin:0 auto;
}
header nav li {
	float:left;
	width:160px;
	color:#fff;
	background:url("../img/common/nav_line.png") no-repeat center right;
}
header nav li a{
	display:block;
	line-height:65px;
	font-size:122%;
	text-align:center;
	font-feature-settings: "palt" 1;
}
header nav li:first-child a{
	background:url("../img/common/nav_line.png") no-repeat center left;
}
@media screen and (max-width:768px){
header {
	width:100%;
	margin-top:45px;
}
header .mainImg{
	height:290px;
}
header .mainImg .m_features li{
	margin:10px 5px 0 0;
	padding:7px 8px;
	font-size:100%;
}
header .mainImg .m_features li:last-child{
	margin:10px 0 0 0;
}
header .mainImg h2 .h2_1{
	font-size:158%;
}
header .mainImg h2 .h2_2{
	font-size:172%;
}
header .mainImg .m_cap{
	font-size:143%;
	}
header .mainImg .m_img{
	width:380px;
}
}
@media screen and (max-width:767px){
header {
	width:100%;
	margin-top:45px;
}
header .mainImg{
	position:static;
	height:auto;
	padding:5px 0;
	background:url("../img/common/bg_ptn.png") repeat 0 0;
	border:none;
	box-shadow:none;
}
header .mainImg .m_features{
	width:310px;
	margin:0 auto; 
}
header .mainImg h2 .h2_1{
	padding:3px 5px;
	text-align:center;
}
header .mainImg h2 .h2_2{
	margin:10px 0 0 0;
	padding:0 5px; 
	text-align:center;
}
header .mainImg .m_cap{
	margin:0;
	padding:0 5px; 
	text-align:center;
}
header .mainImg .m_img{
	width:100%;
	text-align:center;
	position:static;
}	
}

/* spheader
=======================================================*/
.spheader {
    display: none;
}
@media screen and (max-width:768px){
header .header_top{
    display: none;
	}
header nav{
    display: none;
}
.spheader{
	display: block;
	height:45px;
	width:100%;
	border-top:none;
	position: fixed;
	top: 0px;
	z-index:9999;
	background:#fff;
}
.spheader #spMenu{
	width:100%;
	height:45px;
}
.spheader .logo{
	display:inline-block;
}
.spheader .logo a{
	color:#0068B6;
	font-weight:bold;
	font-size:129%;
	padding-left:5px;
	line-height:45px;
}
.spheader .contactBtn{
	width:102px;
	height:27px;
	float:right;
	margin-right:44px;
	margin-top:10px;
}
.spheader .contactBtn a{
	display:block;
	width:102px;
	height:27px;
	background:url("../img/common/btn01_bg.png") no-repeat top center;
	background-size:contain;
}
.spheader .contactBtn a span{
	background:url("../img/common/btn01_link.png") no-repeat;
	background-position:center right 5px;
	background-size:13px 13px;
	display:inline-block;
	width:100%;
	padding-right:15px;
	box-sizing:border-box;
	color:#fff;
	text-align:center;
	line-height:27px;
	text-shadow:1px 1px 3px #b3b3b3;
	font-size:86%;
}
#spMenu dl {
	position:relative;
	width:100%;
	clear: both;
}
#spMenu dl dt{
	width:100%;
}
#spMenu dl dd {
	position:absolute;
	width:100%;
	display:none;	
	background:#EFF5FB;
	z-index:9998;
}
#spMenu dl dd ul li{
	width:100%;
	height:50px;
	line-height:28px;
	position: relative; 
}
#spMenu dl dd ul li a{
	width:100%;
	height:50px;
	padding:12px 10px;
	box-sizing:border-box;
	background-color:#0068b6;
	display:block;
	color:#fff;
	border-bottom:#dedede 1px solid;
	font-weight:bold;
}
#spMenu dl dd ul li a span{
	display:inline-block;
    color:#4ebf15;
	margin:0 10px;
}
#spMenu dl dd ul li:after { 
	content: ""; 
	position: absolute; 
	top:40%; 
	right: 16px; 
	width: 6px; 
	height: 6px; 
	margin-top: -1px; 
	border-top: 2px solid #fff; 
	border-right: 2px solid #fff; 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
	transform: rotate(45deg); 
}
#spMenu dl dd ul li .ch_col li{
	width:50%;
	float:left;
	box-sizing:border-box;
}
#spMenu dl dd ul li .ch_col li:first-child{
	border-right:#dedede 1px solid;
}
#spMenu dl dd ul li.ch_li:after,
#spMenu dl dd ul li.sns_li:after,
#spMenu dl dd ul li.sns_li .snsBtns li:after { 
	display:none;
}
#spMenu dl dd ul li.sns_li{
    height:auto;
}
#spMenu dl dd ul li.sns_li .snsBtns{
    display:table;	
	width:300px;
	margin:0 auto;
	height:20px;
	padding:20px 0;
}
#spMenu dl dd ul li.sns_li .snsBtns li{
	display:table-cell;
	vertical-align: middle;
	width:auto;
	height:20px;
	line-height:auto;
}
#spMenu dl dd ul li.sns_li .snsBtns li iframe{
	height:20px;
}

#panel-btn{
	position:absolute;
	top: -45px;
	right:0;
	width: 45px;
	height: 45px;
	background: #fff;
}
#panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 18px;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #2a2a2a;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #2a2a2a;
	transition: .3s;
}
#panel-btn-icon:before{
	margin-top: -10px;
}
#panel-btn-icon:after{
	margin-top: 8px;
}
#panel-btn .close{
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
}
#panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
}

/* .pan
=======================================================*/
.pan{
	width:960px;
	margin:0 auto;
}
.pan .pagetit {
    padding: 0 0 20px;
    height: 60px;
	color:#0067b6;
	font-weight:bold;
	font-size:343%;
}
.pan .path {
    padding: 20px 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
    margin: -100px 0 0 0;
}
.pan .path a{
    color: #0068B6;
    text-decoration: underline;	
}
@media screen and (max-width:768px){
.pan{
	width:96%;
	margin-top:-20px;
	padding:5px 0 15px;
}
.pan .pagetit {
    padding:0;
    height:1.6em;
	font-size:200%;
}
.pan .path {
    padding:0;
    height:1.5em;
    line-height:1.5;
    margin:0;
	font-size:86%;
	text-align: left;
}
}
/* #content
=======================================================*/
#contents {
	max-width:1000px;
	min-width:960px;
    width:1000px;
	margin:0 auto;
	background:#FFF;
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
}
body.ie8 #contents {
	box-shadow:#DDD 0px 0px 5px 0px;
	behavior: url(PIE.htc);
}
#contents .contents_inner{
	width:960px;
	margin:0 auto;
	padding:30px 0 20px 0;
	border-top:5px solid #0068B6;
	line-height:1.5;
}
#contents .contents_inner table {
	width:100%;
}
#contents .contents_inner th {
	background:#FFF4E4;
	border:1px solid #DDDDDD;
	padding:15px;
}
#contents .contents_inner td {
	border:1px solid #DDDDDD;
	padding:15px;
}
@media screen and (max-width:768px){
#contents .contents_inner th,
#contents .contents_inner td{
	padding:10px;
}	
}
.commonBnrs {
	margin-top:30px;
	width:960px;
	height:80px;
	padding:1px;
}
.commonBnrs li {
	display:block;
	float:left;
	width:50%;
	border:1px solid #DDDDDD;
	box-sizing:border-box;
	background:url("../img/common/bg_mesh.png") repeat top left;
}
.commonBnrs li a{
	display:block;
	width:100%;
	border:1px solid #fff;
	box-sizing:border-box;
	background:url("../img/common/link_b.png") no-repeat;
	background-position:center right 15px;
	padding:10px 15px;
}
.commonBnrs li .txt{
	display:inline-block;
	font-size:200%;
	font-weight:bold;
	line-height:1.3;
	padding-left:10px;
}
.commonBnrs li a .sTxt{
	display:block;
	font-size:35%;
}
@media screen and (max-width:768px){
#contents {
	max-width:96%;
	min-width:96%;
    width:96%;
	margin:0 2%;
}
#contents .contents_inner{
	width:100%;
	padding:30px 0 0 0;
}
.commonBnrs {
	width:100%;
	height:auto;
	padding:0;
}
.commonBnrs li {
	float:none;
	width:100%;
}
.commonBnrs li .txt{
	font-size:148%;
	width:60%;
}
}

/* footer
=======================================================*/
.fTxt {
	width:960px;
	margin:0 auto;
	padding:30px 0;
	font-size:10px;
	line-height:1.35;
}
footer .footer_inner{
	max-width:1060px;
	min-width:960px;
	margin:0 auto;
	font-size:12px;
	border-top:1px dotted #DDDDDD;
}
.fnav {
	float:left;
	width:850px;
	padding:20px 0;
}
.fnav a {
	color:#333;
	text-decoration:none;
}
.fnav a:hover {
	color:#0067B6;
	text-decoration:underline;
}
.fnav dt {
	margin-bottom:10px;
}
.fnav dt a {
	background:url(../img/common/arr01.png) left center no-repeat;
	font-weight:bold;
	padding-left:20px;
}
.fnav dd {
	float:left;
	margin-right:10px;
}
.fnav dd a {
	background:url(../img/common/arr02.png) left center no-repeat;
	padding-left:10px;
}
.pagetop {
	float:right;
	width:106px;
	padding:40px 0 0 0;
}
.copyright {
	display:block;
	clear:both;
	text-align:center;
	padding:15px 0;
	color:#fff;
	background:#005ca1;
	font-size:10px;
}
@media screen and (max-width:768px){
.fTxt {
	width:96%;
	margin:0 2%;
	padding:20px 0;
}
footer .footer_inner {
	max-width:100%;
	min-width:100%;
}
.spfnav li{
	width:100%;
	height:40px;
	line-height:28px;
	position: relative; 
}
.spfnav li a{
	width:100%;
	height:40px;
	background-color:#0068b6;
	padding:5px 10px;
	box-sizing:border-box;
	display:block;
	color:#fff;
	border-bottom:#dedede 1px solid;
	text-align:center;
	font-weight:bold;
}
.spfnav li .ch_col li{
	width:50%;
	float:left;
	box-sizing:border-box;
}
.spfnav li .ch_col li:first-child{
	border-right:#dedede 1px solid;
}
.spfsnsBtns{
	display:table;	
	width:300px;
	margin:0 auto 30px;
	height:20px;
	padding:20px 0;
}
.spfsnsBtns li{
	display:table-cell;
	vertical-align: middle;
}
.spfsnsBtns li iframe{
	height:20px;
}
.pagetop {
	padding:0 2% 20px;
}
}
