@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;
	}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 1101;
	outline: none;
	display: none;
	width: 790px !important;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow:  ;
	z-index: 1102;
	border: none;
	border-width: 0 !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 1103;
	display: none;
	background: url(/mmenu/study/img/lessongo/btn_overclose.png) no-repeat 0 0;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/common/img/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 0;
	height: 0;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }@charset "utf-8";

/* ����
----------------------------------------------------------- */
.wrapper1 h2 {
	margin: 0 0 35px;
	padding: 20px 0 17px 40px;
	color: #d84700;
	font-size: 185.71%;
	font-weight: bold;
	background: #fbefe7 url(/mmenu/study/img/contents_bg_01.png) no-repeat 0 0;
}

.wrapper1 h2:first-child {
	background: url(/mmenu/study/img/contents_bg_02.png) no-repeat 0 0;
}

#side1 {
	padding: 75px 0 0;
}

#side1 ul {
	margin: 0 0 15px;
}

#side1 li {
	margin: 0 0 7px;
	border-bottom: 1px dashed #a7a79d;
}

#side1 li:last-child {
	border: none;
}

#side1 li.current {
	background: url(/mmenu/study/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_03.png) no-repeat 7px 9px;
}

#side1 li a:hover {
	color: #007c44;
}

#side1 li.current a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(/mmenu/study/img/side_bg_01.png) no-repeat 0 0;
}

#side1 p {
	margin: 0 0 10px;
}

.inlineLink {
	padding-left: 17px;
	background: url(/common/img/icon_arrow_03.png) no-repeat 0 5px;
}

#fancybox-content h3 {
	padding: 20px 0 17px 40px;
	color: #d84700;
	font-size: 185.71%;
	font-weight: bold;
	background: url(/mmenu/study/img/lessongo/profile_bg_01.png) no-repeat 0 0;
}

#fancybox-content .wrapper3 {
	padding: 40px;
	font-size: 114.29%;
	background: url(/mmenu/study/img/lessongo/profile_bg_02.png) no-repeat left bottom;
}


/*
----------------------------------------------------------- */
.contentsTitle {
	position: relative;
	margin: 0 0 30px;
}

.pageTitle {
	padding: 0 0 0 40px;
	border-left: 1px solid #a7a79e;
	color: #dc3e00;
	font-size: 214.29%;
	font-weight: bold;
}

.categoryName {
	position: absolute;
	top: 5px;
	left: -170px;
	padding: 0 0 0 35px;
	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_03.png) no-repeat 0 5px;
}

.contentsTitle a.close {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/mmenu/study/img/icon_close.png) no-repeat 0 5px;
}

.contentsTitle a.readMore:hover,
.contentsTitle a.close:hover {
	color: #dc3e00;
}


/* 
----------------------------------------------------------- */
.recommend {
	overflow: hidden;
	margin: 0 0 40px;
	padding: 0 0 20px;
	background: url(/mmenu/study/img/index/recommend_bg.png) no-repeat left bottom;
}

.recommend dl {
	position: relative;
	top: -15px;
	float: left;
	width: 228px;
	margin: 0 22px 0 0;
}

.recommend dl:nth-child(2) {
	padding: 0 0 0 30px;
}

.recommend dt {
	margin: 0 0 10px;
}

.recommend p {
	margin: 0 0 10px;
	padding: 0 15px;
}

.recommend p:last-child {
	text-align: center;
}


/* �R���e���c�ꗗ
----------------------------------------------------------- */
.studyList h2 {
	margin: 0;
}

.studyList h2:first-child {
	background: #fbefe7 url(/mmenu/study/img/contents_bg_02.png) no-repeat 0 0;
}

.studyList div {
	padding: 5px 8px;
	border-top: 1px solid #b2b29b;
}

.studyList h2 + div {
	border: none;
}

.studyList div:last-child {
	padding: 5px 8px 8px;
}

.studyList a {
	display: block;
	overflow: hidden;
	padding: 20px 30px;
	text-decoration: none;
}

.studyList a:hover {
	background: #fbefe7;
}

.studyList a dl {
	float: right;
	width: 585px;
}

.studyList a dt {
	margin: 0 0 5px;
	padding: 0 0 0 34px;
	font-size: 171.43%;
	font-weight: bold;
	background: url(/mmenu/study/img/icon_arrow.png) no-repeat 0 5px;
}

.studyList a dt span {
	text-decoration: underline;
}

.studyList a:hover dt {
	color: #d84700;
}

.studyList a:hover dt span {
	text-decoration: none;
}

.studyList a figure {
	float: left;
	border: 1px solid #c5c5c5;
}


/* �p���_�l�b�g�͌�u��
----------------------------------------------------------- */
.kouzaTextNotes {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
	text-align: center;
}

.kouzaTeacher p {
	font-size: 114.29%;
}

.kouzaChannel h2 {
	background: url(/mmenu/study/img/contents_bg_03.png) no-repeat 0 0;
}

.kouzaChannel .wrapper3 dl {
	padding: 20px 20px 5px;
	background: #f5f5ec;
}

.kouzaChannel .wrapper3 dt {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	font-weight: bold;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 5px;
}

.kouzaChannel .wrapper3 dd {
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}

.kouzaHomepage h2 {
	background: url(/mmenu/study/img/contents_bg_03.png) no-repeat 0 0;
}

.kouzaHomepage .wrapper3 dt {
	margin: 0 0 15px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.kouzaHomepage .wrapper3 dd {
	margin: 0 0 20px;
}

.kouzaHomepage .wrapper3 dd:nth-child(3) {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
}

.kouzaHomepage .wrapper3 dd:last-child {
	margin: 0;
}

.kouzaBacknumber .wrapper3 li {
	margin: 0 0 5px;
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_03.png) no-repeat 0 5px;
}

.formDVD th {
	vertical-align: top;
}

.formDVD table:last-child tr:nth-child(3) td {
	border-bottom: 1px solid #7f7f7f;
}

.formDVD label {
	display: block;
	margin: 0 0 0 1.7em;
	text-indent: -1.7em;
}

.formDVD .required {
	background: #ffebf8;
}

.formDVDmember {
	margin: 0 0 20px;
}

.formDVDmember th {
	white-space: nowrap;
	text-align: left;
}

.formDVDmember td {
	width: 100%;
	border: 1px solid #7f7f7f;
}

.broadcastPeriod {
	margin: 0 0 25px;
	padding: 20px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
	text-align: center;
	background: #f5f5ec;
}

