@charset "Shift_JIS";

/**
 *	=Global Setting
 */

.sp_parts{
	display:none;	
}

.mb_10{
	margin-bottom:10px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(/images/global/bg_body.png) repeat-y center top;
}

#container {
	width: 930px;
	margin: 0 auto;
	color: #3e3024;
}

/* header */
#header {
	position: relative;
}

	#header-description {
		font-size: .847em;
		padding:3px 285px 1px 0;
		line-height: 12px;
		background: #f7bfc7 url(/images/global/bg_header.png) no-repeat left bottom;
		text-align:right;
	}
	
	#logo {
		margin: -2px 0 6px 25px;
	}
	
	#gnavi{
		padding-top:20px;
	}
	
	#gnavi li {
		float: left;
	}
	
	#gnavi a{
		color: #000;
		display: block;
		font-weight: bold;
	}
	
	#gnavi a:hover{
		text-decoration:none;
		color:#FFF;
	}
	
	#gnavi #gn_home{
		display:block;
		background:url(../../images/global/gnavi.jpg) no-repeat 0 0;
		height:52px;
		width:58px;
		padding-top:0;
		overflow: hidden;
	}
	
	#gnavi #gn_home a{
		padding: 29px 0 0 11px;
	}
	
	#gnavi #gn_home a:hover{
		background:url(../../images/global/gnavi.jpg) no-repeat 0 -52px;
	}
	
	#gnavi #gn_about{
		display:block;
		background:url(../../images/global/gnavi.jpg) no-repeat -58px 0;
		height:52px;
		width:218px;
		padding-top:0;
		overflow: hidden;
		text-align:center;
	}
	
	#gnavi #gn_about a{
		padding: 10px 0 0 0px;
		font-size:21px;
		height:52px;
	}
	
	#gnavi #gn_about a:hover{
		background:url(../../images/global/gnavi.jpg) no-repeat -58px -52px;
	}


	#gnavi #gn_entry{
		display:block;
		background:url(../../images/global/gnavi.jpg) no-repeat -276px 0;
		height:52px;
		width:218px;
		padding-top:0px;
		overflow: hidden;
		text-align:center;
	}
	
	#gnavi #gn_entry a{
		padding: 10px 0 0 0;
		font-size:21px;
		height:52px;
	}
	
	#gnavi #gn_entry a:hover{
		background:url(../../images/global/gnavi.jpg) no-repeat -276px -52px;
	}


	#gnavi #gn_visit{
		display:block;
		background:url(../../images/global/gnavi.jpg) no-repeat -494px 0;
		height:52px;
		width:218px;
		padding-top:0px;
		overflow: hidden;
		text-align:center;
	}
	
	
	#gnavi #gn_visit a{
		padding: 10px 0 0 0px;
		font-size:21px;
		height:52px;
	}
	
	
	#gnavi #gn_visit a:hover{
		background:url(../../images/global/gnavi.jpg) no-repeat -494px -52px;
	}


	#gnavi #gn_corporate{
		display:block;
		background:url(../../images/global/gnavi.jpg) no-repeat -712px 0;
		height:52px;
		width:218px;
		padding-top:0px;
		overflow: hidden;
		text-align:center;
	}
	
	#gnavi #gn_corporate a{
		padding: 10px 0 0 0px;
		font-size:21px;
		height:52px;
	}
	
	
	#gnavi #gn_corporate a:hover{
		background:url(../../images/global/gnavi.jpg) no-repeat -712px -52px;
	}
	.index #gn_home{
		background:url(../../images/global/gnavi.jpg) no-repeat 0 -52px !important;
	}
	
	.index #gn_home a{
		color:#fff;
	}
	
	.main #gn_about a{
		background:url(../../images/global/gnavi.jpg) no-repeat -58px -52px !important;
	}
	
	.company #gn_visit a{
		background:url(../../images/global/gnavi.jpg) no-repeat -494px -52px !important;
	}
	
	#hd_tel {
		position: absolute;
		top: 0;
		right: 0;
	}


#path {
	margin:10px;
	float:left;
	width:600px;
}

