﻿@charset "UTF-8";
/*////////////////////////////////////////////
																	
font
																		
////////////////////////////////////////////*/
@font-face {
    font-family: "OpenSans";
	font-style: normal;
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype')
}
@font-face {
    font-family: "OpenSans";
	font-weight: 700;
	font-style: normal;
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype')
}
body {
	font-family: "OpenSans", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #353b47;
}
a{
	color: #0c6343;
	text-decoration: underline;
}
a:hover, a:hover p, a:hover div{
	opacity: 0.7;
}
p{
	font-size: 14px;
	font-weight: normal;
	line-height: 180%;
}

dt {
	font-size: 14px;
	font-weight: 500;
	color: #353b47;
	border-bottom: 1px solid #d6d7da;
}
dd{
	font-size: 14px;
}
img{
	max-width: 100%;
}
span{
	font-weight: inherit;
}
/*////////////////////////////////////////////
																	
layout
																		
////////////////////////////////////////////*/
html, body{
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	background: #353b47;
}
body {
	overflow:hidden;
	-webkit-text-size-adjust: 100%;
}
section{
	background: #f5f5f5;
	padding-bottom: 40px;
}
section#crumb{
    padding-bottom: 20px;
}
section#mv, section#home-news, section#topics{
	padding-bottom: 0;
}
.container{
	width: 100%;
	height: auto;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}
.cont{
	margin: 0 1%;
	position: relative;
/*	overflow: hidden;
*/	display: block;
}
small{
	font-size: 12px;
	line-height: 120%;
}
ul {
	list-style: none;
}
li {
	margin: 0 1%;
	float: left;
}
.inner {
	margin: 0 1%;
	display:block;
}
.col-1{
	margin: 0 1%;
}
.col-2 li {
	width: 48%;
}
.col-3 li {
	width: 31.33%;
}
.col-4 li {
	width: 23%;
}
.col-5 li {
	width: 18%;
}
.col-6 li {
	width: 14.66%;
}
.col-7 li {
	width: 12.28%;
}
.col-8 li {
	width: 10.5%;
}
.left, .middle, .right{
	float: left;
	margin: 0 1%;
}
.layout-center{
	margin: 0 auto;
	text-align: center;
}
.layout-left{
	margin: 0 auto 0 0;
	text-align: left;
}
.layout-left .box{
	margin: 0 auto 0 0;
	text-align: left;
}
.layout-right{
	margin: 0 0 0 auto;
	text-align: right;
}
.col-ttl h1{
	font-weight: 500;
	font-size: 20px;
	color: #3cb3e9;
	margin-bottom: 20px;
}
.c3 .col-ttl h1{
	color: #eb6f67;
}
.col-ttl h2{
	font-weight: 500;
	font-size: 20px;
	color:#494e59;
	margin-bottom: 10px;
}
/*////////////////////////////////////////////
																	
clear-fix
																		
////////////////////////////////////////////*/
.clearfix{
	display:block;
}
.clearfix:after, .container:after, .wrap:after, .cont:after, .inner:after, .col:after, .col-2:after, .col-3:after, .col-4:after, .col-5:after, .col-6:after, .col-7:after, .col-8:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	height: 0;
    font-size: 0;
    line-height: 0;
}
/*////////////////////////////////////////////
																	
footer
																		
////////////////////////////////////////////*/
#footer dd:before{
	display: none;
}
#footer-top {
	padding-top:20px;
    background: #fff;
    padding-bottom: 20px;
	text-align:center;
	margin: 0 auto;
	border-bottom: 1px solid #2a2f38;
}
#footer{
	background: #2f353f;
	border-top: 1px solid #353b47;
	border-bottom: 1px solid #353b47;
}
.authentic {
	margin-top: 20px;
	margin-bottom: 20px;
}
.authentic .txt-ttl h2{
	font-weight: normal;
	color: #fff;
}
.authentic .col-3 {
	font-size:0;
}
.authentic .col-3 li{
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.authentic .col-3 p{
	text-height: 120%;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
#footer p{
	color: #fff;
	font-size: 12px;
}
#footer .wrap{
	padding-bottom: 20px;
}
#footer img{
	margin:0 auto;
}
#footer .txt-ttl{
	padding: 0 20px 20px 0;
}
#footer dl{
	line-height: 180%;
}
#footer dd img{
	margin-bottom: 5px;
}
#footer dt, #footer dd{
	color: #fff;
	border-color: #5d626b;
	margin: 0;
	padding: 0;
}
#footer dd.layout-center{
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link{
	text-align: left;
	display: inline-block;
}
.link p{
	display: inline-block;
	color: #fff;
}
#footer a{
	color: #c2c4c7;
}
#footer .box p{
	color: #fff;
	text-shadow: 2px 2px 2px #353b47;
}
#footer-bottom {
	background: #353b47;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-top: 1px solid #2a2f38;
}
#footer-bottom p{
	display: inline-block;
}
#copyright {
	font-size:12px;
	color: #fff;
}
#footer .arrow-lr:before{
	margin: 0px 10px 1px 0px;
	border-color: #aeb0b5;
}
/*////////////////////////////////////////////
																	
crumb
																		
////////////////////////////////////////////*/
section#crumb{
	margin-bottom:0;
}
#crumb{
	padding-top: 135px;
}
#crumb .wrap{
	padding-bottom: 6px;
}
#crumb li.arrow-r a{
	display:inline-block;
}
#crumb .arrow-r:after{
	border-color: #353b47;
	margin-bottom: 1px; 
}
#crumb p{
	font-size: 12px;
}

