@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////
	
	■□■□■　common.css　■□■□■

 	Author   : kondo
 	LastDate : 2011/02/22
----------------------------------------------------------
	Author   : creek and river
	LastDate : 2016/07/01
----------------------------------------------------------
	00 common setting
	01 wrapper
	02 header
	03 main
	04 topicpath
	05 side
06 footer
18 manager

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

/* ----------------------------------------------------------
  00 common setting
---------------------------------------------------------- */

a:link { color:#118eda; text-decoration: underline;}
a:visited { color:#118eda; text-decoration: underline;}
a:hover { color:#118eda; text-decoration:none;}
a:active { color:#118eda; text-decoration: underline;}

body#lpModel{
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
}

/* Clear Fix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

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

/* ----------------------------------------------------------
  01 wrapper 
---------------------------------------------------------- */

#wrapper {
	margin: 0;
	color: #333;
}

#contents {
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	width: 960px;
	margin: 0 auto;
}
.pagetop {
	text-align: right;
	margin-bottom: 10px;
}

#lpModel #contents {
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	width: 896px;
	margin: 0 auto;
	padding: 88px 31px 40px;
}

/* ----------------------------------------------------------
  02 header 
---------------------------------------------------------- */

#lpModel #header{
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 9999;
}
#header .logo {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#header .logo p {
	float: right;
}
#header .logo .mainlogo {
	float: left;
}
#header .header_box {
	/*	border-top: 1px solid #6e9614;*/
	border-bottom: 2px solid #8d8d8d;
		/*background: url(../img/common/bg_header.gif) top left repeat-x gray;*/
}
#header .header_box .header_box_inner {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	/*	min-height: 39px;*/
	min-height: 2px;
	height: auto !important;
	height: 39px;
}
#header .header_box p {
	width: 815px;
	float: left;
	/*	margin-top: 4px;*/
	font-size: 10px;
	color: #fff;
}
#header .header_box p.top {
	width: 815px;
	float: left;
	margin-top: 4px;
	font-size: 11px;
	color: #fff;
}
#header .header_box ul {
	width: 137px;
	float: right;
}
#header .header_box ul li {
	float: left;
}
#header .pc #menu-gnav_index,
#header .pc #menu-gnav{
	float: right;
}
#header .pc #menu-gnav_index li,
#header .pc #menu-gnav li{
	float: left;
	margin: 25px 10px 0 10px;
}

/* ----------------------------------------------------------
  03 main
---------------------------------------------------------- */

#main {
	width: 738px;
	float: right;
}

/* ----------------------------------------------------------
  04 topicpath
---------------------------------------------------------- */

#topicpath {
	height: 31px;
	margin: 15px 0 40px 31px;
}
#topicpath li {
	float: left;
}

/* ----------------------------------------------------------
  05 side 
---------------------------------------------------------- */

#side {
	width: 222px;
	float: left;
}



/* ----------------------------------------------------------
  06 footer
---------------------------------------------------------- */

#footer {	
	padding: 17px 0 40px;
	background: url(../img/common/bg_footer.gif) 0 0 repeat-x #353535;
}
#footer .footer_inner {
	width: 960px;
	margin: 0 auto;	
	text-align: left;
}
#footer .copyright {
	float: left;
	margin-top: 9px;
	color:#fff;
	font-size:9px;
}
#footer ul {
	text-align: right;
}
#footer ul li {
	display: inline;
	color: #fff;
	background: url(../img/common/arrow01.gif) left center no-repeat;
	font-size: 11px;
	padding-left: 11px;
	margin-right: 13px;
}
#footer ul li a:link { color: #fff; text-decoration: none;}
#footer ul li a:visited { color: #fff; text-decoration: none;}
#footer ul li a:hover { color: #fff; text-decoration: underline;}
#footer ul li a:active { color: #fff; text-decoration: none;}



/* ----------------------------------------------------------
16 policy
---------------------------------------------------------- */

.policy .section .article h2 {
	float: left;
	margin-bottom: 40px;
}

.policy .section .article p {
	margin: 0 0 20px;
}
.policy .section .article p.mark {
	float: left;
}
.policy .section .article p.right {
	float: right;
	text-align: right;
}
.policy .section .article .clear {
	clear: both;
	margin-top: 0;
}
.policy .section .article h2 {
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #97BE00;
	margin: 0;
}
.policy .section .article h2 span {
	color: #94ba1d;
	margin-right:3px;
}
.policy .section .article h3 {
	font-weight: bold;
}
.policy .section .article table {
	width: 100%;
}
.policy .section .article table th {
	border: 1px solid #ddd;
	background: #efefef;
	width: 50%;
}
.policy .section .article table td {
	border: 1px solid #ddd;
}

.policy .section .article ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.policy a:link {text-decoration:none; color:#31444d;}
.policy a:visited {text-decoration:none; color:#31444d;}
.policy a:hover {text-decoration:underline; color:#31444d;}
.policy a:active {text-decoration:none; color:#31444d;}