@charset 'UTF-8';


img.interview_icatch {
	width:100%;
	margin-bottom:10px;
}


div.profile {
	background-image:
		url("/img/interview/common/profile_back_1.png"),
		url("/img/interview/common/profile_back_3.png"),
		url("/img/interview/common/profile_back_2.png");
		
	background-repeat:
		no-repeat,
		no-repeat,
		repeat-y;
	
	background-position:
		top,
		bottom,
		top;
		
	width:509px;
	margin:0 auto;
	margin-bottom:20px;
	
}

.toform-link {
	margin:10px 20px;
	text-align:right;
	font-size:1.2em;
}

.toform-link a {
	text-decoration:underline;
}

.formtitle {
	margin:20px;
	font-size:1.8em;
	font-weight:bold;
	border-bottom:1px solid #333;
	
}

.formtable {
	border:none;
	margin:0 auto;
	width:90%;
}

.formtable td {
	border-bottom:1px dotted #DCDCDC;
	padding-bottom:10px;
	padding-top:10px;
}

.label {
	width:30%;
	font-size:1.0em;
	font-weight:600;
	vertical-align:middle;
}

.label span {
	font-size:0.9em;
	font-weight:300;
}

.hissu {
	color:#FF0000;
}

.parts {
	width:70%;
}

input[type="text"],textarea,select {
	border:0;
	margin:4px 0;
	padding:4px;
	font-size:1.2em;
	border:solid 1px #ccc;
	width:90%;
	background:#F5F5F5;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

textarea {

}


@media only screen and (max-width:640px) {

	div.profile {
		width:100%;
		background:#F8E0E0;
		margin-bottom:20px;
		
	}


}

@media only screen and (min-width:640px) {

	div.editors_comment_title {
		display:none;
	}

	div.editors_comment {
		background:url(/img/interview/common/editors_comment_back.png) no-repeat;
		position:relative;
		margin:0 auto;
		width:509px;
		height:272px;
	}
	
	div.editors_comment img {
		position:absolute;
		top:108px;
		left:58px;
		width:160px;
		height:120px;
	}
	
	div.editors_comment div.editors_comment_copy {
		position:absolute;
		width:210px;
		top:30px;
		left:260px;
		font-size: 12px;
		line-height: 18px;
	}

}


@media only screen and (max-width:640px) {

	div.editors_comment_title {
		margin:20px;
		font-size:14px;
		font-weight:bold;
	}

	div.editors_comment {
		background:#EFEFEF;
		margin:0;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	div.editors_comment img {
		display:none;
	}
	
	div.editors_comment div.editors_comment_copy {
		margin:20px;
	}

}

img.interviewer {
	display:block;
	width:100%;
	margin:0 auto;
	margin-top:20px
	margin-bottom:0;
	max-width:517px;
}





@media only screen and (min-width:640px) {

	div.clinic {
//		position:relative;
		
		background-image:
			url("/img/interview/common/clinic_back_1.png");
			
		background-repeat:
			no-repeat;
		
		background-position:
			top;
			
		width:509px;
		margin:0 auto;
		margin-bottom:5px;
	}
	
	div.clinic img {
		float:left;
		margin-top:20px;
		margin-left:20px;
		width:200px;
		margin-bottom:10px;
	}
	
	div.clinic_copy {
		width:230px;
		margin-top:20px;
		margin-right:20px;
		margin-bottom:10px;
		font-size:1.0em;
		min-height:100px;
		float:right;
	}
	
	div.clinic_name {
		font-size:1.2em;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	div.clinic2 {
		
		background-image:
			url("/img/interview/common/clinic_back_2.png");
			
		background-repeat:
			no-repeat;
		
		background-position:
			bottom;
			
		width:509px;
		margin:0 auto;
		margin-top:10px;
		padding-bottom:40px;
	}
	
	div.clinic_tel {
		margin:0 auto;
		margin-top:10px;
		margin-bottom:10px;
		font-size:1.8em;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	div.clinic_info {
		margin:0 auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	div.clinic_url {
		margin:0 auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	div.doctor_name {
		font-size:1.2em;
		font-weight:bold;
		margin:0 auto;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	div.doctor_profile {
		margin:0 auto;
		margin-top:20px;
		margin-bottom:20px;
	}

}


@media only screen and (max-width:640px) {
	div.clinic {
		
		background:#fff;
		width:100%;
		margin-bottom:5px;
	}
	
	div.clinic img {
		width: 100%;
	}
	
	div.clinic_copy {
		margin:20px;
	}
	
	div.clinic_name {
		font-size:1.2em;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	div.clinic2 {
		
		background:#fff;
		padding-bottom:40px;
	}
	
	div.clinic_tel {
		margin:10px 20px;
		font-size:1.8em;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	div.clinic_info {
		margin:10px 20px;
	}
	
	div.clinic_url {
		margin:10px 20px;
	}
	
	div.doctor_name {
		font-size:1.2em;
		font-weight:bold;
		margin:20px;
	}
	
	div.doctor_profile {
		margin:0 20px;
	}

}

.interview_title {
	border-top:3px solid #74c8eb;
	border-bottom:2px dotted #74c8eb;
	padding:20px 10px;
	margin:20px;
	font-size:1.5em;
}

.interview_chater {
	margin:20px;
	font-size:1.2em;
	font-weight:bold;
	color:#C7243A;
}

.blue_block {
	margin:20px;
	padding:10px;
	background:#D5E0F1;
	border-radius: 10px; 
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
}

.blue_block_title {
	font-size:1.1em;
	margin-bottom:10px;
	border-bottom:1px solid #333;
}

.interview_block {
	margin:20px;
}

.interview_block:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.interview_question {
	margin:10px 0;
	color:#eb7490;
}

.interview_p {
	margin:20px 0;
}

.interview_img {
	width:100%;
	max-width:250px;
}

.left {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.right {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}


@media only screen and (max-width:640px) {

	.left {
		float:none;
		margin:0 auto;
		margin-bottom:10px;
	}
	
	.right {
		float:none;
		margin:0 auto;
		margin-bottom:10px;
	}


}


.sp_interview_paging {
	display:block;
	margin:20px;
	font-size:1.5em;
	font-weight:bold;
}


@media only screen and (min-width:640px) {

	.sp-float-btm {
		display:none;
	}

}

@media only screen and (max-width:640px) {

	.sp-float-btm {
		display:block;
		width:100%;
		position:fixed;
		bottom:0;
		left:0;
		background:#fff;
		border-top:1px solid #3DB680;
		z-index:999;
	}
	
	
	.sp-float-btm-title {
		width:100%;
		margin:10px 0;
		font-size:14px;
		font-weight:bold;
		color:#3DB680;
		text-align:center;
	}
	
	.sp-float-btm table {
		display:block;
		margin:0 auto;
		margin-bottom:10px;
		width:90%;
	}
	
	.sp-float-btm table td {
		width:50%;
	}
	
	.sp-float-btm table td img {
		width:90%;
		margin:0 auto;
	}
	
}