@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
.bodyBg {
	background: #fff url('../images/header_bg.png') repeat-x 0 0;
	}

div#header {
	height: 64px;
	margin: 0 auto;
	position: relative;
	width: 800px;
	}
	
div#header img#logo {
	position: absolute;
	 top: 18px;
	 left: 13px;
	}
	
div#contentsWrapper {
	background: url(../images/wood_line.png) repeat-x 0 bottom;
	}

div#contents {
	margin: 0 auto;
	padding: 0 5px 7px 5px;
	width: 790px;
	}
	
h2#mainImage {
	margin: 7px 0 5px;
	}
	
ul#udFeature {
	width: 792px;
	}
	
ul#udFeature li {
	float: left;
	height: 147px;
	width: 262px;
	}
	
	
/* report
-------------------------------------------*/

h2 {
	font-size: 15px;
	margin-bottom: 25px;
}

.title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

.usage {
	background: #F89C19;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 2px 5px 1px;
	text-align: center;
	width: 110px;
}

.report{
	background: #fff;
	border: 1px solid #ddd;
	padding: 25px 40px;
	width: 710px;
	}

p {
	text-align: justify;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

.company {
	margin-bottom: 30px;
}

.company dt {
	display: inline-table;
	vertical-align: middle;
}

.company dd {
	display: inline-table;
	vertical-align: top;
	width: 480px;
}
 
.companyInfo table {
	border-collapse: collapse;
	font-size: 13px;
	vertical-align: top;
}

.companyInfo td {
	border-bottom: 1px solid #ddd;
	padding: 3px;
}

.logo {
	padding: 40px 30px 0 0;
	width: 200px;
}

.movie {
	background: #eee;
	margin-bottom: 30px;
	padding: 20px 0;
	text-align: center;
	width: 710px;
}

.outline {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.task,
.solution,
.result {
	border: 2px solid #ddd;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	width: 450px;
}

.task dt,
.solution dt,
.result dt {
	background: #f5f5f5;
	font-weight: bold;
	padding: 3px;
}

.task dd,
.solution dd,
.result dd {
	font-size: 13px;
	padding: 10px 15px;
}

.arrow {
	margin: 0 auto;
	position: absolute;
	 bottom: -32px;
	 left: 0;
	 right: 0;
}

.site {
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	width: 230px;
}

.site .caption {
	font-size: 11px;
}

.lead {
	font-size: 14px;
	margin-bottom: 50px;
}

.ttlTask,
.ttlSolution,
.ttlResult {
	background: #f3f3f3;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

.ttlTask dd,
.ttlSolution dd,
.ttlResult dd {
	vertical-align: middle;	
}

.ttlTask .icon,
.ttlSolution .icon,
.ttlResult .icon {
	background: #C63234;
	border-radius: 3px;
	color: #fff;
	display: inline-table;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20PX;
	padding: 3px 10px 2PX;
	text-align: center;
	width: 70px;
}

.ttlTask .caption,
.ttlSolution .caption,
.ttlResult .caption {
	display: inline-table;
	font-weight: bold;
	text-align: left;
}

.interviewer {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

.interviewee {
	font-size: 13px;
	margin-bottom: 20px;
	text-align: justify;
}

.interviewee .caption {
	margin-top: 5px;
	font-size: 11px;
}

.column2 {
	display: inline-block;
	vertical-align: top;
}

.usersVoice {
	background: #FFF9D4;
	border: 2px solid #ddd;
	margin-bottom: 10px;
	padding: 20px;
}

.usersVoice h3 {
	border-bottom: 2px solid #111;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align: center;
}

.usersVoice .item {
	margin-bottom: 20px;
}

.usersVoice .item dt,
.usersVoice .item dd {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.usersVoice .item dt {
	width: 20px;
}

.usersVoice .item:last-child {
	margin-bottom: 0;
}

.usersVoice .item dd {
	width: 630px;
}