#path li {
	float:left;
	display: inline;
	list-style-type:none;
	
}

#path li .arrow,.return .arrow,.flat .arrow {
	margin-right:5px;
	padding-right:10px;
	background:url(/images/global/icn_arrow.png) no-repeat right center;
}

#mv {
	position: relative;
	margin-bottom: 15px;
}

.section {
	margin: 10px 15px 15px;
	clear:both;
	position:relative;
}

	.title {
		width: 880px;
		height: 44px;
		line-height: 50px;
		padding-left: 22px;
		margin-bottom: 10px;
		font-size: 1.231em;
		font-weight: bold;
		background: url(/images/global/bg_title.png) no-repeat 0 0;
	}
	
	.matters{
		position:absolute;
		font-size:13px;
		font-weight:bold;
		top:15px;
		left:572px;
		right:0;
	}
	
	.matters_02{
		font-size: 13px;
		font-weight: bold;
		left: 470px;
		position: absolute;
		top: 15px;
	}
	
	.matters_03{
		position:absolute;
		font-size:13px;
		font-weight:bold;
		top:1px;
		left:605px;
	}
	
	.matters span,
	.matters_02 span,
	.matters_03 span{
		color:#00F;
	}
	
	.box_rad {
		border: solid 3px #b3b3b3;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	.with_bar {
		border-left: 4px solid #f7bfc7;
		padding-left: 10px;
	}

.pagetop {
	float:right;
	font-size: .847em;
	margin-top:3px;
}

.pagetop a {
	padding-left: 15px;
	background: url(/images/global/icn_arrow_up.png) no-repeat 0 60%;
}
.pagetop a:hover {
	background: url(/images/global/icn_arrow_up.png) no-repeat 0 40%;
}

.ttl_name a {
	color:#333333;
}

.ttl_name a:hover {
	color:#0068B7;
	text-decoration:underline;
}

/* tracking */
#tracking {
	display: none;
	z-index: 1000;
	position: fixed;
	bottom: 80px;
	right: 0;
}

#tracking .bnr01 {
	text-align: right;
	position: relative;
}

#tracking .bnr01 .close {
	background: rgba(0,0,0,0.5);
	padding: 5px;
	font-size: 12px;
	display: inline-block;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
	color: #fff;
}

#tracking .bnr01 a,
#tracking .bnr01 img {
	display: block;
}

#tracking .closed {
	display: none!important;
}