.courseTextList h3 {
	margin: 0 0 30px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.courseTextList .fr {
	width: 370px;
	margin: 0 0 20px;
}

.courseTextList ul {
	margin: 0 0 20px;
}

.courseTextList li {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 5px;
}

.courseTextList table {
	margin: 0 0 15px;
}

.courseTextList td {
	padding: 15px 20px;
}

.courseTextList td:first-child {
	font-weight: bold;
	text-align: center;
}


/* �؂̏������m �v���o�̈��
----------------------------------------------------------- */
.thisMonth dl {
	position: relative;
	float: right;
	width: 360px;
	height: 203px;
}

.thisMonth dt {
	margin: 0 0 5px;
	font-size: 214.29%;
	font-weight: bold;
}

.thisMonth dt a {
	font-size: 46.67%;
	font-weight: normal;
}

.thisMonth dd:last-child {
	position: absolute;
	left: 0;
	bottom: 0;
}

.thisMonth figure {
	float: left;
	position: relative;
}

.thisMonth figure a {
	text-decoration: none;
}

.thisMonth figure a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.thisMonth figure > img:first-child {
	position: absolute;
	top: 145px;
	left: 120px;
	z-index: 10;
}

.femaleProfilePopup  {
	width: 790px;
	line-height: 1.5;
}

.femaleProfilePopup dl {
	float: right;
	width: 470px;
	margin: 0 0 20px;
}

.femaleProfilePopup dt {
	margin: 0 0 10px;
	font-size: 150%;
	font-weight: bold;
}

.femaleProfile {
	overflow: hidden;
}

.femaleProfile li {
	position: relative;
	float: left;
	width: 156px;
	margin: 0 28px 40px 0;
	text-align: center;
}

.femaleProfile li:nth-child(4n) {
	margin: 0 0 40px 0;
}

/*.femaleProfile li:nth-child(9) {
	padding: 0 0 0 93px;
}*/

.femaleProfile li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.femaleProfile span {
	position: absolute;
	top: 145px;
	right: -30px;
	z-index: 10;
}

.femaleProfile strong {
	display: inline-block;
	padding: 15px 0 5px;
	font-size: 121.43%;
}

.femaleBacknumber {
	margin: 0 0 30px;
}

.femaleBacknumber li {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 114.29%;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 6px;
}

.gameRecord figure {
	float: left;
	margin: 0 60px 0 0;
}

.gameRecord figure strong {
	display: inline-block;
	padding: 10px 0 5px;
	font-size: 171.43%;
}

.gameRecord {
	overflow: hidden;
}

.gameRecord dl {
	float: left;
	width: 360px;
	text-align: center;
}

.gameRecord dt {
	margin: 0 0 5px;
	font-weight: bold;
}

.gameRecord dd {
	margin: 0 0 20px;
}

.gameRecord dd img {
	margin: 0 0 5px;
}

#gameRecordZoom {
	width: 790px;
	line-height: 1.5;
}

#gameRecordZoom02 {
	width: 790px;
	line-height: 1.5;
}


#letterZoom {
	width: 790px;
	line-height: 1.5;
}

.memoriesText {
	margin: 0 0 30px;
}

.memoriesText p {
	margin: 0 0 20px;
}

.memoriesText figure {
	width: 340px;
	margin: 0 auto 20px;
}

.memoriesText figcaption {
	margin: 5px 0 0;
}

.ConsultationText {
	margin: 0 0 30px;
}

.ConsultationText h3 {
	margin: 0 0 20px;
	font-size: 142.86%;
	font-weight: bold;
	border-bottom:1px dotted #666;}

.recentReport {
	padding: 0 40px;
}

.recentReport p {
	margin: 0 0 20px;
	text-align: center;
}

.present {
	position: relative;
	min-height: 170px;
	overflow: hidden;
	margin: 0 80px 30px;
	padding: 25px 25px 25px 200px;
	border-radius: 5px;
	background: #f5f5eb;
}

.present dt {
	margin: 0 0 10px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.present dd {
	margin: 0 0 20px;
}

.present dd:last-child {
	position: absolute;
	top: 25px;
	left: 25px;
	margin: 0;
}

.present02 {
	position: relative;
	min-height: 170px;
	overflow: hidden;
	margin: 0 80px 30px;
	padding: 15px 15px 5px 230px;
	border-radius: 5px;
	background: #f5f5eb;
}

.present02 dt {
	margin: 0 0 15px 25px;
}

.present02 dd {
	margin: 0 0 10px 25px;
}

.present02 dd:last-child {
	position: absolute;
	top: 15px;
	left: 25px;
	margin: 0;
}


.femaleTop {
	clear: both;
	padding: 40px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* �l�铹��
----------------------------------------------------------- */
.tsumegoPoint {
	position: relative;
	margin: 0 0 30px;
}

.tsumegoPoint p:last-child {
	position: absolute;
	top: -15px;
	right: 10px;
}

.tsumegoPoint ul {
	position: absolute;
	top: 304px;
	left: 235px;
	font-size: 114.29%;
}

.tsumegoPoint li {
	margin: 0 0 5px;
}

#tsumegoProfile {
	width: 790px;
	line-height: 1.5;
}

#tsumegoProfile .wrapper3 div {
	float: right;
	width: 520px;
}

#tsumegoProfile .wrapper3 h4 {
	margin: 0 0 20px;
	font-size: 171.43%;
	font-weight: bold;
}

#tsumegoProfile .wrapper3 p {
	margin: 0 0 15px;
}

#tsumegoProfile .wrapper3 .profileClose {
	clear: both;
	margin: 0;
}

.tsumegoBuy dl {
	margin: 30px 0 0;
	padding: 20px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
	background: #f5f5ec;
}

.tsumegoBuy dd {
	margin: 20px 0 0;
}

.tsumegoBuy li {
	padding: 0 0 0 20px;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 5px;
}

.tsumegoFeature ul:nth-child(1) {
	margin: 0 0 20px;
}

.tsumegoFeature ul:nth-child(1) li {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 5px;
}

.tsumegoFeature ul:nth-child(2) li {
	float: left;
	margin: 0 46px 0 0;
	text-align: center;
}

.tsumegoFeature ul:nth-child(2) li:last-child {
	float: right;
	margin: 0;
}

.tsumegoFeature ul:nth-child(2) img {
	margin: 0 0 5px;
}

.tsumegoOperating dt {
	float: left;
}

.tsumegoOperating dd {
	margin: 0 0 5px 130px;
}

.tsumegoStep {
	padding: 30px 0 0;
	border-top: 1px dashed #7f7f7f;
}

