@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt {
	margin: 0;
	padding: 0;
}


html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical; /* Firefoxの先行実装 */
	overflow-x: scroll; /* Firefoxで横スクロールバーが表示されない問題を回避 */
}

/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; /* hasLayout問題を回避 */
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}


body {
	color: #333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	text-align: center;
}
a:link,a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}

#page {
	background: url(../images/portal/page_second_bg2.jpg) repeat-x 0px 0px;
}

#toppage #page {
	background: url(../images/portal/page_bg2.jpg) repeat-x 0px 0px;
}



#fontchange {
	position: absolute;
	top: 15px;
	left: 490px;
	width: 100px;
}

#fontchange a {
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	overflow: hidden;
}

#fontchange li {
	width: 26px;
	height: 26px;
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
	text-indent: -9999px;
}

#header #fontchange li#small a {
	background: url(../images/portal/header_fontsize_bg.gif) no-repeat 0px 0px;
}
#header #fontchange li#medium a {
	background: url(../images/portal/header_fontsize_bg.gif) no-repeat -28px -30px;
}
#header #fontchange li#large a {
	background: url(../images/portal/header_fontsize_bg.gif) no-repeat -56px 0;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#contents {
	padding-bottom: 50px;
	width: 740px;
	float: right;
}
/*------------------------------------*/
#contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#contents { display: inline-block; }
/*------------------------------------*/


#toppage #contents {
	width: auto;
	float: none;
	display: block;
}


#contents a:hover img {
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}

#toppage #contents {
	width: 910px;
	margin: 0 20px 20px;
}

#bread {
	clear: both;
	zoom: 1;
	font-size: 11px;
	height: 30px;
}
.breadcrumb {
	float: left;
	margin-right: 10px;
	margin-top: -1px;
}





#back-top {
	text-indent: -9999px;
	position: fixed;
	bottom: 100px;
	right: 140px;

	display: none;
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}


#back-top a {
	width: 82px;
	height: 82px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #333 url(../images/portal/pagetop_bg.png) no-repeat center center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity: 0.5; /* 0.0～1.0 */
	filter: alpha(opacity=50); /* 0～100 */
}


#back-top a:hover {
    color: #FFF;
	background: #666 url(../images/portal/pagetop_bg.png) no-repeat center center;
	opacity: 0.5; /* 0.0～1.0 */
	filter: alpha(opacity=50); /* 0～100 */
}







.width300 {
	width: 300px!important;
}
.width400 {
	width: 400px!important;
}
.width500 {
	width: 500px!important;
}
.width600 {
	width: 600px!important;
}





/* #################################### */

	/* moshi */

/* #################################### */

table.moshi_head {
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 20px;
}
.moshi_head caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.moshi_head th,
.moshi_head td {
	padding: 5px 0 5px 15px;
	border: 1px solid #999;
	font-weight: normal;
	text-align: left;
}
/*
.moshi_head th {
	background: #0C5EAF;
	color: #FFF;
}
*/
.moshi_head th a {
	color: #FFF;
	padding: 2px 0 2px 22px;
	background: url(/images/portal/shiken_ico_Q.gif) no-repeat left center;
}
.moshi_head td a {
	padding: 2px 0 2px 22px;
	background: url(/images/portal/shiken_ico_A.gif) no-repeat left center;
}
.moshi_head strong a {
	text-decoration: none!important;
}

.mondai th,
.mondai td,
.mondai li,
.mondai p,
.invoice th,
.invoice td,
.invoice li,
.invoice p {
	font-size: 12px!important;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"!important;
	line-height: 1.5!important;
}
.invoice p {
	line-height: 1.0!important;
}
.mondai table.invoice {	
	width: 100%;
	padding: 10px;
	background: #DDD!important;
	border: none;
}
.mondai table.invoice td {
	border-right: none!important;
	padding: 10px;
	background: #DDD!important
}

.mondai table {
	border: none;
	background: #FFF;
	border: 1px solid #99C1E5;
	width: 700px;
	margin: 10px 0;
}


.mondai table th,
.mondai table td {
	padding: 5px;
	width: 33%;
	text-align: left;
}

.mondai table.selectword td {
	width: auto;
}


.selectword {

}
.selectword3 {

}
.selectword4 {

}

.selectword2 td {
	width: 50%!important;
}

.selectword4 td {
	width: 25%!important;
}

.selectword5 td {
	width: 20%!important;
}

.mondai table td {
	border-right: 1px solid #99C1E5;
}

.mondai table.layout {
	border: none;
	width: auto;
}
.mondai table.layout th,
.mondai table.layout td,
.mondai table.layout td td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border: none;
	width: auto;
}
.mondai table.layout td table {
	border: none;
	width: auto;
	margin: 0;
}

.mondai table.basic {
	border: 1px solid #999;
	width: auto;
}
.mondai table.basic th,
.mondai table.basic td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #999;
	width: auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"!important;
}
.basic td {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"!important;
}
.mondai table.basic td td {
	border: none;
}
.mondai table.basic td table {
	border: none;
	width: auto;
	margin: 0;
}
.mondai blockquote {
	margin: 0;
	padding: 0;
}
table.answer {
	width: 740px;
	border: 1px solid #999;
	margin-top: 20px;
}
table.answer th,
table.answer td {
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #999;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
table.answer th {
	background: #CCC;
}
table.answer td table td {
	border: none;
	padding: 5px;
}
table.answer td table.basic td {
	border: 1px solid #999;
}

table.answer font {
	font-weight: bold;
}
img.ico {
	vertical-align: middle;
	margin-left: 3px;
}

.mondai_head {
	float: left;
}
.mondai_caption {
	margin-left: 55px;
	margin-bottom: 30px;
}
.mondai_caption ol {
	padding-left: 30px!important;
	margin: 15px 0 20px;
}
.mondai_caption li {
	margin-bottom: 10px;
}


.mondai table.double {
	width: 100%;
	border: 3px double #666!important;
}





/* #################################### */

	/* 12/12 mondai plus */

/* #################################### */


#contents .mondai td p {
	margin-bottom: 10px;
}

.mondai td ol,
.mondai td ul {
	padding-left: 30px;
}

.mondai td ol li,
.mondai td ul li {
	margin-bottom: 10px;
}




.rate30 {
	width: 33%!important;
}

.rate50 {
	width: 50%!important;
}

#contents .mondai td .basic td {
	vertical-align: middle;
}

#article .mondai h4 {
	border: none!important;
	margin-bottom: 20px;
	padding: 0;
}
