@charset "UTF-8";
 
/*=========================================================================
Type : Specified Directory Layout
Page : /info/
=========================================================================*/

/* Common Import Setting
--------------------------------------------- */

/* Basic Setting */
@import "/css/common_basic.css";

/* Whole Layout */
@import "/css/common_layout.css";

/* ReWrite Common Layout
--------------------------------------------- */
/* localNav */
div#localNav{
	height:20px;
	background:url(/images/common/locnav_bg_large.gif) repeat-x 0px 0px;
	overflow:hidden;
}
/* [guide.html][tokutei.html] body contents */
body#info.guide,
body#info.tokutei{
	background:none;
}
body#info.guide div#contents,
body#info.tokutei div#contents{
	width:auto;
	margin:0px 10px;
	padding:10px;
}

/* Directry Page Layout [sitemap.html]
--------------------------------------------- */
/* topImage */
body#info.sitemap div.topImage{
	position:relative;
	width:680px;
	height:60px;
}
body#info.sitemap div.topImage h1{
	position:absolute;
	top:-5px;
	left:0px;
	width:680px;
	height:65px;
	background:url(/images/info/sitemap/title.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
/* sitemapArea */
body#info.sitemap div.sitemapArea{
	width:660px;
	margin-bottom:10px;
	padding:20px 10px 20px 10px;
	background:#fff2f0 url(/images/info/sitemap/area_bg_btm.gif) no-repeat left bottom;
}
body#info.sitemap div.sitemapArea ul.outerLink{
	margin-bottom:20px;
	padding:0px 20px;
}
body#info.sitemap div.sitemapArea ul.outerLink li{
	margin-bottom:10px;
	padding-left:17px;
	background-repeat:no-repeat;
	background-position:0px 2px;
	line-height:1.1;
}
body#info.sitemap div.sitemapArea ul.outerLink li.linkHome{
	background-image:url(/images/info/sitemap/bullet_out_home.gif);
}
body#info.sitemap div.sitemapArea ul.outerLink li.linkAllPage{
	background-image:url(/images/info/sitemap/bullet_out_arr.gif);
}
body#info.sitemap div.sitemapArea div.sABoxWrapper{
	width:660px;
	background:#ffffff url(/images/info/sitemap/area_bg_top.gif) no-repeat 0px 0px;
}
body#info.sitemap div.sitemapArea div.sABoxWrapper div.sABoxInner{
	width:660px;
	padding-top:5px;
}
body#info.sitemap div.sitemapArea div.sABlock{
	float:left;
	width:290px;
	margin:0px 20px;
	display:inline;
}
body#info.sitemap div.sitemapArea div.sABlock h2{
	margin-bottom:1.0em;
}
body#info.sitemap div.sitemapArea div.sABlock p{
	margin:0px 10px 1.0em 10px;
	padding-left:17px;
	background:url(/images/info/sitemap/bullet_in_arr.gif) no-repeat 0px 2px;
	line-height:1.1;
}
body#info.sitemap div.sitemapArea div.sABlock ul{
	margin:0px 10px 0.2em 20px;
}
body#info.sitemap div.sitemapArea div.sABlock ul li{
	margin-bottom:0.8em;
	padding-left:17px;
	background:url(/images/info/sitemap/bullet_in_arr.gif) no-repeat 0px 2px;
	line-height:1.1;
}

/* Directry Page Layout [guide.html][tokutei.html]
--------------------------------------------- */
/* headline */
body#info.guide div#contents h1,
body#info.tokutei div#contents h1{
	margin-bottom:1.0em;
	padding:2px 4px;
	border-left:#a21700 solid 3px;
	border-bottom:#a21700 solid 1px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.1;
}
body#info.guide div#contents h2,
body#info.tokutei div#contents h2{
	margin:0px 10px 0.8em 10px;
	padding-left:15px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.1;
	background:url(/images/info/popup_bullet02.gif) no-repeat 0px 2px;
}
body#info.guide div#contents h3,
body#info.tokutei div#contents h3{
	margin:0px 10px 0.5em 10px;
	font-weight:bold;
	line-height:1.1;
}
body#info.guide div#contents h3 a,
body#info.tokutei div#contents h3 a{
	font-weight:bold;
}
body#info.guide div#contents h3 span,
body#info.tokutei div#contents h3 span{
	padding-right:0.3em;
	font-weight:bold;
}
/* text */
body#info.guide div#contents div.txtBlock,
body#info.tokutei div#contents div.txtBlock{
	margin:0px 20px 1.0em 20px;
}
body#info.guide div#contents div.txtBlock p,
body#info.tokutei div#contents div.txtBlock p{
	padding-bottom:0.5em;
	line-height:1.3;
}
/* list */
body#info.guide div#contents div.txtBlock ul li,
body#info.tokutei div#contents div.txtBlock ul li{
	margin-left:15px;
	list-style-type:disc;
}
/* table */
body#info.guide div#contents div.txtBlock table th,
body#info.tokutei div#contents div.txtBlock table th,
body#info.guide div#contents div.txtBlock table td,
body#info.tokutei div#contents div.txtBlock table td{
	padding:3px 10px;
	border:#cccccc solid 1px;
	vertical-align:middle;
}
body#info.guide div#contents div.txtBlock table th,
body#info.tokutei div#contents div.txtBlock table th{
	background:#a21700;
	color:#ffffff;
}
/* bottomClose */
body#info.guide div#contents div.bottomClose,
body#info.tokutei div#contents div.bottomClose{
	text-align:center;
}

/* Directry Page Layout [guide.html]
--------------------------------------------- */
/* list */
body#info.guide div#contents div.txtBlock ul.pAConviniList{
	width:100%;
}
body#info.guide div#contents div.txtBlock ul.pAConviniList li{
	float:left;
	margin-right:13px;
	display:inline;
	list-style-type:none;
}
/* table.card */
body#info.guide div#contents div.txtBlock table.card{
	width:100%;
}
body#info.guide div#contents div.txtBlock table.card td{
	text-align:center;
}
/* table.convini table.payeasy */
body#info.guide div#contents div.txtBlock table.convini,
body#info.guide div#contents div.txtBlock table.payeasy{
	width:100%;
}
body#info.guide div#contents div.txtBlock table.convini td,
body#info.guide div#contents div.txtBlock table.payeasy td{
	text-align:right;
}
body#info.guide div#contents div.txtBlock img.payeasyLogo{
	float:left;
	margin:0px 10px 5px 0px;
	display:inline;
}