/*////////////////////////////////////////////
																	
sec-top
sec-cont
sec-ttl
																		
////////////////////////////////////////////*/
.sec-top .wrap{
	margin: 0 auto;
	text-align: left;
}
.sec-top h1{
	font-weight: 500;
	font-size: 40px;
	position: relative;
	
	display: inline-block;
}
.sec-top h2{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #5d626b;
	margin-left: 20px;
	
	display: inline-block;
}
.sec-ttl .cont{
	background: #494e59;
}
.sec-ttl .cont {
	  font-size: 0;
}
.sec-ttl .left, .sec-ttl .right{
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.sec-ttl .right{
	width: 100%;
	background: #494e59;
	clear: right;
	margin: 0;
}
.sec-ttl .right .sub-ttl h2{
	color: #fff;
}
.sec-ttl .left .ttl h1{
	padding: 20px 0;
}
.sec-ttl .right .ttl h2{
	padding: 12px 0 10px 0;
	color: #ffffff;
}
.ttl-inner{
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display:box;    
	
    -webkit-box-align:center;        
    -moz-box-align:center;
    box-align:center;        
}
.ttl-inner span{
	padding-top: 10px;
	color: #fffb;
	font-size: 18px;
}
.sec-cont{
	margin-bottom: 10px;
}
.sec-cont .cont{	
	background: #fff;
	border-bottom: 1px solid #eaebec;
}
.sec-cont .inner{
	/*background: #fff;*/
	padding: 50px 20px 40px;
	/*border: 1px solid #d6d7da;*/
}
.sec-ttl .left{
	width: 30%;
	background: #3986e1;
	margin: 0;
}
.sec-ttl .left, .sec-ttl .right{
	display: inline-block;
	vertical-align: middle;
}
/*////////////////////////////////////////////
																	
news
																		
////////////////////////////////////////////*/
#news-text dl span {
    color: #9BC551;;
	width: 100px;
	height: 100px;
    padding: 0 15px;
    background: #fff;
    font-size: 11px;
    margin-left: 20px;
	border: 1px solid #9BC551;;
    vertical-align: 8%;
}
.news .sec-cont .inner{
	min-height: 300px;
}
.news dd{
line-height: 100%;
}
.news dd:before{
	display: none;
}
#article .sec-cont dl dt{
	font-size: 14px;
	line-height: 140%;
}
#article .sec-cont .txt{
	margin: 20px 10px;
	font-size: 14px;
	line-height: 180%;
}
/*////////////////////////////////////////////
																	
ttl
																		
////////////////////////////////////////////*/
.ttl{
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: url(../img/h2_bg.png);
}
.mini-ttl{
	width: 100%;
	font-weight: bold;
	text-align: left;
}
.ttl h1 {
	font-family: "OpenSans";
	font-size: 30px;
	margin: 0 20px;
	font-weight: 700;
	color: #fff;
}
.ttl h2 {
	text-align: center;
	font-size: 20px;
	margin: 0 20px;
	color: #fff;
	line-height: 100%;
}
@media all and (-ms-high-contrast: none) {
    .ttl h2 {
        margin-top: 10px ; /* IE10以上 */
    }
}
.ttl h2 {
  margin-top: 10px \9; /* IE10以下 */
}