.tsumegoStep dt {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.tsumegoStep dt:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.tsumegoStep dt:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.tsumegoStep dt:nth-child(5) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.tsumegoStep dt:nth-child(7) {
	background: url(/mmenu/study/img/lifedeath/step4.png) no-repeat 0 0;
}

.tsumegoStep dt:nth-child(9) {
	background: url(/mmenu/study/img/lifedeath/step5.png) no-repeat 0 0;
}

.tsumegoStep dd {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
}

.tsumegoStep dd:last-child {
	padding: 0;
	border: none;
}

.tsumegoStep dd .pl75 {
	padding: 0 0 0 75px;
}

.tsumegoStep dd .pl130 {
	padding: 0 0 0 130px;
}

.tsumegoTop {
	clear: both;
	padding: 30px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* �v�����m�w����
----------------------------------------------------------- */
.lessongoPoint {
	position: relative;
}

.lessongoPoint p:last-child {
	position: absolute;
	top: -15px;
	right: 10px;
}

.schedule table {
	width: auto;
	margin: 0 0 20px;
}

.schedule th {
	width: 61px;
}

.schedule th:first-child {
	width: 34px;
}

.schedule td {
	padding: 5px;
	color: #a9a9a9;
	font-size: 75%;
}

.schedule tr:nth-child(2) td {
	font-weight: bold;
	text-align: center;
}

.schedule td:first-child {
	padding: 10px 0;
	color: #1a1a1a;
	text-align: center;
}

.schedule tr:nth-child(2) td {
	color: #1a1a1a;
}

.schedule td a {
	padding-left: 17px;
	background: url(/common/img/icon_arrow_03.png) no-repeat 0 5px;
}

.schedule th:nth-child(7),
.schedule td:nth-child(7) {
	background: #e5f4ff;
}

.schedule th:nth-child(8),
.schedule td:nth-child(8) {
	background: #ffebf1;
}

.option {
	margin: 0 0 10px;
	padding: 10px 0 17px 105px;
}

.option:nth-child(1) {
	background: url(/mmenu/study/img/lessongo/option_01.png) no-repeat 0 0;
}

.option:nth-child(2) {
	background: url(/mmenu/study/img/lessongo/option_02.png) no-repeat 0 0;
}

.option:nth-child(3) {
	margin: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
	background: url(/mmenu/study/img/lessongo/option_03.png) no-repeat 0 0;
}

.option dt {
	float: left;
}

.option dd {
	margin: 0 0 0 260px;
	padding: 5px 0 0;
}

.optionNetSchool {
	overflow: hidden;
}

.optionNetSchool h3 {
	margin: 0 0 15px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.profile {
	padding: 0 40px 1px;
}

.profile p.mb30:first-child {
	line-height: 1.8;
}

.profile p.mb30:first-child img {
	vertical-align: middle;
}

.profile li {
	float: left;
	width: 156px;
	margin: 0 28px 40px 0;
	text-align: center;
}

.profile li:nth-child(4n) {
	margin: 0 0 40px 0;
}

.profile .inlineLink {
	display: inline-block;
	margin: 0 0 5px;
}

.receiptNumber input {
	vertical-align: middle;
}

.receiptNumber input[type="text"] {
	padding: 5px;
}

.profileBox {
	width: 790px;
	line-height: 1.5;
}

.profileBox h4 {
	float: left;
	margin: 0 0 15px;
	font-size: 150%;
	font-weight: bold;
}

.profileBox dl {
	float: right;
	width: 486px;
	margin: 0 0 20px;
	border-bottom: 1px solid #7f7f7f;
}

.profileBox dt {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	border-bottom: none;
	font-weight: bold;
	background: #e7f6f8;
}

.profileBox dd {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	border-bottom: none;
}

.profileBox h5 {
	clear: both;
	margin: 0 0 10px;
	font-size: 162.5%;
	font-weight: bold;
	color: #004a9e;
}


/* �w���� ����
----------------------------------------------------------- */
.sample {
	float: right;
	width: 331px;
	margin: 0 0 40px;
	padding: 35px 0 0;
}

.sample dt {
	margin: 0 0 20px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.sample dd {
	margin: 0 0 20px;
}

.lessongoTop {
	clear: both;
	padding: 40px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* �v�����m�w���� �񐔌�
----------------------------------------------------------- */
.kaisuken {
	float: right;
	width: 420px;
	margin: 0 0 40px;
}

.kaisuken table {
	margin: 0 0 20px;
}

.kaisuken th {
	padding: 15px;
	text-align: left;
}

.kaisuken td {
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.kaisuken p {
	text-align: center;
}


/* �v�����m�w���� �\��y�[�W
----------------------------------------------------------- */
.yoyaku table {
	float: right;
	width: 525px;
}

.yoyaku table {
	margin: 0 0 20px;
}

.yoyaku th {
	padding: 15px;
	text-align: left;
}

.yoyaku th span {
	font-size: 87.5%;
}

.yoyaku td {
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.yoyaku td .required {
	background: #ffebf8;
}

.yoyaku td span {
	font-size: 80%;
}

.lessongoHowto ol {
	margin: 0 0 30px;
}

.lessongoHowto li {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	font-size: 142.86%;
	font-weight: bold;
}

.lessongoHowto li:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.lessongoHowto li:nth-child(2) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.lessongoHowto li:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.lessongoHowto td {
	text-align: center;
}

.lessongoStartTime li {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	font-size: 142.86%;
	font-weight: bold;
}

.lessongoStartTime li:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.lessongoStartTime li:nth-child(2) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.lessongoStartTime li:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.lessongoStartTime li:nth-child(4) {
	background: url(/mmenu/study/img/lifedeath/step4.png) no-repeat 0 0;
}

.lessongoStartTime li:nth-child(5) {
	background: url(/mmenu/study/img/lifedeath/step5.png) no-repeat 0 0;
}

.lessongoStartTime p:last-child {
	padding: 20px;
	background: #f4f4ea;
}


/* �ǌ㌟���@�\ ������@
----------------------------------------------------------- */
.review .wrapper3 p {
	margin: 0 0 20px;
}

.review h3 {
	margin: 0 0 10px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}


/* �X�J�C�v��g�����ǌ㉹���w��
----------------------------------------------------------- */
.skype {
	padding-top: 35px;
}

.skypeGuide {
	position: relative;
	margin: 0 0 20px;
}

.skypeGuide dd {
	position: absolute;
	top: -10px;
	right: -20px;
}

.skype h3 {
	margin: 0 0 10px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.skypeStep dt {
	margin: 0 0 15px;
	padding: 0 0 0 75px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.skypeStep dt:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.skypeStep dt:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.skypeStep dt:nth-child(5) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.skypeStep dt:nth-child(7) {
	background: url(/mmenu/study/img/lifedeath/step4.png) no-repeat 0 0;
}

.skypeStep dt:nth-child(9) {
	background: url(/mmenu/study/img/lifedeath/step5.png) no-repeat 0 0;
}

.skypeStep dd {
	margin: 0 0 30px;
}

.skypeStep dd:last-child {
	margin: 0;
}

.skypeStep dd p {
	margin: 0 0 20px;
}

.skypeStep dd:last-child p:last-child {
	margin: 0;
}

.skypeStep dd img {
	vertical-align: middle;
}

.skypePreparation h3 {
	margin: 0 0 15px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.skypePreparation ul {
	margin: 0 0 30px;
}

.skypePreparation li {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 5px;
}


/* �l�b�g�͌鋳��
----------------------------------------------------------- */
.netschoolPoint {
	position: relative;
	margin: 0 0 30px;
}

.netschoolPoint p:last-child {
	position: absolute;
	top: -15px;
	right: 10px;
}

.netschoolIntro dt {
	margin: 0 0 15px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.netschoolIntro dd {
	margin: 0 0 20px;
}

.netschoolIntro dd a {
	padding: 0 0 0 20px;
	background: url(/mmenu/study/img/netschool/icon_arrow.png) no-repeat 0 4px;
}

.netschoolClass h3 {
	float: left;
	margin: 0 0 20px;
}

.netschoolClass li {
	position: relative;
	float: left;
	margin: 0 0 24px;
}

/* .netschoolClass li:nth-child(1),
.netschoolClass li:nth-child(3),
.netschoolClass li:nth-child(5) {
	float: right;
} */

.netschoolClass li ul {
	position: absolute;
	top: 218px;
	left: 16px;
}

.netschoolClass li li {
	float: left;
	margin: 0 11px 0 0;
}

.netschoolContents h3 {
	margin: 0 0 20px;
	color: #dc3e00;
	font-size: 185.71%;
	font-weight: bold;
}

.netschoolContents h3 span {
	color: #666;
	font-size: 53.85%;
	font-weight: normal;
}

.netschoolContents dt {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.netschoolContents dt:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.netschoolContents dt:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.netschoolContents dt:nth-child(5) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.netschoolContents dd {
	overflow: hidden;
	margin: 0 0 35px;
}

.netschoolContents dd:last-child {
	margin: 0;
}

.netschoolContents dd p {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}

.netschoolContents dd p img {
	margin: 0 0 5px;
}

.netschoolVoice h3 {
	margin: 0 0 35px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.netschoolVoice dt {
	margin: 0 0 15px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.netschoolVoice dd {
	line-height: 1.7;
	margin: 0 0 30px;
	font-size: 114.29%;
}

.netschoolVoice dd:last-child {
	margin: 0;
}


/*�l�b�g�͌鋳���e�u�t�v���t�B�[���y�[�W*/
.prof figure {
	float: left;
	margin: 0 40px 0 0;
	text-align:center;
}

.prof figure strong {
	display: inline-block;
	padding: 10px 0 5px;
	font-size: 171.43%;
}

.prof {
	overflow: hidden;
}

.prof dl {
	float: left;
	width: 510px;
	text-align: left;
}

.prof dt {
	margin: 0 0 5px;
	font-weight: bold;
	font-size:110%;

}

.prof dd {
	margin: 0 0 20px;
}

.prof dd img {
	margin: 0 0 5px;
}


.profText {
	margin: 0 0 30px;
}

.profText p {
	padding:0 30px;
}


.scheText {
	margin: 0 30px 30px;
	padding:20px 30px;
	background-color:#e2e2e2;
	font-size:110%;	
}


.Textbtn {
	display:block;
	padding:20px;
	background-color:#dc6300;
	color:#FFF;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	border-radius:5px;
	margin:auto 40px;
}

.Textbtn:hover {
	background-color:#dc3e00;
}
	
.Textbtn a {
	color:#FFFFFF;
}

.Textbtn a:hover {
	color:#FFFFFF;
}




.profList h2:first-child {
	background: #fbefe7 url(/mmenu/study/img/contents_bg_02.png) no-repeat 0 0;
}



/* �˓c�m
----------------------------------------------------------- */
.yodajukuMain {
	position: relative;
}

.yodajukuMain p:last-child {
	position: absolute;
	top: 295px;
	left: 55px;
	color: #fff;
}

.yodaGreeting {
	float: right;
	width: 525px;
	margin: 0 0 20px;
}

.yodaGreeting dt {
	margin: 0 0 20px;
	color: #dc3e00;
	font-size: 171.43%;
	font-weight: bold;
}

.yodaGreeting dd {
	margin: 0 0 20px;
}

.yodaNewText {
	clear: both;
	padding: 20px;
	background: #f4f4ea;
}

.yodaNewText dt {
	margin: 0 0 10px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.yodaService {
	margin: 0 0 20px;
}

.yodaService td {
	vertical-align: middle;
	padding: 15px;
}

.yodaService td:first-child {
	color: #dc3e00;
	font-size: 137.5%;
	font-weight: bold;
	text-align: center;
}

.yodaService td dl {
	margin: 0 0 10px;
	padding: 15px;
	background: #f4f4ea;
}

.yodaService td dt {
	margin: 0 0 3px;
	color: #d84700;
	font-weight: bold;
}

.yodaService td dd,
.yodaService td p {
	font-size: 87.5%;
}

.yodaAttention {
	width: 450px;
	margin: 0 auto;
	padding: 15px;
	background: #f4f4ea;
}

#yodaProfile {
	width: 790px;
	line-height: 1.5;
}

#yodaProfile h4 {
	margin: 0 0 15px;
	font-size: 150%;
	font-weight: bold;
}

#yodaProfile .fr {
	width: 480px;
}

#yodaProfile table {
	margin: 0 0 30px;
	font-size: 100%;
}

#yodaProfile th {
	text-align: left;
}

.yodaBuyForm {
	width: 440px;
	margin: 0 auto 30px;
}

.yodaBuyForm th {
	text-align: left;
}

.yodaBuyForm td {
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.yodaNews {
	margin: 0 0 30px;
	padding: 20px;
	background: #f4f4ea;
}

.yodaNews h3 {
	margin: 0 0 15px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.yodaNews dt {
	float: left;
	font-weight: bold;
}

.yodaNews dd {
	margin: 0 0 5px 70px;
}

.yodaList {
	margin: 0 0 30px;
}

.yodaList2 {
	width: 650px;
	margin: 0 auto 30px;
}

.yodaList caption,
.yodaList2 caption {
	margin: 0 0 15px;
	color: #d84700;
	font-size: 125%;
	font-weight: bold;
}

.yodaList td,
.yodaList2 td {
	vertical-align: middle;
	padding: 15px 25px;
}

.yodaList td:first-child {
	color: #d84700;
	font-weight: bold;
}

.yodaList2 td:first-child {
	width: 360px;
	color: #d84700;
	font-weight: bold;
}

.yodaList td:last-child,
.yodaList2 td:last-child {
	text-align: center;
}

.completionTickets ul {
	margin: 0 0 30px;
}

.completionTickets li {
	padding: 0 0 0 20px;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 5px;
}

.completionTickets table {
	width: 565px;
	margin: 0 auto 15px;
}

.completionTickets caption {
	margin: 0 0 15px;
	font-weight: bold;
}

.completionTickets td {
	text-align: center;
}

.yodaLessongo h3 {
	margin: 0 0 10px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.yodaLessongo li {
	padding: 0 0 0 20px;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 6px;
}

.yodaIntro .wrapper3 div:first-child {
	float: right;
	width: 430px;
}

.yodaIntro .wrapper3 div:first-child h3 {
	margin: 0 0 15px;
	color: #dc3e00;
	font-size: 171.43%;
	font-weight: bold;
}

.yodaIntro .wrapper3 div:last-child {
	float: left;
	width: 157px;
	padding: 0 0 0 80px;
}

.yodaReserveForm {
	margin: 0 0 30px;
}

.yodaReserveForm table {
	width: 540px;
	margin: 0 auto 30px;
}

.yodaReserveForm th {
	vertical-align: top;
	padding: 15px;
	text-align: left;
	white-space: nowrap;
}

.yodaReserveForm td {
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.yodaConfirm table {
	width: 530px;
	margin: 0 auto;
}

.yodaConfirm th {
	vertical-align: top;
	text-align: left;
}

.yodaConfirm td {
	border: 1px solid #7f7f7f;
}

.yodaStudentsHow ol {
	margin: 0 0 30px;
}

.yodaStudentsHow li {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.yodaStudentsHow li:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.yodaStudentsHow li:nth-child(2) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.yodaStudentsHow li:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.yodaStudentsHow td {
	text-align: center;
}

.yodaStartTime li {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.yodaStartTime li:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.yodaStartTime li:nth-child(2) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.yodaStartTime li:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.yodaStartTime li:nth-child(4) {
	background: url(/mmenu/study/img/lifedeath/step4.png) no-repeat 0 0;
}

.yodaStartTime li:nth-child(5) {
	background: url(/mmenu/study/img/lifedeath/step5.png) no-repeat 0 0;
}

.yodaStartTime p:last-child {
	padding: 20px;
	background: #f4f4ea;
}

.yodaOthers ul {
	margin: 0 0 25px;
}

.yodaOthers li {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 6px;
}

.yodaTop {
	clear: both;
	padding: 30px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* �����̐_�l�p���_�搶
----------------------------------------------------------- */
.lifedeathMain {
	position: relative;
}

.lifedeathMain dl {
	position: absolute;
	top: -10px;
	right: 10px;
}

.lifedeathMain dd {
	position: absolute;
	top: 120px;
	right: 0;
	width: 145px;
	font-size: 128.57%;
	font-weight: bold;
	text-align: center;
}

.lifedeathMain p:last-child {
	position: absolute;
	top: 260px;
	left: 50px;
}

.lifedeathAbout .wrapper3 div {
	float: left;
	width: 370px;
}

.lifedeathAbout figure {
	float: right;
}

.lifedeathExample .wrapper3 p:last-child {
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
}

.lifedeathExample ol {
	overflow: hidden;
	margin: 0 0 20px;
	background: url(/mmenu/study/img/lifedeath/example_arrow.png) no-repeat 50% 60px;
}

.lifedeathExample li {
	float: left;
	width: 201px;
	margin: 0 53px 0 0 ;
}

.lifedeathExample li:last-child {
	margin: 0;
}

.lifedeathExample li img {
	margin: 0 0 10px 0;
}


/* �����̐_�l �p���_�搶�̎g����
----------------------------------------------------------- */
.softStep {
	padding: 0 0;
	/*border-top: 1px dashed #7f7f7f;*/
}

.softStep dt {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.softStep dt:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.softStep dt:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.softStep dt:nth-child(5) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.softStep dt:nth-child(7) {
	background: url(/mmenu/study/img/lifedeath/step4.png) no-repeat 0 0;
}

.softStep dt:nth-child(9) {
	background: url(/mmenu/study/img/lifedeath/step5.png) no-repeat 0 0;
}

.softStep dt:nth-child(11) {
	background: url(/mmenu/study/img/lifedeath/step6.png) no-repeat 0 0;
}

.softStep dt:nth-child(13) {
	background: url(/mmenu/study/img/lifedeath/step7.png) no-repeat 0 0;
}

.softStep dt:nth-child(15) {
	background: url(/mmenu/study/img/lifedeath/step8.png) no-repeat 0 0;
}

.softStep dd {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
}

.softStep dd:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.softStep dd p {
	margin: 0 0 20px;
}

.softStep dd p:last-child {
	margin: 0;
}

.lifedeathTop {
	margin: 40px 0 0;
	padding: 40px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* �����̐_�l�p���_�搶 ���\������
----------------------------------------------------------- */
.moushikomi dt {
	margin: 0 0 15px;
	color: #d84700;
	font-size: 142.86%;
	font-weight: bold;
}

.moushikomi dd {
	margin: 0 0 20px;
}

.moushikomi dd:nth-child(3),
.moushikomi dd:nth-child(6) {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
}

.lifedeathForm th {
	width: 170px;
	text-align: left;
	white-space: nowrap;
}

.lifedeathForm td {
	border: 1px solid #7f7f7f;
}

.lifedeathForm td .required {
	background: #ffebf8;
}


/* ��{��Ό���
----------------------------------------------------------- */
.josekiStep li {
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #7f7f7f;
	font-size: 114.29%;
}

.josekiStep li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.josekiStep li p {
	margin: 0 0 15px;
}

.josekiStep li .step {
	padding: 2px 0 3px 83px;
}

.josekiStep li:nth-child(1) .step {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.josekiStep li:nth-child(2) .step {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.josekiStep li:nth-child(3) .step {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.josekiStep li:nth-child(4) .step {
	background: url(/mmenu/study/img/lifedeath/step4.png) no-repeat 0 0;
}

.josekiStep li:nth-child(5) .step {
	background: url(/mmenu/study/img/lifedeath/step5.png) no-repeat 0 0;
}

.josekiStep li:nth-child(3) dl {
	margin: 0 0 15px;
	padding: 20px 25px 5px;
	background: #f5f5eb;
}

.josekiStep li:nth-child(3) dt {
	margin: 0 0 10px;
	font-size: 125%;
	font-weight: bold;
}

.josekiStep li:nth-child(3) dd {
	margin: 0 0 15px;
	padding: 0 0 0 15px;
	background: url(/mmenu/study/img/lessongo/icon_circle.png) no-repeat 0 6px;
}


/* ��B�J���e
----------------------------------------------------------- */
.karteMain {
	position: relative;
	margin: 0 0 30px;
}

.karteMain dl {
	position: absolute;
	top: -10px;
	right: 10px;
}

.karteMain dd {
	position: absolute;
	top: 120px;
	right: 0;
	width: 145px;
	font-size: 128.57%;
	font-weight: bold;
	text-align: center;
}

.karteMain p:last-child {
	position: absolute;
	top: 270px;
	left: 20px;
}

.karteMain .inlineLink {
	position: absolute;
	right: 40px;
	bottom: 20px;
	font-size: 114.29%;
}

.prescription dt {
	margin: 0 0 15px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.prescription dd {
	margin: 0 0 20px;
}

.prescription dd:last-child {
	margin: 0;
}

.karteSample ul {
	overflow: hidden;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
}

.karteSample li {
	float: left;
	width: 227px;
	margin: 0 14px 0 0 ;
}

.karteSample li:last-child {
	margin: 0;
}

.karteSample li img {
	margin: 0 0 15px;
}

.karteSampleHide {
	display: none;
}

#karteSample1,
#karteSample2,
#karteSample3 {
	width: 790px;
	line-height: 1.5;
}

.explanation {
	position: relative;
}

.explanationPoint {
	position: absolute;
	top: -10px;
	right: 10px;
}

.explanationPoint dd {
	position: absolute;
	top: 103px;
	right: 0;
	width: 145px;
	line-height: 1.1;
	font-size: 85.71%;
	text-align: center;
}

.explanationPoint dd span {
	font-size: 133.33%;
	font-weight: bold;
}

.explanation .wrapper3 div {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #7f7f7f;
}

.explanation .wrapper3 div figure {
	float: left;
	margin: 0 20px 0 0;
}

.imamura .wrapper3 {
	line-height: 1.7;
	font-size: 114.29%;
}

.imamura .wrapper3 figure {
	float: left;
	margin: 0 20px 20px 0;
}

.imamura .wrapper3 dl {
	margin: 0 0 30px;
	padding: 30px 0 0;
	border-top: 1px dashed #7f7f7f;
}

.imamura .wrapper3 dt {
	margin: 0 0 15px;
	color: #dc3e00;
	font-size: 125%;
	font-weight: bold;
}

.karteLevel {
	overflow: hidden;
	margin: 0 0 25px;
	font-size: 114.29%;
}

.karteLevel li {
	float: left;
	line-height: 35px;
	padding: 0 20px;
	border-left: 1px solid #ccc;
}

.karteLevel li:last-child {
	line-height: 1;
	padding: 0 0 0 20px;
}

.karteQuestion {
	float: left;
	width: 280px;
	margin: 0 0 30px;
}

.karteQuestion h3 {
	margin: 0 0 20px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.karteQuestion + figure {
	float: right;
	margin: 0 0 30px;
	text-align: center;
}

.karteQuestion + figure figcaption {
	margin: 10px 0 0;
}

.karteResults {
	margin: 0 0 40px;
}

.karteResults th {
	padding: 10px 12px;
}

.karteResults th span {
	font-weight: normal;
}

.karteResults tr:nth-child(2) th {
	font-weight: normal;
}

.karteResults tr:nth-child(2) th:first-child {
	font-weight: bold;
}

.karteResults td {
	vertical-align: middle;
	padding: 15px 0;
	text-align: center;
}

.medicalCertificate {
	overflow: hidden;
	margin: 40px 0;
	padding: 30px;
	border-radius: 7px;
	background: #f0f9fe;
}

.medicalCertificate dl {
	float: right;
	width: 495px;
}

.medicalCertificate dd {
	margin: 15px 0 0;
}

.medicalCertificate figure {
	float: left;
}

.kartePoint h3 {
	margin: 0 0 30px;
}

.kartePoint dl {
	float: left;
	width: 320px;
	margin: 0 0 30px;
}

.kartePoint dt {
	margin: 0 0 20px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.kartePoint dt span {
	float: right;
	display: block;
	padding: 5px 10px;
	color: #fff;
	background: #dc3e00;
}

.kartePoint figure {
	float: right;
	width: 361px;
	margin: 0 0 30px;
}

.kartePoint figcaption {
	margin: 10px 0 0;
	color: #666;
}

.karteBtn1 {
	overflow: hidden;
	margin: 0 0 0px;
	padding: 30px 0 10px 45px;
	border-top: 1px dashed #7f7f7f;
}

.karteBtn1 li {
	float: left;
	width: 300px;
	height: 70px;
	margin: 0 20px 20px 0;
	text-align: center;
}

.karteBtn1 li .inlineLink {
	display: inline-block;
	margin-top: 5px;
}

.karteBtn2 {
	overflow: hidden;
	margin: 0 45px 30px;
	padding: 20px;
	background: #fbefe7;
}

.karteBtn2 li {
	float: left;
	line-height: 74px;
	margin: 0 10px 0 0;
}

.greeting {
	border-top: 1px dashed #7f7f7f;
	padding: 20px 0 0;
}

.greeting dt {
	margin: 0 0 20px;
}

.greeting dd p {
	margin: 0 0 20px;
}

.prescriptionList {
	margin: 0 0 15px;
	font-size: 100%;
}

.prescriptionList th {
	padding: 10px;
	font-weight: normal;
	white-space: nowrap;
}

.prescriptionList tr:first-child th {
	border-bottom: 1px solid #7f7f7f;
}

.prescriptionList th:first-child {
	border-top: none;
	border-bottom: 1px dashed #7f7f7f;
}

.prescriptionList td {
	padding: 10px 7px;
}

.prescriptionList tr:nth-child(2) td {
	background: #f3fafb;
}

.prescriptionList td a.inlineLink {
	display: block;
}

.textSample dl {
	clear: both;
	float: left;
	width: 380px;
	margin: 0 0 30px;
}

.textSample dt {
	margin: 0 0 15px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.karteWrap {
	position: relative;
}

.karteWrap .wrapper3 {
	padding-top: 30px;
	border-bottom: 1px dashed #7f7f7f;
}

.karteWrap figure {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 371px;
	height: 371px;
	text-align: center;
}

.karteWrap figure table {
	line-height: 1px;
	font-size: 10%;
	border: 5px solid #019a02;
	margin: 0px;
}

.karteWrap figcaption table {
	border: 0px;
	margin: 0px;
}

.karteWrap span table {
	position: absolute;
	line-height: 1px;
	font-size: 10%;
	border: 5px solid #019a02;
	margin: 0px;
	float: right;
	left: 416px;
}

.karteWrap .karteQuestion {
	min-height: 280px;
	height: auto !important;
	height: 280px;
}

.karteTop {
	clear: both;
	padding: 40px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* �������
----------------------------------------------------------- */
.dailyqMain {
	position: relative;
}

.dailyqMain p:last-child {
	position: absolute;
	top: -10px;
	right: 10px;
}

.dailyqNav {
	width: 580px;
	margin: 15px auto 30px;
}

.dailyqNav ul:nth-child(2) li {
	float: left;
	margin: 0 0 20px;
}

.dailyqNav ul:nth-child(2) li:last-child {
	float: right;
}

.dailyqSample {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 0 31px;
}

.dailyqSample li {
	float: left;
	width: 304px;
	margin: 0 40px 0 0;
	text-align: center;
}

.dailyqSample li:last-child {
	margin: 0;
}

.dailyqSample li img {
	margin: 0 0 10px;
}

.dailyqSampleHide {
	display: none;
}

#dailyqSample1,
#dailyqSample2 {
	width: 790px;
	line-height: 1.5;
	padding: 10px 0 0;
	background: url(/mmenu/study/img/lessongo/profile_bg_03.png) no-repeat 0 0;
}

.questionsText {
	margin: 0 0 30px;
	padding: 20px;
	background: #f5f5eb;
}

.todaysQwrap {
	position: relative
}

.todaysQwrap .wrapper3 {
	padding-top: 30px;
}

.todaysQwrap figure {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 371px;
	height: 371px;
	line-height: 1px;
	text-align: center;
}

.todaysQwrap figure table {
	vertical-align: middle;
	border: 5px solid #019a02;
	font-size: 10%;
}

.todaysQwrap span table {
	line-height: 1px;
	font-size: 10%;
	vertical-align: middle;
	border: 5px solid #019a02;
}

.todaysQ {
	width: 360px;
	margin: 0 0 20px;
	font-size: 114.29%;
}

.todaysQ h3 {
	margin: 0 0 10px;
	color: #003edc;
	font-size: 125%;
	font-weight: bold;
}

.todaysQ p {
	margin: 0 0 20px;
}

.todaysQ label {
	font-weight: bold;
}

.dailyqTop {
	clear: both;
	padding: 40px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* ���]�m
----------------------------------------------------------- */
.shiraeMain {
	position: relative;
	margin: 0 0 30px;
}

.shiraeMain dl {
	position: absolute;
	top: -10px;
	right: 10px;
}

.shiraeMain dd {
	position: absolute;
	top: 120px;
	right: 0;
	width: 145px;
	font-size: 128.57%;
	font-weight: bold;
	text-align: center;
}

.shiraeIntro table {
	margin: 0 0 20px;
}

.shiraeIntro th {
	padding: 15px;
	text-align: left;
	white-space: nowrap;
}

.shiraeIntro td {
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.shiraeMethod li {
	margin: 0 0 30px;
	padding: 3px 0 30px 75px;
	border-bottom: 1px dashed #7f7f7f;
}

.shiraeMethod li:nth-child(1) {
	background: url(/mmenu/study/img/lifedeath/step1.png) no-repeat 0 0;
}

.shiraeMethod li:nth-child(2) {
	background: url(/mmenu/study/img/lifedeath/step2.png) no-repeat 0 0;
}

.shiraeMethod li:nth-child(3) {
	background: url(/mmenu/study/img/lifedeath/step3.png) no-repeat 0 0;
}

.shiraeMethod li:nth-child(4) {
	background: url(/mmenu/study/img/lifedeath/step4.png) no-repeat 0 0;
}

.shiraeMethod li:nth-child(5) {
	background: url(/mmenu/study/img/lifedeath/step5.png) no-repeat 0 0;
}

.shiraeMethod li:nth-child(6) {
	border: none;
	margin: 0;
	background: url(/mmenu/study/img/lifedeath/step6.png) no-repeat 0 0;
}

.shiraeMethod li .align_c {
	padding: 0 75px 0 0;
}

.shiraeTop {
	clear: both;
	padding: 30px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}

.bookList div {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
	font-size: 114.29%;
}

.bookList div:last-of-type {
	margin: 0;
	border: none;
}

.bookList dl {
	float: right;
	width: 530px;
}

.bookList dt {
	line-height: 1.3;
	margin: 0 0 15px;
	font-size: 125%;
	font-weight: bold;
}

.bookList dt span {
	font-size: 80%;
}


/* �����t���΋ǉ���
----------------------------------------------------------- */
.vcommentMain {
	position: relative;
	margin: 0 0 30px;
}

.vcommentMain ul {
	position: absolute;
	top: 345px;
	left: 140px;
}

.vcommentMain li {
	float: left;
	margin: 0 105px 0 0;
}

.vcommentProfile  {
	width: 790px;
	line-height: 1.5;
}

.vcommentProfile dl {
	float: right;
	width: 485px;
	margin: 0 0 15px;
}

.vcommentProfile dt {
	margin: 0 0 10px !important;
	color: #000 !important;
	font-size: 142.86%;
	font-weight: bold;
}

.vcommentProfile dd {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.vcommentProfile dd p {
	margin: 0 0 20px;
}

.vcommentTop {
	clear: both;
	padding: 30px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* ���̒m�V
----------------------------------------------------------- */
.onkochishinHide {
	display: none;
}

.onkochishinPopup  {
	width: 790px;
	line-height: 1.5;
}

.onkochishinPopup .wrapper3 {
	font-size: 100% !important;
}

#profile1 dl {
	float: right;
	width: 485px;
	margin: 0 0 15px;
}

#profile1 dt {
	margin: 0 0 5px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

#profile1 dd {
	margin: 0 0 20px;
}

#profile1 dd:last-child {
	padding: 20px 0 0;
	border-top: 1px dashed #7f7f7f;
}

#profile2 ul {
	float: right;
	width: 485px;
	margin: 0 0 15px;
}

#profile2 li {
	margin: 0 0 20px;
}

#profile2 li:last-child {
	padding: 20px 0 0;
	border-top: 1px dashed #7f7f7f;
}

#profile3 ul {
	float: right;
	width: 485px;
	margin: 0 0 15px;
}

#profile3 li {
	margin: 0 0 20px;
}

#profile4 ul {
	float: right;
	width: 485px;
	margin: 0 0 15px;
}

#profile4 li {
	margin: 0 0 20px;
}

#profile4 dl {
	padding: 20px 0 0;
	border-top: 1px dashed #7f7f7f;
}

#profile4 dt {
	margin: 0 0 5px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

#profile4 li li {
	float: left;
	width: 50%;
	margin: 0;
}

#profile5 dl {
	float: right;
	width: 485px;
	margin: 0 0 15px;
}

#profile5 dt {
	margin: 0 0 5px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

#profile5 dd {
	margin: 0 0 20px;
}

#profile5 dd:last-child {
	padding: 20px 0 0;
	border-top: 1px dashed #7f7f7f;
}

.onkochishinSample ul {
	margin: 0 0 30px;
}

.onkochishinSample li {
	text-align: center;
}

.onkochishinSample li img {
	margin: 0 0 10px;
}

.onkochishinPlayer ul {
	overflow: hidden;
}

.onkochishinPlayer li {
	position: relative;
	float: left;
	width: 340px;
	margin: 0 30px 20px 0;
}

.onkochishinPlayer li:nth-child(2n) {
	margin: 0 0 20px;
}

.onkochishinPlayer li:nth-child(3),
.onkochishinPlayer li:nth-child(4) {
	margin-bottom: 0;
}

.onkochishinPlayer li a:nth-child(2) {
	position: absolute;
	top: 175px;
	left: 35px;
}

.onkochishinPlayer li span {
	position: absolute;
	top: 252px;
	left: 110px;
}

.onkochishinPlayer li span a {
	font-size: 114.29%;
}

.onkochishinContents h3 {
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.onkochishinContents ul {
	overflow: hidden;
}

.onkochishinContents li {
	float: left;
	margin: 20px 30px 0 0;
}

.onkochishinContents li img {
	margin: 0 0 10px;
}

.buyGameRecord {
	clear: both;
	margin: 30px 0 5px;
	padding: 20px 0 0;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}

.onkochishinList {
	clear: both;
	overflow: hidden;
	margin: 0 0 35px;
	padding: 35px 0 0;
	border-top: 1px dashed #7f7f7f;
}

.onkochishinList:last-child {
	margin: 0 0 10px;
}

.onkochishinList figure {
	float: left;
	margin: 0 30px 0 0;
}

.onkochishinList h3 {
	margin: 0 0 10px;
	color: #dc3e00;
	font-size: 142.86%;
	font-weight: bold;
}

.onkochishinList p {
	margin: 0 0 20px;
}

.onkochishinBuyForm table {
	margin: 0 0 30px;
}

.onkochishinBuyForm th {
	text-align: left;
}

.onkochishinBuyForm td {
	padding: 15px;
	border: 1px solid #7f7f7f;
}

.onkochishinBuyForm td .required {
	background: #ffebf8;
}

.onkochishinTop {
	clear: both;
	padding: 40px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* sihoujuku 
----------------------------------------------------------- */
.shihouProfile {
	position: relative;
	margin: 0 0 40px;
}

.shihouProfile p:last-child {
	position: absolute;
	top: 70px;
	left: 530px;
}

#profile {
	width: 790px;
	line-height: 1.5;
}

#profile .wrapper3 div {
	float: right;
	width: 510px;
	margin: 0 0 20px;
}

#profile h4 {
	margin: 0 0 15px;
	padding: 10px 0 0;
	font-size: 150%;
	font-weight: bold;
}

.shihouMenu {
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.shihouMenu th {
	padding: 20px;
	border: 1px solid #7f7f7f;
	text-align: center;
}

.shihouMenu th:first-child {
	width: 312px;
	background: #b4c5d7;
}

.shihouMenu th:last-child {
	background: #ddd67f;
}

.shihouMenu td {
	vertical-align: top;
	padding: 20px 26px;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px dashed #7f7f7f;
}

.mokuji table {
	margin: 0 0 30px;
}

.mokuji th:nth-child(3) {
	padding-left: 30px;
	text-align: left;
}

.mokuji td:nth-child(1),
.mokuji td:nth-child(2) {
	width: 90px;
	text-align: center;
}

.mokuji td:nth-child(3) {
	padding-left: 30px;
}

.mokuji td a {
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_03.png) no-repeat 0 5px;
}

.mokuji03 table {
	margin: 0 0 30px;
}

.mokuji03 caption {
	margin: 0 0 20px;
	color: #dc3e00;
	font-size: 125%;
	font-weight: bold;
}

.mokuji03 th {
	border-bottom: none;
	text-align: left;
}

.mokuji03 td {
	border-top: none;
	border-bottom: 1px dashed #7f7f7f;
}

.buyForm table {
	margin: 0 0 30px;
}

.buyForm th {
	border: none;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	text-align: left;
}

.buyForm td {
	padding: 15px;
	border: none;
	border-bottom: 1px solid #7f7f7f;
}

.buyForm td .required {
	background: #ffebf8;
}

.buyForm tr:first-child th,
.buyForm tr:first-child td {
	border-bottom: 1px dashed #7f7f7f;
}

.shihouTop {
	clear: both;
	padding: 40px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* igonyumon
----------------------------------------------------------- */
.ign_top {
	background:url(/mmenu/study/img/igonyumon/contents_bg_ign02.png) no-repeat 0 0;
	}

.in_wrapper1 {
	margin: 0 0 40px;
	background: url(/mmenu/study/img/igonyumon/wrapper_bg_ign01.png) repeat-y 0 0;
	}

.in_wrapper2 {
	background: url(/mmenu/study/img/igonyumon/wrapper_bg_ign02.png) no-repeat left bottom;
	}


.l-tx20 a:link {
	font-size:20px;
	line-height:24px;
	color: #0072FF;
	text-decoration: underline;
}
.l-tx20 a:hover {
	font-size:20px;
	line-height:24px;
	color: #0072FF;
	text-decoration: none;
}
.l-tx20 a:visited {
	font-size:20px;
	line-height:24px;
	color: #0072FF;
	text-decoration: underline;
}

.l-tx14 a:link {
	font-size:14px;
	line-height:20px;
	color: #000000;
	text-decoration: none;
}
.l-tx14 a:hover {
	font-size:14px;
	line-height:20px;
	color: #0072FF;
	text-decoration: underline;
}

#ignm table td{
	vertical-align:top;
}

#kifu_btns{
	text-align:center;
	margin:auto;}
	
	
/* igonyumon
----------------------------------------------------------- */
.igonyumon .tableBasic {
	width: 510px;
	border: 1px solid #7f7f7f;
	font-size: 105%;
}

.igonyumon .tableBasic th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #e7f6f8;
}

.igonyumon .tableBasic td {
	vertical-align: top;
	padding: 10px 15px;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-top: 1px dashed #7f7f7f;
}

.igonyumon .tableBasic td a {
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_03.png) no-repeat 0 5px;
}




.profile .inlineLink {
	display: inline-block;
	margin: 0 0 5px;
	}/**/

.profileHide {
	display: none;
	}

.kishi_prof{
	background:none;
	margin-top:15px;}

.kishi_prof a {
	background:none;
}

.kishi_prof figure {
	float: left;
	margin: 0 30px 0 0;
}

.kishi_prof figure strong {
	display: inline-block;
	padding: 10px 0 5px;
	font-size: 171.43%;
}


.kishi_prof dl {
	float: right;
	width: 485px;
	margin: 0 0 15px;
	text-align: center;*/
}

.kishi_prof dt {
	margin: 0 0 5px;
	font-weight: bold;
}

.kishi_prof dd {
	margin: 0 0 20px;
}

.kishi_prof dd img {
	margin: 0 0 5px;
}


.ProfilePopup  {
	width: 790px;
	line-height: 1.5;
}

.ProfilePopup dl {
	float: right;
	width: 470px;
	margin: 0 0 20px;
}

.ProfilePopup dt {
	margin: 0 0 10px;
	font-size: 150%;
	font-weight: bold;
}


/* �͌���哮��Đ��p�̘g*/
.frame_top {
	padding: 10px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}


/* �͌����g�b�v�y�[�W
----------------------------------------------------------- */
.igonyumon_top h2 {
	margin: 0;
}


.igonyumon_top div {
	padding: 5px 8px;
	border-top: 1px solid #b2b29b;
}

.igonyumon_top h2 + div {
	border: none;
}

.igonyumon_top div:last-child {
	padding: 5px 8px 8px;
}

.igonyumon_top a {
	display: block;
	overflow: hidden;
	padding: 20px 30px;
	text-decoration: none;
}

.igonyumon_top a:hover {
	background: #fbefe7;
}

.igonyumon_top a dl {
	float: right;
	width: 585px;
}

.igonyumon_top a dt {
	margin: 0 0 5px;
	padding: 0 0 0 34px;
	font-size: 171.43%;
	font-weight: bold;
	background: url(/mmenu/study/img/icon_arrow.png) no-repeat 0 5px;
}

.igonyumon_top a dt span {
	text-decoration: underline;
}

.igonyumon_top a:hover dt {
	color: #d84700;
}

.igonyumon_top a:hover dt span {
	text-decoration: none;
}

.igonyumon_top a figure {
	float: left;
	border: 1px solid #c5c5c5;
}


/*パンダネットで実力初段になる方法*/

#pandanet1dan p {
	margin: 0 0 7px;
}

#pandanet1dan 8:last-child {
	margin: 0px;
}

.pdnt1d_chapter h2 {
	margin: 0 0 20px;
}

.pdnt1d_chapter h2:first-child {
	background: #fbefe7 url(/mmenu/study/img/contents_bg_02.png) no-repeat 0 0;
}

/*棋譜で勉強*/
/*----------------------------------------------------------- */
.commentary li{
	clear:both;}
	
.commentary li img{
	float:left;
	margin-right:20px;
	margin-bottom:40px;}
	
	
/*入門ロボットで対局デビュー*/
/*----------------------------------------------------------- */
.robotMatch dt{
	font-weight:bold;
	font-size:124%;}
	
.robotMatch dd{
	margin-bottom:20px;}	

.btnRobot {
	display:block;
	padding:20px;
	background-color:#dc3e00;
	color:#FFFFFF;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	margin:0px 70px 10px;
	border-radius: 7px;        /* CSS3草案 */  
  -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 7px;   /* Firefox用 */
	border:1px solid #be3500;  
}

.btnRobot a:link {
	color:#FFFFFF;
}	

.btnRobot a:hover {
	color:#FFFFFF;
}	

.btnRobot:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#dc5400;
	border:1px solid #dc3e00;
}

/*パンダ先生チャレンジマッチ 動画*/
/*----------------------------------------------------------- */

#pscm .tableBasic {
	width: 100%;
	border: none;
	font-size: 105%;
	margin-top:20px;
}

#pscm .tableBasic td {
	vertical-align: top;
	text-align:left;
	font-weight:normal;
	padding:0px 10px;
	border:none;
}

/*大橋先生アルファ碁*/
/*----------------------------------------------------------- */

#OhashiAlpha table{
	font-size:100%;
	margin:0 0 2px;
}

#OhashiAlpha table th{
	padding:5px;
	width:20%;
}

#OhashiAlpha table td{
	text-align:center;
}
