@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato');

/* reset */

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small
}

select,
input,
button,
textarea {
	font: 99% arial, helvetica, clean, sans-serif
}

table {
	font-size: inherit;
	font: 100%
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%
}

figure,ul,li,dl,dt,dd {
	padding: 0;
	margin: 0;
}
ul,ol,li{
list-style: none;}


/* reset */

body {
	background: #ddd;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.7;
}

.sampleBox {}

.sampleBox h1 {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	padding: 20px;
	line-height: 1;
	margin: 0;
	border-bottom: 5px solid #ddd;
}

.sampleBox .sampleBoxIn {
	background: #fff;
	width: 100%;
}

.sampleBox .question,
.sampleBox .answer,
.sampleBox .commentary{
	box-sizing: border-box;
	display: table;
	padding: 24px;
	min-height: 365px;
	background: #fff;
}

.sampleBox .questionIn,
.sampleBox .answerIn,
.sampleBox .commentaryIn{
	display: table-cell;
	vertical-align: middle;
}

.sampleBox .question,
.sampleBox .commentary{
	width: 67%;
	float: right;
	border-left: 5px solid #ddd;
}
.oneColBox.sampleBox .question,
.oneColBox.sampleBox .commentary{
    float: none;
    width: 100%;
    border-left: none;
}

.sampleBox .answer {
	width: 33%;
	float: left;
	box-sizing: border-box;
}

.sampleBox .answer textarea{
	border:1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	padding:10px;
    height: 120px;
	box-sizing: border-box;
}

.sampleBox .answer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sampleBox .answer ul li {
	padding-bottom: 0.8em;
}
.sampleBox .answer ul.recBtn{
text-align: center;}

.sampleBox .link {
	clear: both;
	background: #ddd;
	padding: 25px;
	text-align: right;
}

.sampleBox .link p {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.sampleBox .link p a {
	color: #fff;
	background: #222;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 13px;
}
.sampleBox .link p a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
}

.sampleBox.commentaryBox .answer p{
	font-size: 24px;
	text-align: center;
	color: #2a7fd1;
}
.sampleBox.commentaryBox .answer .answerText{
text-align: left;
color:#000;
	font-size: 13px;
}
.sampleBox.commentaryBox .commentary dt{
	font-weight: bold;
	color: #2a7fd1;
}
.sampleBox.commentaryBox .commentary dd{
	margin-bottom:0.8em;
}

@media screen and (max-width: 640px) {
	.sampleBox .question,
	.sampleBox .answer,
	.sampleBox .commentary{
		display: block;
		width: auto;
		float: inherit;
		padding: 20px;
		min-height: inherit;
	}
	.sampleBox .questionIn,
	.sampleBox .answerIn,
	.sampleBox .commentaryIn{
		display: block;
	}
	.sampleBox .question,
	.sampleBox .answer{
		border-top: none;
		border-left:none;
		border-bottom: 5px solid #ddd;
	}
	.sampleBox .question figure,.sampleBox .question audio {
		margin: 0 auto;
    display: block;
	}
	.sampleBox .question figure img {
		max-width: 100%;
		height: auto;
	}
}