/*////////////////////////////////////////////
																	
txt-ttl
txt
																		
////////////////////////////////////////////*/
.txt-ttl {
	position: relative;
	margin-bottom: 10px;
}
.txt-ttl h1{
	font-weight: 500;
    font-size: 28px;
    line-height: 140%;
}
.txt-ttl h1 span{
	font-size: 20px;
	padding:0 20px;
}
.txt-ttl h2{
	font-size: 18px;
	line-height: 140%;
	font-weight: 700;
	padding-left: 10px;
	border-left: 4px solid #353b47;
}
 .txt-ttl h3{
	font-size: 18px;
	font-weight: 700;
    text-align: center;
	line-height: 140%;
}
.txt-ttl h3 span{
	margin-left: 10px;
	line-height: 140%;
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
/*.txt-ttl::after{
	position: absolute;
	left: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 1px;
	margin: 0 auto;
    background-color: #353b47;
    content: "";
    font-size: 0;
}*/
.txt {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom: 10px;
clear: both;
}
.txt h1{
	font-size: 18px;
	line-height: 200%;
	font-weight: 700;
}
.txt h2{
	position:relative;
	font-size: 16px;
	line-height: 160%;
	font-weight: 700;
	margin-left: 18px;
}
.txt h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 180%;
}
.txt h4{
	font-size: 14px;
	line-height: 160%;
	font-weight: 500;
} 
.txt h2:before{
	display: block;
    content: " ";
	position:absolute;
	top: 5px;
	left: -18px;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 4px solid #5d626b;
    border-radius: 10%;
}
.txt p{
	/*text-align: justify;*/
}
/*////////////////////////////////////////////
																	
.txt h2
						
jpac-privacy : #9BC551 ;
truste : #79ba4f ;
kenshu : #e2524b ;
cpc : #3986e1 ;
																		
////////////////////////////////////////////*/
.k{
	color: #5d626b;
}
.r{
	color: #e2524b;
}
.g{
	color: #79ba4f;
}
.b{
	color: #3986e1;
}
.o{
	color: #F99615;
}
h2.r{
	color: #353b47;
	border-color: #e2524b;
}
h2.g{
	color: #353b47;
	border-color: #79ba4f;
}
h2.b{
	color: #353b47;
	border-color: #3986e1;
}
h2.o{
	color: #353b47;
	border-color: #F99615;
}
p.t-right{
	text-align: right;
}
p.t-center{
	text-align: center;
}
span.jp{
	color:#9BC551;
}
span.tr{
	color:#79ba4f;
}
span.c3{
	color:#e2524b;
}
span.cp{
	color:#3986e1;
}
span.r{
	color: #e2524b;
}
span.g{
	color: #79ba4f;
}
span.b{
	color: #3986e1;
}
span.o{
	color: #F99615;
}
.jp .txt h2:before{
	border-color: #9BC551;
}
.target-st{
	position: relative;
	padding-top: 20px;
}
.target-st::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #aeb0b5;
    content: "";
    font-size: 0;
}
.target-st::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 50px;
    background-color: #aeb0b5;
    content: "";
    font-size: 0;
}
.target-en{
	position: relative;
	padding-bottom: 30px;
}
.target-en::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #aeb0b5;
    content: "";
    font-size: 0;
}
.target-en::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 50px;
    background-color: #aeb0b5;
    content: "";
    font-size: 0;
}
.arrow-box {
	position: relative;
	border: 2px solid #999;
	background-color: #fff;
	text-align: center;
	margin: 25px auto 0;
	padding: 8px;
}
.arrow-box:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #999;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.arrow-box:after {
	content: "";
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.arrow-box p{
	color: #999;
	display: inline-block;
}
.icon-list {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-right: 5px;
	background: url(../../img/icon-list.png) no-repeat;
	vertical-align: middle;
}
.icon-plus {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../../img/icon-plus.png) no-repeat;
	vertical-align: middle;
}
/*////////////////////////////////////////////
																	
box
																		
////////////////////////////////////////////*/
.box{	
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.box p{
	display: inline-block;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background: #494e59;
	border-bottom: 3px solid #353b47;
	display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    box-align: center;
}
#home-news .box p{
	padding-top: 10px;
	padding-bottom: 10px;
    height: 30px;
}
.box a{
	display:block;
}
.btn-box p{
	border-bottom: 3px splid #353b47;
}
.jpac-box .box p{
	background: #9BC551;;
}
.truste-box .box p{
	background: #79ba4f;
}
.cpacppcpo-box .box p{
	background: #e2524b;
}
.cpc-box .box p{
	background: url(../../img/dot-bb.png) repeat;
}
.detail-box{
	background: #9BC551;
	padding: 10px 0;
	text-align: center;
/*	text-shadow: 1px 1px 1px #fff;
*/	margin-top: 30px;
}
.detail-box p{
	color: #fff;
	display: inline-block;
}
.blank, blank-k{
	position: relative;
}
.blank:after, .blank-k:after {
	content: " ";
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(../../img/blank.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
}
/*.blank-k{
	padding-right: 30px;	
}*/
.blank-k:after{
	background: url(../../img/blank-k.png) no-repeat;
}
.icon-right{
	margin-left: 35px;
	position: relative;
}
.icon-right:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: 2px;
	background: url(../../img/icon-right.png) no-repeat;
	vertical-align: middle;
}
.icon-top{
	margin-left: 35px;
	position: relative;
}
.icon-top:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: 2px;
	background: url(../../img/icon-top.png) no-repeat;
	vertical-align: middle;
}
.blank-fix, blank-fix-b{
	position: relative;
}
.blank-fix:after, .blank-fix-b:after {
	content: " ";
	position:absolute;
	top:15%;
	bottom: 0;
	right: 12px;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(../../img/blank.png) no-repeat;
	vertical-align: middle;
	display: block;
}
.dl-fix{
	position: relative;
}
.dl-fix:after{
	content: " ";
	position:absolute;
	top:15%;
	bottom: 0;
	right: 12px;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(../../img/dl.png) no-repeat;
	vertical-align: middle;
	display: block;
}
.pdf-fix{
	position: relative;
}
.pdf-fix:after{
	content: " ";
	position:absolute;
	top:15%;
	bottom: 0;
	right: 12px;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(../../img/pdf.png) no-repeat;
	vertical-align: middle;
	display: block;
}
/*////////////////////////////////////////////
																	
img-decoration
																		
////////////////////////////////////////////*/
.in-frame {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*////////////////////////////////////////////
																	
arrow
																		
////////////////////////////////////////////*/

.arrow-r:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0px 0px 3px 17px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}
.arrow-fix{
	position: relative;
}
.arrow-fix:after {
    content: "";
	position:absolute;
	top:48%;
	bottom: 0;
	right: 24px;
    width: 6px;
    height: 6px;
    margin: 0px 0px 3px 17px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}
