@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}@charset "utf-8";

/* html、body
----------------------------------------------------------- */
body {
	color: #000;
	font-size: 87.5%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(/common/img/body_bg.png);
}


/* リンク
----------------------------------------------------------- */
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* ヘッダ
----------------------------------------------------------- */
header {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/common/img/header_bg_01.png) repeat-x 0 0;
	z-index: 100;
}

header.floating {
	position: fixed;
	top: 0;
}

header > div {
	position: relative;
	width: 960px;
	height: 144px;
	margin: 0 auto;
	background: url(/common/img/header_bg_02.png) no-repeat top right;
}

header h1,
header p {
	height: 72px;
	padding: 20px 0 0;
}

#globalNav li {
	float: left;
}

#guideNav {
	position: absolute;
	top: 14px;
	left: 277px;
}

#guideNav li {
	float: left;
	margin-right: 6px;
}


/* パンくず
----------------------------------------------------------- */
#topicPath {
	margin: 144px 0 0;
	background: url(/common/img/topicpath_bg_01.png) repeat-x 0 0;
}

#topicPath ol {
	width: 960px;
	line-height: 42px;
	overflow: hidden;
	margin: 0 auto;
}

#topicPath li {
	float: left;
	margin: 0 15px 0 0;
	background: url(/common/img/topicpath_bg_02.png) no-repeat top right;
}

#topicPath li:last-child {
	background: none;
}

#topicPath li a {
	display: block;
	padding: 0 25px 0 20px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 50%;
}


/* コンテナ
----------------------------------------------------------- */
#container {
	line-height: 1.5;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 0;
}


/* メイン
----------------------------------------------------------- */
#main {
	float: right;
	width: 790px;
}

.wrapper1 {
	margin: 0 0 40px;
	background: url(/common/img/wrapper_bg_01.png) repeat-y 0 0;
}

.wrapper2 {
	background: url(/common/img/wrapper_bg_02.png) no-repeat left bottom;
}

.wrapper3 {
	overflow: hidden;
	padding: 0 40px 30px;
}

.tableBasic {
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.tableBasic th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #e7f6f8;
}

.tableBasic td {
	vertical-align: top;
	padding: 10px 15px;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-top: 1px dashed #7f7f7f;
}





/* テーブル採用
----------------------------------------------------------- */

.tableBasic-re {
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.tableBasic-re th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #e7f6f8;
}

.tableBasic-re td {
	vertical-align: top;
	padding: 10px 15px;
	border-right: 1px dashed #7f7f7f;
	border-left: 1px dashed #7f7f7f;
	border-top: 1px solid #7f7f7f;
}







/* 左メニュー
----------------------------------------------------------- */
#side1 {
	float: left;
	width: 150px;
}

#side1 .kkmaido {
	padding-left:-18px;
	margin:0 0 25px;
}

/*▼141225追加*/

.sideAdmission {
	margin: 0 0 50px;
	padding: 10px 0 10px;
	background: #fff;
}

.sideAdmission p {
	margin: 0 0 10px;
}

.sideAdmission dd {
	margin: 0 !important;
}

.sideAdmission dd li {
	background: url(/common/img/icon_arrow_01.png) no-repeat 6px 4px !important;
}

.sideAdmission dd li a:hover {
	color: #004a9e !important;
}

/*▲141225追加*/


/*1602-ABtest*/
#side1 .testB {
	border:none;
	margin-bottom:0px;
}

#side1 .testB a{
	background:none;
	padding:0 0 11px 0;
}

/*1602-ABtest*/

/*▼141225追加*/

/* フローティングバナー
----------------------------------------------------------- */
.floatingBanner {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 16px 0 0;
	text-align: center;
}

.floatingBanner span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 210px;
	background: url(/common/img/floating_banner_bg.png);
}

