@charset "utf-8";

/*
#ghcontainer{
	display:none;
}
*/

div#contents{/*contentsを強制上書き*/
	width:100% !important;
	text-align:center;/* for IE5.5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align:left;/* for Modern browsers */
	position: static;
}

/* global navi
=========================================*/
#naviWrap {
	zoom: 1;
	height: 75px;
	width: 100%;
	background: #FFF url(../image_gNavi/g_nav_bgr.jpg) repeat-x center top;
	left: 0px;
	/*top:57px;*/
	position:absolute;
	z-index:1001;
	min-width:980px;
}
#toppage #naviWrap {
	height: 35px;
}
#naviWrap #gl_navi {
	zoom: 1;
	height: 35px;
	border-bottom:solid 0px #e6e6e6;
}
#naviWrap #gl_navi #gl_naviArea {
	height: 35px;
	width: 980px;
	margin: 0px auto;
}
#naviWrap #gl_navi #gl_naviArea img {
	vertical-align: top;
}
#naviWrap #gl_navi #gl_naviArea h1 {
	float: left;
	height: 35px;
	width: 70px;
	
}
#naviWrap #gl_navi #gl_naviArea ul li {
	font-size: 1px;
	line-height: 1px;
	float: left;
}
#naviWrap #gl_navi #gl_naviArea ul li a {
	margin:0;
	padding:0;
}
#naviWrap #gl_navi #gl_naviArea ul .styling {
	padding: 0px 0px 0px 105px;
}
#naviWrap #gl_navi #gl_naviArea ul .support {
	padding: 8px 0px 0px 9px;
}
#naviWrap #subNavi {
	height: 40px;
	width: 100%;
	zoom: 1;
	background: url(../image_gNavi/sub_nav_sdw.jpg) no-repeat center 35px;
	clear:both;
}
#naviWrap #subNavi #subNaviArea {
	margin: 0px auto;
	width: 980px;
	overflow:hidden;
	
}
#naviWrap #subNavi #subNaviArea p {
	float: left;
	font-size: 85.7%;
	padding: 9px 0px 0px 15px;
	overflow: hidden;
	background: url(../image_gNavi/crumb.gif) no-repeat 0px 13px;
	margin: 0px 0px 0px 8px;
	color: #333;
}
#naviWrap #subNavi #subNaviArea p a {
	color: #666;
}
#naviWrap #subNavi #subNaviArea p.parent {
	background: none;
	padding-left: 0px;
	margin-left: 0px;
}
#naviWrap #subNavi #subNaviArea ul {
	margin: 2px 0px 0px 25px;
	height: 32px;
	float: right;
}
#naviWrap #subNavi #subNaviArea ul li {
	float: left;
	font-size: 85.7%;
	line-height: 32px;
	margin-left: 15px;
	padding-left: 10px;
	background: url(../image_gNavi/sub_navi_arrow.gif) no-repeat left center;
}

/* link color
=========================================*/
a:link,a:visited,a:active {
   color: #016ba2;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
} 

/* font
=========================================*/
* html body {  
	background: url(null) fixed;  /*-- IE6スクロール時のがたつきを防止 --*/	
	/*-- overflow:scroll;--*/
}
body{
	font-size:80%;
	line-height:1.7;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Arial", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	position:relative;
	-webkit-text-size-adjust:100%;
}




.caption{
	font-size:80%;
}

/* clearfix
=========================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	zoom:1;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* clear
=========================================*/
.clear{
	clear:both;
}



/* hr
=========================================*/
hr{
	display:none;
}


/* text-align
=========================================*/
.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb25{
	margin-bottom:25px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}
.mb80{
	margin-bottom:80px;
}
.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mt25{
	margin-top:25px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mt70{
	margin-top:70px;
}
.mt80{
	margin-top:80px;
}
.mt90{
	margin-top:90px;
}
.mt100{
	margin-top:100px;
}



/* div#wrapper
=========================================*/
div.width_full {
	width: 100%;
	clear: both;
}
div.width_full_sdw40 {
	width: 100%;
	clear: both;
	background: #E5E5E5;
	background: url(../image_common/div_sdw_40_bgr.jpg) repeat-x center top;
}
div.width_full_sdw_btm {
	width: 100%;
	clear: both;
	background: #E5E5E5;
	background: url(../image_common/bgr_separate.jpg) repeat-x center bottom;
}
div.wrapper{
	width:980px;
	margin:0 auto;
	clear: both;
}
.section {
	margin: 0px auto;
	width: 980px;
	padding: 50px 0px;
	clear: both;
}
.divider_top  {
	background: url(../image_common/devider.jpg) no-repeat center top;
}
#btm_wrap {
	background: #F0F0F0 url(../image_common/btm_wrap_bgr.jpg) no-repeat center top;
	padding: 40px 0px;
}


/* header
=========================================*/
h2.header {
	margin: 50px auto 0px;
	height: 30px;
	width: 960px;
	padding: 16px 0px 14px 20px;
	background: url(../image_common/h2_bgr.gif) 0px top no-repeat;
	clear: both;
}



/* pagetop
=========================================*/
.pagetop {
	width:980px;
	margin:10px auto 0;
	overflow:hidden;
	clear: both;
}

.pagetop ul li {
	background: url(../image_common/pagetop_arrow.gif) no-repeat left center;
	padding-left:10px;
	float:right;
	font-size: 80%;
	font-weight: bold;
}
.pagetop ul li a {
	color: #333;
	text-decoration: none;
}
.encl {
	border: 1px solid #999;
	font-size: 80%;
	padding: 1px 3px;
	margin: 0px 2px 0px 0px;
	font-weight: normal;
}
.encl_line {
	line-height: 2;
}
.bold {
	font-weight:bold;
}
.ul {
	text-decoration: underline;
}
.green {
	color: #090;
}
.red {
	color: #F00;
}


/* btm caution block
=========================================*/
#btm_caution {
	font-size: 75%;
	line-height: 1.5;
	width: 980px;
	margin: 0px auto;
}
#btm_caution ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
}

#dummy_footer {
	text-align: center;
}
.wrapper{
	position:relative;
}
.caution_tax{
	position:absolute;
	top:80px;
	left:50%;
	margin-left:-490px;
	text-align:right;
	width:980px;
}
.caution_tax a{
	color:#f00;
	font-size:11px;
}




/*201511 ua add*/
div.finish{
	background:#fafafa;
	padding:0.4em 0;
}

div.finish div{
	width:980px;
	margin:0 auto;
}

div.finish div p.finishcopy{
	float:left;
	width:50%;
	color:#C00;
	line-height:1.5;
	font-size:12px;
}

div.finish div ul{
	float:right;
	width:50%;
	font-size:12px;
	text-align:right;
	padding-top:0.3em;
}

div.finish div ul li{
	margin-bottom:0.1em;
}

div.communityArea ul li{
	margin-bottom:7px;
}

div.communityArea ul li a{
	display:block;
	width:223px;
	height:57px;
	position:relative;
}

div.communityArea ul li a span{
	position:absolute;
	width:130px;
	height:32px;
	font-size:10px;
	top:23px;
	left:88px;
}