.arrow-fl{
	position: relative;
}
.arrow-fl:after {
    content: "";
	position:absolute;
	top:48%;
	bottom: 0;
	left: 12px;
    width: 6px;
    height: 6px;
    margin: 0px 0px 3px 17px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.arrow-fb{
	position: relative;
}
.arrow-fb:after {
    content: "";
	position:absolute;
	top:48%;
	bottom: 0;
	left: 12px;
    width: 6px;
    height: 6px;
    margin: 0px 0px 3px 17px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.arrow-ft{
	position: relative;
}
.arrow-ft:after {
    content: "";
	position:absolute;
	top:10%;
	right: 48%;
    width: 6px;
    height: 6px;
    margin: 0px 0px 3px 17px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}
/*side=left/arrow=right*/
.arrow-lr:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
	margin: 0px 17px 3px 0px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}
/*side=left/arrow=bottom*/
.arrow-lb:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
	margin: 0px 17px 3px 0px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
/*side=bottom/arrow=bottom*/
.arrow-bb{
	position:relative;
}
.arrow-bb:after {
	position:absolute;
    content: "";
    display: inline-block;
	right: 0;
	left: 0;
	bottom:-16px;;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-right: 2px solid #c2c4c7;
    border-bottom: 2px solid #c2c4c7;
    transform: rotate(45deg);
}
/*////////////////////////////////////////////
																	
margin/padding
																		
////////////////////////////////////////////*/
.pdh-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.pdt-30 {
	padding-top: 30px;
}
.pdt-40 {
	padding-top: 40px;
}
.pdt-50 {
	padding-top: 50px;
}
.pdt-60 {
	padding-top: 60px;
}
.pdt-100 {
	padding-top: 100px;
}
.pdb-90 {
	padding-bottom: 90px;
}

.mgh-20{
	margin-top: 20px;
	margin-bottom: 20px;
}

.mgt-10{
	margin-top: 10px;
}
.mgt-20{
	margin-top: 20px;
}
.mgt-30{
	margin-top: 30px;
}
.mgt-40{
	margin-top: 40px;
}
.mgt-50{
	margin-top: 50px;
}
.mgt-60{
	margin-top: 60px;
}
.mgt-150{
	margin-top: 150px;
}
.mgt-200{
	margin-top: 200px;
}

.mgb-10{
	margin-bottom: 10px;
}
.mgb-20{
	margin-bottom: 20px;
}
.mgb-30{
	margin-bottom: 30px;
}
.mgb-40{
	margin-bottom: 40px;
}
.mgb-50{
	margin-bottom: 50px;
}
.mgb-60{
	margin-bottom: 60px;
}
.mg-rl{
	margin-left: 20%;
	margin-right: 20%;
}
/*////////////////////////////////////////////
																	
animation
																		
////////////////////////////////////////////*/
.fadeIn {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:2s;
	 -ms-animation-duration:2s;
	 animation-duration:2s;
	 -webkit-animation-name: fadeInDown;
	 animation-name: fadeInDown;
	 visibility: visible !important;
}
.fadeInDown {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:1.5s;
	 -ms-animation-duration:1.5s;
	 animation-duration:1.5s;
	 -webkit-animation-name: fadeInDown;
	 animation-name: fadeInDown;
	 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	 0% { opacity: 0; -webkit-transform: translateY(-20px); }
	 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/*////////////////////////////////////////////
																	
items-color

jpac-privacy : #9BC551 ;
truste : #79ba4f ;
kenshu : #e2524b ;
cpc : #3986e1 ;
																		
////////////////////////////////////////////*/

/*////////////////////////////////////////////
																	
header
																		
////////////////////////////////////////////*/
header{
    margin: 0px auto;
    width: 100%;
	z-index: 1111;
	position: fixed;
}
/*////////////////////////////////////////////
																	
common-navi
																		
////////////////////////////////////////////*/
.jpac-logo{
	position:relative;
}
.jpac-logo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	bottom:0;
	height: 40px;
	width: 92px;
	background: url(../../img/header-logo.png) no-repeat;
	display:block;
}
.header-home{
	
}
.wd .jpac-logo:before {
	background: url(../../img/truste-wd.png) no-repeat;
}
#common-navi{
	background: #353b47;
}
.wd #common-navi {
    background: #f5f5f5;
}
.wd #common-navi .wrap nav li a{
	border-left: none;
}
#common-navi li{
	margin: 0;
	float: none;
}
#common-navi .wrap{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
	z-index: 10;
	height: 40px;
}
#common-navi .wrap nav.left-nav{
	float:left;
	
}
#common-navi .wrap nav.right-nav{
	float:right;
}
#common-navi .wrap nav ul li{
	
}
#common-navi .wrap nav.left-nav li{
	
}
#common-navi .wrap nav li{
	display: inline-block;
	vertical-align: middle;
}
#common-navi .wrap nav li a{
	border-left: 1px solid #2a2f38;
	height: 40px;
	background: #2f353f;
}
#common-navi .wrap nav li a p{
	padding-left: 10px;
	padding-right:10px;
	line-height: 40px;
}
header li a.arrow-lr:before{
	margin: 0px 8px 1px 0px;
}
#common-navi nav{
	font-size: 0;
}
#common-navi nav ul li a{
	color: #fff;
	display: inline-block;
	font-size: 11px;
}
#common-navi .jpac-ttl{
	margin-right: 20px;
}
#common-navi .jpac a p{
	color: #fff;
}
#common-navi .truste a p{
	color: #79ba4f;
}
#common-navi .truste a p{
	color: #79ba4f;
}
#common-navi .cpacppcpo a p{
	color: #e2524b;
}
 #common-navi .cpc a p{
	color:#3986e1;
}
#common-navi .wrap nav li p{
	color: #f5f5f5;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