.floatingBanner div {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.floatingBannerOpen {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	cursor: pointer;
}

.floatingBannerClose {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

/*▲141225追加*/


/* フッタ
----------------------------------------------------------- */
#snsButtons {
	width: 960px;
	height: 28px;
	overflow: hidden;
	margin: 0 auto 8px;
}

#snsButtons li {
	float: left;
}

#snsButtons #___plusone_0,
#snsButtons #___plusone_0 iframe {
	width: 70px !important;
}

#snsButtons #twitter-widget-0 {
	width: 100px !important;
}

#snsButtons .fb_iframe_widget {
	padding: 0 10px 0 0;
}

.pageTop {
	width: 960px;
	margin: -28px auto 8px;
	text-align: right;
}

#pageList {
	padding: 20px 0;
	background: url(/common/img/footer_bg_05.png);
}

#pageList div {
	width: 960px;
	overflow: hidden;
	line-height: 1.5;
	margin: 0 auto;
	background: url(/common/img/footer_bg_04.png) repeat-y 50% 0;
}

#pageList dl {
	float: left;
	width: 155px;
	margin: 0 45px 0 0;
}

#pageList dl:last-child {
	float: right;
	margin: 0;
}

#pageList dt {
	margin: 0 0 10px;
}

#pageList li {
	margin: 0 0 10px;
	padding-left: 26px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 6px 4px;
}

#pageList li:last-child {
	margin: 0;
}

#pageList li a:hover {
	color: #004a9e;
}

#pageList dl:nth-child(1) li {
	background: url(/common/img/icon_arrow_02.png) no-repeat 6px 4px;
}

#pageList dl:nth-child(1) li a:hover {
	color: #007c44;
}

#pageList dl:nth-child(2) li {
	background: url(/common/img/icon_arrow_03.png) no-repeat 6px 4px;
}

#pageList dl:nth-child(2) li a:hover {
	color: #dc3e00;
}

footer nav {
	background: url(/common/img/footer_bg_01.png);
}

footer nav ul {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

footer nav li {
	float: left;
	margin-right: 30px;
	padding: 25px 0;
}

footer nav li:last-child {
	margin: 0;
}

#footerContact {
	padding: 0 0 40px;
	text-align: center;
	background: #016ec8 url(/common/img/footer_bg_02.png) no-repeat center bottom;
}

#footerContact dl {
	width: 960px;
	margin: 0 auto 20px;
	padding: 40px 0 0;
	text-align: left;
	background: url(/common/img/footer_bg_03.png) no-repeat center bottom;
}

#footerContact dt {
	margin: 0 0 30px;
}

#footerContact dd {
	overflow: hidden;
	padding: 0 0 30px 20px;
}

#footerContact dd li {
	float: left;
	margin: 0 44px 0 0;
}

#footerContact dd li:nth-child(2) {
	padding: 20px 0 15px;
}

#footerContact dd p {
	padding: 15px 0 0;
}

#footerContact nav {
	clear: both;
	width: 935px;
	margin: 0 auto 60px;
	padding: 0 0 0 25px;
	text-align: left;
	background: none;
}

#footerContact nav ul {
	width: auto;
}

#footerContact nav li {
	line-height: 1.1;
	margin: 0 17px 0 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(/common/img/footer_icon.png) no-repeat 0 50%;
}

#footerContact nav li:last-child {
	margin: 0;
}

#footerContact nav li a {
	color: #fff;
}
@charset "utf-8";

/* float
----------------------------------------------------------- */
.fl { float: left !important; }
.fr { float: right !important; }
.cl { clear: both !important; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/* align
----------------------------------------------------------- */
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }


/* align
----------------------------------------------------------- */
.valign_m { vertical-align:middle !important; }
.valign_b { vertical-align:bottom !important; }
.valign_t { vertical-align:top !important; }