/* footer */
#footer {
	clear: both;
}

	#footer_left {
		width: 433px;
		float: left;
		display: inline;
		margin-left: 15px;
		position: relative;
	}
	
	#footer_left .btn_footer {
		display: block;
		position: absolute;
		top: 73px;
		left: 154px;
	}
	
	#footer_right {
		width: 450px;
		float: right;
		display: inline;
		margin-top: 6px;
		margin-right: 15px;
		position: relative;
	}
	
	#footer_right .btn_footer {
		display: block;
		position: absolute;
		top: 11px;
		left: 73px;
	}
	
	#footer_msg {
		clear: both;
		border-top: solid 1px #fc6e76;
		padding: 0 15px;
	}

	#footer_msg p {
		line-height: 20px;
		padding:10px 20px 0;
	}

	#footer_msg ul {
		float: right;
	}

	#footer_msg li {
		float: right;
		line-height: 30px;
		padding-right: 10px;
	}

	#footer_msg li a {
		padding-left: 10px;
		background: url(/images/global/icn_ft_link_off.png) no-repeat left center;
	}
	

	#footer_msg #footer_pankuzu li a {
		padding-right: 10px;
		background: url(/images/global/icn_ft_link_off.png) no-repeat right center;
	}
	
	#footer_msg #footer_pankuzu li.bg_none a{
		padding-right:0;
		background:none;
	}
	
	
	#footer_msg #footer_pankuzu li.bg_none a.arrow{
		padding-right: 10px;
		background: url(/images/global/icn_ft_link_off.png) no-repeat right center;
	}


	#footer_msg li a:hover {
		background: url(/images/global/icn_ft_link_on.png) no-repeat left center;
	}
	
	ul#footer_pankuzu{
		float:left;
	}
	
	ul#footer_pankuzu li{
		float:left;
	}
	
	#footer_msg h3{
		padding: 10px 20px 0;
		color: #ed4874;
	}
	
	#footer_msg dl{
		padding: 0 20px 0;
	}
	
	#footer_msg dt{
		font-weight:bold;
		padding: 5px 0 0;
	}
	
	#footer_msg dt:not(:first-child){
		padding: 10px 0 0;
	}

	
	#footer_msg dd{
		padding: 5px 0 0;
	}


	
	#footer_btm {
		background-color: #fc6e76;
		color: #FFF;
		padding: 15px;
	}

		
	#footer_btm dl{
		border-bottom:1px solid #FFF;
		padding-bottom:5px;
		width:500px;
	}
		
	#footer_btm dt{
	background: url(/images/global/icn_ft_link_off.png) no-repeat left center;
	padding-left:15px;
	}
	
	#footer_btm ul{
		margin-top:5px;
	}
	
	#footer_btm .fl01{
	overflow:hidden;
	padding:0 10px 0 5px;
	float:left;
	border-right:solid 1px #FFF;
	margin-left:10px;
 	}
	
	#footer_btm .fl01_last{
	padding:0 5px 0 5px;
	float:left;
	margin-left:10px;
	}
	
	.fl01 a{
		color:#FFF;
	}
	
	.fl01_last a{
		color:#FFF;
	}
		
	
	#footer_btm ul {
		width: 570px;
		float: left;
	}
	
	#footer_btm li {
		float: left;
		margin-right: 20px;
		display: inline;
		font-size: .77em;
		white-space: nowrap;
		padding-left: 15px;
		background: url(/images/global/icn_ft_link_off.png) no-repeat left center;
		color: #FFF;
	}
	
	#footer_btm li.tel_entry { display:none;}
	
	#footer_btm li a {
		color: #FFF;
	}
	
	#footer_btm p {
		float: right;
		text-align: right;
		font-size: .77em;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}

.footer_02{
	width:930px;
	margin:0 auto;
}


/*Hides from IE-mac \*/
* html.clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

/*　パンくず右側の戻るボタン　*/
.return {
	float:right;
	margin-right:14px;
	_margin-right:7px;
	margin-top:10px;
}

#path_wrap {
	overflow:hidden;
	}
	



/*　404ページ　*/
.404txt{
	padding:15px 0 0 15px;
	}

.totop{
	padding:15px 0 150px 15px;
	}

.404di{
	display:inline;
	}

.404bn{
	border-style:none;
	}
	
/*	チャージページ*/

.di{
	display:inline;
	}
.dn{
	display:none;
	}
	
.bn{
	border-style:none;
	}
/*----------------------------*/	
.mr_10{
	margin-right:10px;
	}
.vh{
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
	}
	
.ta{
	text-align:center;
}

.tar{
	text-align:right;
}

.fl{
	float:left;
}

.w70{
	width:70px;
}

.w80{
	width:80px;
}

.w110{
	width:110px;
}

.w189h21{
	width:189px;
	height:21px;
	}
.p0m0{
	padding:0px;
	margin:0px;
}

.w150h19{
	width:150px;
	height:19px;
}

.w150h21{
	width:150px;
	height:21px;
}

.ha{
	height:auto;
}

.bn{
	border:none;
}

.gray{
	color:#666666;
}

.vh{
	visibility:hidden;
}
.right_area_inner{
	width:372px;
	height:100px;
	overflow:auto;
}

.vam{
	vertical-align:middle;
}


.cb{
	clear:both;
}

.fb{
	font-weight:bold;
}

.imd{
	ime-mode:disabled;
}

#nf_header{
	background:url(/images/404/bg.jpg) no-repeat 0 bottom;
	padding:30px;
}

#nf_header h1{
	font-size:24px;
	padding-bottom:10px;
}

#nf_header p{
	margin-top:10px;
}

.search_404{
	margin-top:20px;
}