#common-navi .wrap nav li.jpac img{
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 12px;
	text-align: center;
}
#common-navi .wrap nav li.truste p{
	background: #79ba4f !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100px;
}
#common-navi .wrap nav li.cpacppcpo p{
	background: #e2524b !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100px;
}
#common-navi .wrap nav li.cpc p{
	background: #3986e1 !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100px;
}
#common-navi .wrap nav .arrow-lr:before {
    margin: 0px 17px 0px 0px;
}

/*////////////////////////////////////////////
																	
header-navi
																		
////////////////////////////////////////////*/
#header-navi{
	border-bottom: 1px solid #f5f5f5;
	background:#fff;
	z-index: 10;
}
#header-navi .wrap{
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}
#header-navi .learn-more-navi #second-box{
	background: #87bd42;
}
/* second level */
#nav li a.current{
	color: #87bd42;
}
#nav li{
    display: block;
    text-decoration: none;
    text-align: center;
	margin:0 0 0 40px;
}
#nav a{
	text-decoration: none;
	color: #4B4040;
}
#nav #second-box a.current{
	color: #FFF;	
}
#header-navi #nav ul{
	height:70px; 
	margin: 0 auto;
	padding: 0;
}
#header-navi #nav ul li a{
	display: block;
}
#link-more{
	background: #20647E;
	padding: 0 10px;
}
#link-home{
	background: #87bd42;
	padding: 0 35px;
}
#link-more a{
	color: #fff;
	cursor: pointer;
}
nav ul #link-home a{
	color: #fff !important;
}
#js-navi {
	display: none;
}

/*page-navi*/
#page-navi{
	background: #eaebec;
	background-image: url(../../img/dot-g.png);
	background-repeat:repeat;
}
#page-navi ul{
	text-align:center;
	padding: 0;
}
#page-navi ul li{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: none;
	margin: 0px 28px;
}
#page-navi ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.page-navi-position{
	position: absolute;
	width: 100%;
}
#page-navi br{
	display: none;
}

/* header*/
.logo{
	width: auto;
	height: 100px;
	margin-left: 26px;
}
.c3 img.logo{
	margin-left:0;
}
#header-navi a{

}
.hrogo {
  float: left;
}
#nav, #nav-left{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 10px;
}
#nav-left{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 10px;
}
.header-inner{
	background-color:rgba(255,255,255, 1);
    z-index: 3;
    width: 100%;
    position: fixed;
    left: 0px;
	display:inline-block;
}

#header-navi #nav ul li{
	line-height: 70px;
}
.menu-button{
	display: none;
}
/*#header-navi a{
	color: #fff;
}*/
/* page-top */
.page-top-button-position{
    position:relative;
    width:90%;
    max-width:900px;
    height:0;
    margin:0 auto;
}
.page-top a{
    text-align: center;
}
.page-top-inner{
	background: #5d626b;
}
.page-top a{
	content:"";
	position: fixed;
    bottom: 40px;
    left:auto;
    display: block;
    width: 100px;
	height: 60px;
	border-radius: 5%;
    text-align:center;
	background: #000;
	text-decoration: none;
	opacity: 0.8;
}
.page-top img{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.page-top a:hover{
	opacity: 0.5;
}
.page-top a{
    margin-left:980px;
}
#footer-navi{
	display: none;
}
#common-navi.trance {
    margin-top: -40px;
}
#common-navi,
#common-navi:after,
#nav ul li,
#nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*////////////////////////////////////////////
																	
modal-navi
																		