/* width
----------------------------------------------------------- */
.w50p { width: 50px !important; }
.w100p { width: 100px !important; }
.w110p { width: 110px !important; }
.w120p { width: 120px !important; }
.w130p { width: 130px !important; }
.w140p { width: 140px !important; }
.w150p { width: 150px !important; }
.w160p { width: 160px !important; }
.w170p { width: 170px !important; }
.w180p { width: 180px !important; }
.w190p { width: 190px !important; }
.w200p { width: 200px !important; }
.w230p { width: 230px !important; }
.w300p { width: 300px !important; }
.w350p { width: 350px !important; }
.w400p { width: 400px !important; }
.w450p { width: 450px !important; }
.w500p { width: 500px !important; }


/* margin
----------------------------------------------------------- */
.mt0  { margin-top: 0px !important; }
.mt2  { margin-top: 2px !important; }
.mt5  { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr0  { margin-right: 0px !important; }
.mr5  { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }

.mb0  { margin-bottom: 0px !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0  { margin-left: 0px !important; }
.ml5  { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml215 { margin-left: 215px !important; }

.ma { margin:auto; !important; }


/* padding
----------------------------------------------------------- */
.pt0  { padding-top: 0px !important; }
.pt5  { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt150 { padding-top: 150px !important; }
.pt200 { padding-top: 200px !important; }

.pr0  { padding-right: 0px !important; }
.pr5  { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

.pb0  { padding-bottom: 0px !important; }
.pb5  { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb150 { padding-bottom: 150px !important; }
.pb200 { padding-bottom: 200px !important; }

.pl0  { padding-left: 0px !important; }
.pl5  { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }
.pl110 { padding-left: 110px !important; }
.pl120 { padding-left: 120px !important; }

.pd5  { padding: 5px !important; }
.pd10 { padding: 10px !important; }
.pd15 { padding: 15px !important; }
.pd20 { padding: 20px !important; }
.pd25 { padding: 25px !important; }
.pd30 { padding: 30px !important; }

/* font
----------------------------------------------------------- */
.fsn  { font-size: 100% !important; }
.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 22px !important; }
.fs25 { font-size: 25px !important; }
.fs30 { font-size: 30px !important; }
.fs40 { font-size: 40px !important; }
.fwn  { font-weight: normal !important; }
.fwb  { font-weight: bold !important; }


/* color
----------------------------------------------------------- */
.attention1 { color: #c70000 !important; }
.attention2 { color: #007c43 !important; }
.attention3 { color: #004a9e !important; }
.attention4 { color: #dc3e00 !important; }
.attention5 { color: #666666 !important; }
.attention6 { color: #FFFFFF !important; }

			
/* backgroundcolor
----------------------------------------------------------- */
.bgcl01 { background-color: #c70000 !important; }
.bgcl02 { background-color: #007c43 !important; }
.bgcl03 { background-color: #004a9e !important; }
.bgcl04 { background-color: #dc3e00 !important; }
.bgcl05 { background-color: #666666 !important; }
.bgcl06 { background-color: #FF9 !important; }
.bgcl_gy { background-color: #b0ea91 !important; }
.bgcl_ly { background-color: #FFC; !important; }
.bgcl_pu { background-color: #f2e3f8; !important; }

/* list-style
----------------------------------------------------------- */
.li_disc{
	list-style: disc;}
	
.sen{
	margin: 20px 0px;
	border-top: dashed #a7a79d 1px;
	height: 0px;
	}
	
/* 締め切り後の枠
----------------------------------------------------------- */
.deadline{
	border:2px solid #0088ff;
	margin:0 0 20px;
	padding:20px;
	color: #0088ff;
	line-height:1.5;
	}

.deadline a{
	color: #0088ff;}

.deadline a:hover{
	color: #0088ff;}


.deadline_br{
	background:#281400;
	font-size:120%;
	font-weight:bold;
	padding:15px;
	margin-bottom:20px;
	margin-top:30px;
	line-height:1.5;
	text-align:center;
	color:#FFF;}
	
.deadline {
	
}

/* 締め切り後の枠　派生　ベージュ系おとなしめ
----------------------------------------------------------- */
.deadline_beige{
	border:1px solid #c9c9c9;
	margin:0 0 0px;
	padding:20px;
	background-color: #fef9e7;
	line-height:1.5;
	}


@charset "utf-8";

/* 共通
----------------------------------------------------------- */
.wrapper1 h2 {
	margin: 0 0 35px;
	padding: 20px 20px 17px 40px;
	color: #004a9e;
	font-size: 185.71%;
	font-weight: bold;
	background: #e7f0f8 url(/mmenu/support/img/contents_bg_02.png) no-repeat 0 0;
}

.wrapper1 h2:first-child {
	padding: 20px 20px 17px 40px;
	background: url(/mmenu/support/img/contents_bg_03.png) no-repeat 0 0;
}

#side1 {
	padding: 75px 0 0;
}

#side1 li {
	margin: 0 0 7px;
	border-bottom: 1px dashed #a7a79d;
}

#side1 li:last-child {
	border: none;
}

#side1 li.current {
	background: url(/mmenu/support/img/side_bg_02.png) no-repeat left bottom;
}

#side1 li a {
	display: block;
	padding: 5px 10px 11px 27px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 7px 9px;
}

#side1 li a:hover {
	color: #004a9e;
}

#side1 li.current a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(/mmenu/support/img/side_bg_01.png) no-repeat 0 0;
}

.inlineLink {
	padding-left: 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}


/* タイトル
----------------------------------------------------------- */
.contentsTitle {
	position: relative;
	margin: 0 0 30px;
}

.pageTitle {
	padding: 0 0 0 40px;
	border-left: 1px solid #a7a79e;
	color: #004a9e;
	font-size: 214.29%;
	font-weight: bold;
}

.categoryName {
	position: absolute;
	top: 5px;
	left: -170px;
	padding: 0;
	border: none;
}

.contentsTitle h1 {
	padding: 0 0 3px 40px;
	border-left: 1px solid #a7a79e;
	font-weight: bold;
}

.leadText {
	padding: 0 0 0 40px;
	border-left: 1px solid #a7a79e;
}

.contentsTitle span {
	display: none;
}

.contentsTitle a.readMore {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.contentsTitle a.close {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/mmenu/support/img/icon_close.png) no-repeat 0 5px;
}

.contentsTitle a.readMore:hover,
.contentsTitle a.close:hover {
	color: #004a9e;
}


/* コンテンツ
----------------------------------------------------------- */
.supportList div {
	padding: 5px 8px;
	border-top: 1px solid #b2b29b;
}

.supportList div:first-child {
	padding: 8px 8px 5px;
	border: none;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.supportList div:last-child {
	padding: 5px 8px 8px;
}

.supportList a {
	display: block;
	overflow: hidden;
	padding: 20px 30px;
	text-decoration: none;
}

.supportList a:hover {
	background: #e7f0f8;
}

.supportList a dl {
	float: right;
	width: 585px;
}

.supportList a dt {
	margin: 0 0 5px;
	padding: 0 0 0 34px;
	font-size: 171.43%;
	font-weight: bold;
	background: url(/mmenu/support/img/icon_arrow_01.png) no-repeat 0 5px;
}

.supportList a dt span {
	text-decoration: underline;
}

.supportList a:hover dt {
	color: #004a9e;
}

.supportList a:hover dt span {
	text-decoration: none;
}

.supportList a figure {
	float: left;
	border: 1px solid #c5c5c5;
}


/* よくある質問
----------------------------------------------------------- */
.help {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.helpOtherLinks {
	overflow: hidden;
	margin: 0 0 25px;
	padding: 25px 30px;
	background: #f4f4ea;
}

.helpOtherLinks a {
	padding: 0 0 0 20px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.helpAnchor {
	overflow: hidden;
	border: 1px solid #7f7f7f;
}

.helpAnchor li {
	float: left;
	width: 50%;
	border-bottom: 1px dashed #7f7f7f;
}

.helpAnchor a {
	display: block;
	padding: 10px 0 10px 40px;
	background: url(/mmenu/support/img/icon_arrow_02.png) no-repeat 20px 13px;
}

.helpAnchor li:nth-child(2n) a {
	border-left: 1px solid #7f7f7f;
}

.helpAnchor li:last-child,
.helpAnchor li:nth-last-child(2) {
	border-bottom: none;
}

.helpList li {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.answerBack {
	padding: 20px 0 0;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}

.answerWrap {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 0 40px;
	background: url(/mmenu/support/img/help/icon_a.png) no-repeat 0 0;
}

.answerWrap p {
	margin: 0 0 20px;
}


/* 登録情報の変更
----------------------------------------------------------- */
.chginfo {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.chginfo li {
	margin: 0 0 20px;
	padding: 0 0 0 25px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 5px 5px;
}


/* 操作方法
----------------------------------------------------------- */
.manual {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.manualList {
	margin: 0 0 25px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #7f7f7f;
}

.manualList li {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.manualList a {
	font-size: 114.29%;
}

.manualList span {
	color: #666666;
}

.manualList img {
	vertical-align: middle;
}

.manualReader {
	margin: 0 0 20px;
	color: #666666;
}


/* 料金コースのご案内
----------------------------------------------------------- */
.course {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.course .tableBasic {
	margin: 0 0 10px;
	font-size: 100%;
}

.course .tableBasic th {
	text-align: left;
}

.course .tableBasic th a {
	display: block;
	padding: 0 0 0 15px;
	white-space: nowrap;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 4px;
}

.course .tableBasic td {
	width: 19.5%;
}

.courseNotes {
	margin: 0 0 25px;
}

.courseNotes li {
	margin: 0 0 15px;
	padding: 0 0 0 15px;
	background: url(/img/main_login_icon_circle.png) no-repeat 0 5px;
}

.annualPayment {
	padding: 20px;
	background: #f5f5eb;
}

.annualPayment dt {
	margin: 0 0 15px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.annualPayment dt + dd {
	margin: 0 0 15px;
	font-size: 114.29%;
	font-weight: bold;
}

.paymentMethod {
	margin: 0 0 30px;
}

.paymentMethod dt {
	margin: 0 0 10px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.paymentMethod dd {
	margin: 0 0 20px;
}

.paymentMethod dd p {
	margin: 0 0 15px;
}

.paymentMethod dd .external {
	padding-right: 25px;
	background: url(/mmenu/reading/img/icon_external.png) no-repeat center right;
}


/* 料金コースの変更
----------------------------------------------------------- */
.courseForm {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.courseForm table {
	margin-bottom: 20px;
}

.courseForm th {
	width: 175px;
	vertical-align: top;
	padding: 15px;
	text-align: left;
}

.courseForm th img {
	vertical-align: middle;
}

.courseForm td {
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.courseForm td span {
	color: #666666;
	font-size: 87.5%;
}

.courseForm td .required {
	background: #ffebf8;
}

.courseForm .reply label {
	display: inline-block;
	width: 100px;
}

.courseSelect label {
	display: block;
	margin-left: 2.0em;
	font-weight: bold;
	text-indent: -2.0em;
}

.courseSelect p {
	margin: 0 0 10px;
	padding: 0 0 0 2em;
	font-size: 87.5%;
}

.courseSelect p:last-child {
	color: #666666;
}

.skypeid p {
	margin: 0 0 10px;
	padding: 0 0 0 2em;
	font-size: 87.5%;
}


/* レーティングシステム
----------------------------------------------------------- */
.rating {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.ratingAnchor {
	overflow: hidden;
	margin: 0 0 10px;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.ratingAnchor li {
	float: left;
	width: 50%;
	border-bottom: 1px dashed #7f7f7f;
}

.ratingAnchor a {
	display: block;
	padding: 10px 10px 10px 40px;
	background: url(/mmenu/support/img/icon_arrow_02.png) no-repeat 20px 13px;
}

.ratingAnchor li:nth-child(2n-1) a {
	border-right: 1px solid #7f7f7f;
}

.ratingAnchor li:last-child {
	border-bottom: none;
}

.ratingTable1 {
	width: 530px;
	margin: 0 auto 20px;
}

.ratingTable1 td {
	vertical-align: middle;
}

.ratingNotes {
	margin: 0 0 0 1em;
	text-indent: -1em;
}


/* レーティングリセット
----------------------------------------------------------- */
.reset {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.reset dt {
	margin: 0 0 10px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.reset dd {
	margin: 0 0 20px;
}


/* 家族会員制度
----------------------------------------------------------- */
.family dt {
	margin: 0 0 15px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.family dd {
	margin: 0 0 20px;
}

.family dd p,
.family dd table {
	margin: 0 0 20px;
}

.familyForm {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.familyForm table {
	margin-bottom: 20px;
}

.familyForm th {
	vertical-align: top;
	padding: 15px;
	white-space: nowrap;
	text-align: left;
}

.familyForm th img {
	vertical-align: middle;
}

.familyForm td {
	width: 100%;
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.familyForm td span {
	color: #666666;
	font-size: 87.5%;
}

.familyForm td .required {
	background: #ffebf8;
}

.familyForm td select {
	padding: 3px;
}


/* バージョンアップ情報
----------------------------------------------------------- */
.verup {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.verup dt {
	margin: 0 0 10px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.verup dt span {
	color: #c70000;
	font-size: 70%;
}

.verup dd {
	margin: 0 0 30px;
}

.verup dd:last-child {
	margin: 0;
}

.verup dd p {
	text-indent: -1em;
	margin: 0 0 5px 1em;
}


/* コーチングスタッフ
----------------------------------------------------------- */
.shield {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 20px;
	background: #f5f5eb;
}

.shield figure {
	float: left;
	margin: 0 20px 0 0;
}

.staff {
	margin: 0 0 20px;
	border-bottom: 1px solid #b2b29b;
}

.staff dt {
	line-height: 59px;
	border: 1px solid #b2b29b;
	border-bottom: none;
	font-size: 142.86%;
	font-weight: bold;
	cursor: pointer
}

.staffSuper {
	background: url(/mmenu/support/img/coachingstaff/icon_super.png) no-repeat 0 50%;
}

.staffPlatinum {
	background: url(/mmenu/support/img/coachingstaff/icon_platinum.png) no-repeat 0 50%;
}

.staffGold {
	background: url(/mmenu/support/img/coachingstaff/icon_gold.png) no-repeat 0 50%;
}

.staffSilver {
	background: url(/mmenu/support/img/coachingstaff/icon_silver.png) no-repeat 0 50%;
}

.staffBronze {
	background: url(/mmenu/support/img/coachingstaff/icon_bronze.png) no-repeat 0 50%;
}

.staff dt span {
	display: block;
	padding: 0 0 0 145px;
	background: url(/mmenu/support/img/coachingstaff/icon_plus.png) no-repeat 70px 50%;
}

.staff dt.staffClose span {
	color: #004a9e;
	background: url(/mmenu/support/img/coachingstaff/icon_minus.png) no-repeat 63px 50%;
}

.staff dd {
	display: none;
	padding: 15px 0 30px;
	border: 1px solid #b2b29b;
	border-bottom: none;
	text-align: center;
}

.staffSuper + dd {
	background: #fdfdf6 url(/mmenu/support/img/coachingstaff/bg_super.png) no-repeat 0 0;
}

.staffPlatinum + dd {
	background: #faf8fd url(/mmenu/support/img/coachingstaff/bg_platinum.png) no-repeat 0 0;
}

.staffGold + dd {
	background: #fdfdf8 url(/mmenu/support/img/coachingstaff/bg_gold.png) no-repeat 0 0;
}

.staffSilver + dd {
	background: #f9fafd url(/mmenu/support/img/coachingstaff/bg_silver.png) no-repeat 0 0;
}

.staffBronze + dd {
	background: #fffaf6 url(/mmenu/support/img/coachingstaff/bg_bronze.png) no-repeat 0 0;
}

.staff dd ul {
	overflow: hidden;
	padding: 25px 0 15px 31px;
}

.staff dd li {
	float: left;
	margin: 0 10px 10px 0;
}

.coachingstaffDetail {
	margin: 0;
}

.coachingstaffDetail strong {
	display: inline-block;
	margin: 5px 0;
}

.coachingstaffEGG {
	margin: 0 0 15px;
	padding: 20px 0 0;
	border-top: 1px dashed #7f7f7f;
}

.coachingstaffTop {
	clear: both;
	padding: 30px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}

.coachingstaffForm table {
	margin: 0 0 30px;
}

.coachingstaffForm th {
	padding: 15px;
	text-align: left;
	white-space: nowrap;
}

.coachingstaffForm td {
	width: 100%;
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.coachingstaffForm td .required {
	background: #ffebf8;
}


/* サポートセンター
----------------------------------------------------------- */
.callcenterTitle {
	background: url(/mmenu/support/img/callcenter/title_bg.png) no-repeat 0 0;
}

.callcenterTitle dt {
	padding: 30px 0 20px;
}

.callcenterTitle dd {
	padding: 0 240px 0 0;
}

.callcenterHelp ul {
	margin: 0 0 40px;
}

.callcenterHelp li {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}


/* パトロールルーム
----------------------------------------------------------- */
.patrol dt {
	margin: 0 0 10px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.patrol dd {
	margin: 0 0 20px;
}

.patrolForm table {
	margin: 0 0 30px;
}

.patrolForm th {
	vertical-align: top;
	padding: 15px;
	text-align: left;
}

.patrolForm td {
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.patrolForm td .required {
	background: #ffebf8;
}

.patrolForm td span {
	font-size: 87.5%;
}



/* 操作マニュアル
----------------------------------------------------------- */
.manual_smt .tableBasic {
	margin: 0 0 10px;
	font-size: 110%;
	border:none;
}

.manual_smt .tableBasic a {
	display: block;
	padding: 0 0 0 15px;
	white-space: nowrap;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 4px;
}

.manual_smt .tableBasic td {
	border:none;}

.manual_smt .tableBasic .img {
	text-align:left;
	vertical-align:top;
	width:250px;
	}

.manual_smt .tableBasic .img_sen {
	border:1px solid #aaaaaa;
 	}



.manual_smt .tableBasic .setsumei {
	padding-top:15px;
	height:auto;
	text-align:left;
	/*border-top:dashed 1px #7f7f7f;*/
}

.manual_smt .tableBasic .setsumei img{
	vertical-align:bottom;
	margin:0 3px;}

.manual_smt .tableBasic .waku{
	border:#000 1px solid;
	margin:0 3px;}



.manual_egg .tableBasic {
	margin: 0 0 40px;
	font-size: 110%;
	border:none;
}

.manual_egg .tableBasic a {
	padding: 0 0 0 15px;
	white-space: nowrap;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 4px;
}

.manual_egg .tableBasic td {
	border:none;}

.manual_egg .tableBasic .img {
	padding:10px 0 0 0;
	text-align:left;
	vertical-align:top;
	}

.manual_egg .tableBasic .txt {
	padding:10px 0 0 0;
	text-align:left;
	vertical-align:top;
	}


.manual_egg .tableBasic .hosoku img {
	vertical-align:bottom;
	margin:0 3px;}


.m_icon {
	vertical-align:bottom;
	margin:0 10px;}
	
.kakomi {
	display:block;
	border:1px solid #7f7f7f;
	padding:15px;}
	
.sen{
	margin: 10px 0px 20px;
	border-top: dashed #000000 1px;
	height: 0px;
	}
	
a:hover img {
 opacity:0.5;
 filter:Alpha(opacity=50);
 }	