@charset "utf-8";

/*-----------------------------------------------------
 *	会員サポート基本設定
 *	※このスタイルシートは編集不可
 *---------------------------------------------------*/
 
#main_onecolumn {
	padding: 20px;
	font-size: 12px;
}
 
/* グローバルナビ */
#contents #gnav ul a {
	font-weight: normal;
}

/* 基本レイアウト */
body.support #header,
body.support #header_inner {
	background: url(../images/header_bg_green.jpg) repeat-x left top;
}

#gnav_inner {
	padding: 10px 0;
	background: #fff;
}

#gnav ul.sup_link {
	padding: 0 0 3px;
	background: url(../images/gnav_bg.gif) no-repeat left bottom;
}


body.support #contents #main {
	float: right;
	width: 740px;
	margin: 0;
	padding: 0;
	background: url(../images/main_bg.gif) no-repeat left top;
}

body.support #contents #topicpath {
	margin: 0;
	padding: 0 0 15px;
}

body.support #contents #topicpath li {
	display: inline;
	margin-left: 0.5em;
}

body.support #contents #topicpath li a {
	margin-right: 0.5em;
}

/* トップページ用 */
#support_index #contents {
	padding: 0 0 15px;
}

#support_index #contents #main h2 {
	height: 119px;
	padding: 0;
	margin: 0;
}


#support_menu .left {
	width: 210px;
}

#support_menu .right {
	width: 530px;
}

#menu01 .right {
	height: 101px;
	background: url(../images/index_img_04.jpg) no-repeat;
}
#menu02 .right {
	height: 161px;
	background: url(../images/index_img_06.jpg) no-repeat;
}
#menu03 .right {
	height: 295px;
	background: url(../images/index_img_08.jpg) no-repeat;
}
#menu04 .right {
	height: 90px;
	background: url(../images/index_img_10.jpg) no-repeat;
}
#menu05 .right {
	height: 134px;
	background: url(../images/index_img_12.jpg) no-repeat;
}


/* 中ページ基本 */
body.support #contents h2 {
	margin-bottom: 25px;
}

body.support #contents .section {
	width: 647px;
	margin-left: 46px;
	padding: 0 0 30px;
	font-size: 1.2em;
}

body.support #contents .section ul {
	margin-left: 2.5em;
}

#contents .section h3 {
	margin: 0 0 10px;
}

#contents .section p {
	padding: 0 10px;
}

#contents .section p,
#contents .section ul {
	margin-bottom: 15px;
}

#contents .section a {
	color: #088f8f;
	text-decoration: underline;
}

#contents .section a:hover {
	color: #088f8f;
	text-decoration: none;
}

#contents .section .pagetop {
	text-align: right;
	/*margin-right: 15px;*/
}


/* FAQ用 */
.faq_box {
	width: 627px;
	margin: 0 0 10px 10px;
}

.faq_box th {
	width: 1.5em;
	padding: 0.25em 0;
	vertical-align: top;
}

.faq_box td {
	padding: 0.5em;
	vertical-align: top;
}

.bb01 { background: url(../images/dot_01.gif) repeat-x left bottom; }
.bb02 { border-bottom: solid 1px #cccccc; }

/* 汎用Class */
.large { font-size: 1.2em; }

.green { color: #088f8f; }

.bold { font-weight: bold; }

.pt26 { padding-top: 26px; }
.pt22 { padding-top: 22px; }
.pt23 { padding-top: 23px; }
.pt12 { padding-top: 12px; }
.pt14 { padding-top: 14px; }
.pt15 { padding-top: 15px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }

.mb30 { margin-bottom: 30px; }