////////////////////////////////////////////*/
#modal-navi{
	display: none;
}
/*////////////////////////////////////////////
																	
mv
																		
////////////////////////////////////////////*/
#mv {
    text-align: center;
	overflow: visible;
	margin-bottom: 0;
}
#mv .wrap {
	margin-top:140px;
	padding: 0;
	width: 100%;
	overflow: visible;
	max-width: none;
}
#mv .sec-ttl{
	max-width:980px;
	text-align: center;
	margin: 0 auto;
}
#mv .main-ttl{
	padding-top: 20px;
	padding-bottom: 20px;
}
#mv .main-ttl h1{
	font-size: 130px;
	font-weight: 700;
	line-height: 100%;
}
#mv .sub-ttl{
	padding-top: 20px;
	padding-bottom: 20px;
	color:#fff;
}
#mv .sub-ttl h1{
	font-size: 30px;
	font-weight: 700;
	line-height: 140%;
}
#mv h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
}
#mv .catch-cp {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mv .catch-cp p{
	font-size: 20px;
	line-height: 160%;
}
.mini-ttl{
	color: #5d626b;
	width: 100%;
	font-weight: bold;
	text-align: left;
}
.mini-ttl h1{
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 5px;
	display: inline-block;
}
.mini-ttl h2{
	color: #fff;
	font-size: 16px;
	display:inline-block;
	margin-left: 15px;
}
/*////////////////////////////////////////////
																	
home-news
																		
////////////////////////////////////////////*/
#home-news dd{
line-height: 100%;
}
#home-news dd:before{
	display: none;
}
#home-news{
	background: #f5f5f5;
	background: url(../../img/dot-i.png) repeat;
	margin-bottom: 0;
}
#home-news .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
#home-news .mini-ttl{
	margin-top: 10px;
}
#home-news .left, #home-news .middle, #home-news .right{
	margin: 0;
	padding: 0;
}
#home-news .left{
	width: 12%;
}
#home-news .middle{
	width: 62%;
	overflow: hidden;
	background: #fff;
	border-top: 1px solid #f5f5f5;
}
#home-news .right{
	width: 26%;
}
#home-news .right .box{
	margin-bottom: 20px;
	margin-left: 20px;
}
#home-news .right .box a{
	display:block;
}
#home-news .right .box a p{
	color: #fff;
	border-color: #fff;
}
#home-news .right .box .arrow-r:after{
	border-color: #fff;
}
#home-news .left .news-wrap{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
#home-news .left .news-wrap h1{
	font-weight: 500;
	position: relative;
	font-size: 24px;
}
#home-news .left .news-wrap h1 span{
	color: #5d626b;
	font-size: 16px;
}
#home-news .left .news-wrap h1:after{
	position:absolute;
	content: "";
	display:block;
    width: 30px;
    height: 30px;
	right: -20px;
	top: -20px;
	background: url(../../img/icon-news.png) no-repeat center center;
}
#news-text {
     text-align: left !important; 
}
#news-text dl{
	border-top: 1px solid #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f5f5f5;
}
#news-text dl dt {
	float: left;
	font-size: 12px;
	border: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	/*color: #efefef;*/
}
#news-text dl dd {
	overflow: hidden;
	padding-left: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	/*color: #fff;*/
}
#home-news .right .news-wrap .box:nth-child(2) {
    margin-bottom: 0;
}
/*////////////////////////////////////////////
																	
topics
																		
////////////////////////////////////////////*/
#topics{
	background: #353b47;
	margin-bottom: 0;
}
.js #topics{
	background: url(../../img/dot-n.png) repeat;
}

#topics .wrap{
	padding-top:40px;
	padding-bottom:80px;
}
#topics .mini-ttl{
	margin-bottom: 40px;
	text-align:center;
}
#topics .cpacppcpo h1{
	line-height: 30px;
	padding: 10px 0;
	background: #e2524b;
	color: #fff;
}
#topics .cpc h1{
	line-height: 30px;
	padding: 10px 0;
	background: #3986e1;
	color: #fff;
}
#topics .cpacppcpo h1:before{
	display: inline-block;
	margin: 0 5px 5px 10px;
	content: " ";
	vertical-align: middle;
	width: 8px;
	height: 12px;
	background: #e2524b;
	border-left: 8px solid #fff;
}
#topics .cpc h1:before{
	display: inline-block;
	margin: 0 5px 5px 10px;
	content: " ";
	vertical-align: middle;
	width: 8px;
	height: 12px;
	background: #3986e1;
	border-left: 8px solid #fff;
}
.card{
	position: relative;
	background: #f5f5f5;
	border-bottom: 2px solid #252931;
	margin-bottom: 2px;
}
.card h1{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	background: #fff;
}
.card p{
	padding: 10px 5px;
	color: #5d626b;
}

#topics ul.col-2 li .box a {
	display: block;
}
#topics ul.col-2 li .box a p{
	color: #fff;
}
/*////////////////////////////////////////////
																	
about
																		
////////////////////////////////////////////*/
.sec-top .layout-center{
	margin-top: -140px;
	position: relative;
}
.btn-d{
	display: block;
	border: 1px solid #fff;
	width: 100px;
	height: 100px;
	background: #353b47;
	transform: rotate(45deg);
    position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin:0 auto;
	border: 5px solid transparent;
}
.btn-d p{
	color: #aeb0b5;
	position:absolute;
	right:0;
	left: 0;
    margin: 24px auto 0;
	display: block;
	text-align: center;
	transform: rotate(-45deg);
}
.btn-d:hover{
	opacity: 1;
}
section#detail {
	padding-bottom: 120px;
}
#detail .sec-top{
	padding-top: 80px;
}
#detail .sec-top .inner{
	text-align: center;
}
#detail .sec-top .cont{
	margin-top: 80px;
}

#about .left img{
	padding: 0 20px;
	width: 100%;
	height: auto;
}
#about .right p{
	padding: 10px 20px;
	font-size: 22px;
	line-height: 160%;
	font-style: italic; 
}
#about .col-2 img{
	text-align: center;
	margin: 0 auto;
}
#about .arrow-box{
	width:150px;
}
/*////////////////////////////////////////////
																	
news
																		
////////////////////////////////////////////*/
#news-text dl dt{
	font-size: 14px;
}
#news-text dl dd{
	font-size: 14px;
}
#article #news-text dl dd{
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
}
#news-text dl dd a{
	text-decoration: underline;
}
/*////////////////////////////////////////////
																	
contact
																		
////////////////////////////////////////////*/
#contact dt span{
	margin:0 20px;
}
#contact .txt dl{
	margin-bottom: 0;
}

