
/* reset
------------------------------------------------------------------------------ */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

* {
	word-break:break-all;
}

table {
	font-size:100.01%;
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	vertical-align: bottom;
}

ol,ul {
	list-style:none;
}

caption,th {
	font-weight:normal;
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100.01%;
	zoom:1;
}

q:before,q:after {
	content:'';
}

/*==================全体設定==================*/


html, body {
	height:100%;
	font-weight: normal;
	font-style:normal;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3';
}

body {
	margin:0 auto;
}
body.bg_ex {
	background:url(../img/parts/question.png) no-repeat 50% 0;
}
body.bg_ex_ans {
	background:url(../img/parts/ans.png) no-repeat 50% 0;
}

.ex {
	position: relative;
	width:666px;
	height:724px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	color:#0d0257;
	font-size:14px;
	line-height:18px;
}

h1 {
	display:none;
}

.info-txt {
	margin-left: 60px;
	margin-top:100px;
	display:block;
	text-align:left;
	font-size:14px;
	line-height:1.5;
	width:260px;
}

.link-btn a {
	position: absolute;
	left: 200px;
	bottom:10px;
	display:block;
	width:280px;
	height:55px;
}
.link-btn span {
	display:none;
}

a {color:#c90000;}
a:hover {color:#565656;}

/* clear
------------------------------------------------------------------------------ */
/* ie \*/
* html .clearfix
 {
	zoom:1;
}
*+html .clearfix {
	zoom:1;
}

/* modern brow */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