#contact .sec-cont h2{
	margin-top: 0;
	margin-bottom: 20px;
}

/*必須*/
td.required, td.name, td.question{
	padding-right: 30px;
}
.required span{
    color: #9BC551;
    width: 100px;
    height: 100px;
    padding: 0 15px;
    background: #fff;
    font-size: 11px;
    margin-left: 20px;
    border: 1px solid #9BC551;
    vertical-align: 8%;
}
#contact tr {
	border-bottom: 1px solid #f5f5f5;
}
#contact td.name {	
	width: 300px;
	font-weight: 700;
	font-size: 16px;
}
#contact .answer input {
	border: 0;
    padding: 10px;
    font-size: 14px;
    color: #424242;
    border: solid 1px #d6d7da;
    margin: 0 0 10px;
    width: 400px;
}
#contact td.answer select {
    border: 0;
    padding: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #424242;
    border: solid 1px #ddd;
    margin: 0 0 20px;
    width: 200px;
    overflow: hidden;
    background-color: #fff;
}
#contact td.answer textarea {
    border: 0;
    padding: 20px;
    font-size: 14px;
    color: #424242;
    border: solid 1px #ddd;
    width: 600px;
    height: 300px;
}
#contact .cont04,#contact .btn{
	text-align: center;
	margin: 0 auto;
}
#contact .cont04 a{
	text-decoration: underline;
	margin-left: 10px;
}
#contact .cont04 input{
	margin-top: 20px;
}
#contact .btn {
	position: relative;
	margin-top: 30px;
}
#contact .btn input.button{
	min-width: 300px;
    display: inline-block;
    color: #fff;
    padding: 30px 0;
    width: 100%;
    background: url(../../img/dot-nn.png) repeat;
}
#contact .revise-button input.button{
	background: url(../../img/dot-nn.png) repeat;
}
#contact .btn input:hover{
	opacity: 0.7;
}
.off{
	color: #ccc !important;
    background: url(../../img/dot-g.png) repeat !important;
    cursor: default !important;
}
.error p{
	color: #E6595B;
	margin-bottom: 20px;
}
.arrow-rr::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 18px;
}
.arrow-ll::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 18px;
}
.confirm .cont03{
	margin: 0 auto;
	text-align:center;
}
.revise-button{
	float:left;
}
.transmit-button{
	float: right;
}
#contact .txt{
	margin-bottom: 20px;
}
/*////////////////////////////////////////////
																	
bg
																		
////////////////////////////////////////////*/
.bg-img{
	background: #f5f5f5;
	background-image: url(../../img/dot-g.png);
	background-repeat: repeat;
}
.bg-img-i{
	background: #f5f5f5;
	background-image: url(../../img/dot-i.png);
	background-repeat: repeat;
}

/*////////////////////////////////////////////
																	
res-appear
																		
////////////////////////////////////////////*/
.res-appear{
	display: none;
}
/*////////////////////////////////////////////
																	
page-top
																		
////////////////////////////////////////////*/
#page-top{
	margin-bottom: 0 !important;
}
/*////////////////////////////////////////////
																	
outside
																		
////////////////////////////////////////////*/
.outside .cont {
    border-bottom: none;
}
.outside .cont {
    background: none;
}
/*////////////////////////////////////////////
																	
items
																		
////////////////////////////////////////////*/
.dot-g .cont {
	background: url(../../img/dot-g.png) repeat;
}

.step{
	display: block;
	border: 1px solid #fff;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #F99615;
	background-img: url(../../img/dot-g.png);
	background-repeat: repeat;
	display: -webkit-box;
    display: -moz-box;
    display:box;    
    -webkit-box-pack:center;
    -moz-box-pack:center;    
    box-pack:center;  
 
    -webkit-box-align:center;        
    -moz-box-align:center;
    box-align:center;    
    box-align: center;
}
.step h1{
	color: #fff !important;
    margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 100%;
	font-size: 28px;
	margin-bottom: 10px;
}
.step h1 span{
	color: #fff !important;
	font-size: 18px;
}
.point h1{
	background: #F99615;
}
.txt dl dd{
	line-height: 180%
}
#contact table{
	width: 100%;
}
#contact .cont03{
	padding-top: 40px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border-radius: 20px;
}

/*////////////////////////////////////////////
																	
JPAC
																		
////////////////////////////////////////////*/
body.jp{
	background: #f5f5f5;
}
.mini-ttl h1{
	color: #fff;
	font-weight: 500;
}
.mini-ttl h1{
	color: #9BC551;
}
.ttl-wrap {
	border-color: #9BC551;
}
/*.txt-ttl h3, */.txt-ttl:after{
	border-color: #9BC551;
	color: #9BC551;
}
#page-navi{
	background: url(../../img/dot-nn.png);	
}

/*////////////////////////////////////////////
																	
bg
																		
////////////////////////////////////////////*/

.bg{
	position: relative;
}
.bg:before {
    content: "";
	position:absolute;
	top:13%;
	bottom: 0;
	left: 3%;
    width: 50px;
    height: 50px;
	opacity: 1.0;
}
.q .bg:before{
	background: url(../../img/bg-q.png)  no-repeat;
}
.flow .bg:before{
	background: url(../../img/bg-flow.png)  no-repeat;
}
.en .bg:before{
	background: url(../../img/bg-en.png)  no-repeat;
}
.hum .bg:before{
	background: url(../../img/bg-hum.png)  no-repeat;
}
.cur .bg:before{
	background: url(../../img/bg-cur.png)  no-repeat;
}
.tool .bg:before{
	background: url(../../img/bg-tool.png)  no-repeat;
}
.vc .bg:before{
	background: url(../../img/bg-vc.png)  no-repeat;
}
.mmb .bg:before{
	background: url(../../img/bg-mmb.png)  no-repeat;
}
.sup .bg:before{
	background: url(../../img/bg-sup.png)  no-repeat;
}
.jc .bg:before{
	background: url(../../img/bg-jc.png)  no-repeat;
}


/*////////////////////////////////////////////
																	
pagenation
																		
////////////////////////////////////////////*/
.list {
    overflow:hidden;
    width:100%;
    margin: 30px auto;
    padding:0;
}

.list li {
    display:block;
    float:left;
    width:23%;
    height:150px;
    margin:1%;
    color:#fff;
    font-size:48px;
    line-height:150px;
    text-align:center;
    vertical-align:middle;
    list-style:none;
    background:#c2c4c7;
}

.pager {
    clear:both;
    margin:30px 0;
    text-align:center;
}

.pager span {
    margin:5px;
    padding:5px 8px;
    color:#fff;
    background:#353b47;
}
.pager span:hover {
    cursor:pointer;
    background:#c2c4c7;
}

.pager span.current {
    color:#353b47;
    background:none;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color:#c2c4c7;
    background:none;
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color:#353b47;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}
.pageNum {
    margin:30px 0;
    text-align:center;
}
div {
	word-break: break-word;
}
/*////////////////////////////////////////////
																	
others
																		
////////////////////////////////////////////*/
.others .txt{
	position: relative;
}
.others .txt p.no{
	margin-left: 20px;
}
.others .txt p.no span{
	position: absolute;
	left: 0;
}
.others .sec-cont ul li {
    float: none;
    font-size: 14px;
    line-height: 160%;
}
.others .sec-cont ul li {
    float: none;
    font-size: 14px;
    line-height: 160%;
}
.others .outside ul li {
    float: left;
}
.others .outside .inner{
	padding: 0 20px;
}
#terms .txt-ttl h1{
	line-height: 120%;
	font-size: 20px;
}
#terms dl, #law dl, #cancel dl{
	margin-bottom: 20px;
}
#terms dl dt, #law dl dt , #cancel dl dt  {
	border-left: 3px solid #e2524b;;
    font-weight: 700;
	padding-left: 6px;
	line-height: 180%;
	vertical-align: top;
	width: 200px;
}
#law .sec-cont .inner{
	padding: 20px;
}
#law table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 30px;
	font-size: 14px;
	border-style: none;
	text-align: left;
}
#law table a {
	text-decoration: underline;
}
#law tr{
	padding: 20px 5px;
}
#law th{
	text-align: left;
	width: 180px;
	padding: 0 5px;
	
	border-left: 3px solid #e2524b;;
    font-weight: 700;
	line-height: 180%;
	vertical-align: top;
}
#law td{
	text-align: left;
	width: auto;
	padding: 0 5px;
	
	line-height: 180%;
	vertical-align: top;
}
#terms dl dd, #law dl dd , #cancel dl dd {
	display: inline-block;
	vertical-align: top;
}
.others .txt a{
	text-decoration: underline;
}
@media all and (max-width: 767px) {
.news #news-text dl dt{
	float: none;
}
.news #news-text dl dd {
	white-space: normal;
	text-overflow: ellipsis;
}

}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
    clear: both;
    float: right;
    padding: 25px 0 0;
}
#gNavi ul {
	width: 840px;
}
#gNavi ul li {
    float: left;
    margin: 0;
}
#gNavi ul li a {
	display: block;
}
#gNavi ul .navi01 a {
	background:  url(../common/img/common/gnavi_01_on.png) no-repeat;
}
#gNavi ul .navi02 a {
	background:  url(../common/img/common/gnavi_02_on.png) no-repeat;
}
#gNavi ul .navi03 a:hover {
	background:  url(../common/img/common/gnavi_03_on.png) no-repeat;
}
#gNavi ul .navi04 a:hover {
	background:  url(../common/img/common/gnavi_04_on.png) no-repeat;
}
#gNavi ul .navi05 a:hover {
	background:  url(../common/img/common/gnavi_05_on.png) no-repeat;
}
#gNavi ul .navi06 a:hover {
	background:  url(../common/img/common/gnavi_06_on.png) no-repeat;
}

.mv {
    background: #000 none repeat scroll 0 0;
    clear: both;
    margin: 0 auto 40px;
    padding-top: 140px;
}