/*============================
   Elements
============================*/

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Helvetica";
}

img{
	vertical-align: text-bottom;
	max-width: 100%;
	height: auto;
}

strong{
	color: #fe9200;
}

p{
	margin: 10px 0;
	padding: 0;
}

ul{
	margin: 10px 0 10px 30px;
	padding: 0;
	line-height: 1.5;
	text-align: left;
	color: #333333;
	list-style-type: disc;
}

h2{
	margin: 15px 0;
	padding: 5px 10px;
	background-color: #88c128;
	background-image: -moz-linear-gradient(top, #95c840 0%, #7fbc17 100%);
	background-image: -o-linear-gradient(top, #95c840 0%, #7fbc17 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95c840), color-stop(1, #7fbc17));
	background-image: -webkit-linear-gradient(top, #95c840 0%, #7fbc17 100%);
	background-image: linear-gradient(to bottom, #95c840 0%, #7fbc17 100%);
	text-align: left;
	font-weight: bold;
	font-size: 115%;
	color: #ffffff;
}

h3{
	margin: 10px;
	padding: 0 8px;
	color: #333333;
	border-left: 4px solid #34acd1;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 129%;
    width: 100%;
    -webkit-appearance: none;
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"]{
	margin: 20px 0;
	display: block;
	border: 0;
	width: 100%;
	height: 54px;
	background: url("./image/assess_submit.png") no-repeat scroll center center;
	text-indent: -9898px;
	border-width: 0px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

select{
	padding: 5px;
	font-size: 129%;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea{
	height: 70px;
}


/*============================
   Common
============================*/

header{
	padding: 5px 0 0;
	border-bottom: 3px solid #76a92d;
	background: -moz-linear-gradient(top center, #ffffff 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eaeaea));
	background: linear-gradient(top center, #ffffff 0%, #eaeaea 100%);
}

h1#logo{
	margin : 0;
	padding: 0;
	text-align: left;
	float: left;
}

#phone{
	margin-right: 5px;
	text-align: right;
	float: right;
}

#phone a{
	display: block;
	margin : 0;
	padding: 10px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #0b8899;
	background: -moz-linear-gradient(top, #76a92d 0%, #5E8724 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76a92d), color-stop(100%, #5E8724));
	background: -webkit-linear-gradient(top, #76a92d 0%, #5E8724 100%);
	background: -o-linear-gradient(top, #76a92d 0%, #5E8724 100%);
	background: -ms-linear-gradient(top, #76a92d 0%, #5E8724 100%);
	background: linear-gradient(to bottom, #76a92d 0%, #5E8724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76a92d', endColorstr='#5E8724', GradientType=0 );
}

#phone a .phone_text{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 86%;
}

article p{
	margin: 10px;
	line-height: 1.4;
	font-size: 93%;
	text-align: justify;
	text-justify: inter-ideograph;
}

section{
	margin-top: 30px;
}

footer{
	margin-bottom: 80px;
}

#footer_phone{
	margin: 20px 10px;
	text-align: center;
}

#footer_phone a{
	display: block;
	margin : 0;
	padding: 10px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #0b8899;
	background: -moz-linear-gradient(top, #3F746E 0%, #10524b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3F746E), color-stop(100%, #10524b));
	background: -webkit-linear-gradient(top, #3F746E 0%, #10524b 100%);
	background: -o-linear-gradient(top, #3F746E 0%, #10524b 100%);
	background: -ms-linear-gradient(top, #3F746E 0%, #10524b 100%);
	background: linear-gradient(to bottom, #3F746E 0%, #10524b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3F746E', endColorstr='#10524b', GradientType=0 );
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	box-shadow:rgba(87, 133, 129, 0.65098) 0px 0px 6px 0px;
	-webkit-box-shadow:rgba(87, 133, 129, 0.65098) 0px 0px 6px 0px;
	-moz-box-shadow:rgba(87, 133, 129, 0.65098) 0px 0px 6px 0px;
	line-height: 1.5;
}

ul#footer_link{
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

ul#footer_link li a{
	display: block;
	padding: 8px 15px;
	border-top: 1px solid #cccccc;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background-color: #eeeeee;
	background: url("./image/arrow.gif") no-repeat 96% center, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f1f1f1), color-stop(0.00, #fff));
	background: url("./image/arrow.gif") no-repeat 96% center, -webkit-linear-gradient(#fff, #f1f1f1);
	background: url("./image/arrow.gif") no-repeat 96% center, -moz-linear-gradient(#fff, #f1f1f1);
	background: url("./image/arrow.gif") no-repeat 96% center, -o-linear-gradient(#fff, #f1f1f1);
	background: url("./image/arrow.gif") no-repeat 96% center, linear-gradient(#fff, #f1f1f1);
}

p#copyright{
	padding: 10px 0;
	background-color: #fe9301;
	width: 100%;
	text-align: center;
	font-size: 100%;
	color: #ffffff;
	line-height: 1.2;
}

.fixed{
	z-index: 99999;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #f9e6e4;
	box-shadow: 0 0 4px #999;
	overflow: hidden;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	max-height: 60px;
}

.fixed_text{
	width: 50%;
	float: left;
}

.fixed_text p{
	margin: 15px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 1.3;
	text-align: center;
}

.fixed_phone{
	width: 50%;
	float: right;
	text-align: center;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.fixed_phone_inner{
	margin: 5px;
}

.fixed_phone_inner a img{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* FloatClear
-----------------*/

.clearfix,
header,
.fixed_footer{
	min-height: 1px;
}

.clearfix:after,
header:after,
.fixed_footer:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clearfix,
* html header,
* html .fixed_footer{
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*============================
   Section
============================*/

section#notice{
	margin: 10px;
	border: 3px solid #ffcc00;
}

section#notice h3{
	margin: 7px 10px;
	padding: 0 0 3px;
	text-align: center;
	font-weight: bold;
	border: none; /* 初期化 */
	border-bottom: 2px dotted #cccccc;
}

section#notice p{
	margin: 7px 10px;
	text-align: left;
}

section p.asbtn{
	text-align: center;
	font-weight: bold;
	font-size: 108%;
	line-height: 2.0;
	color: red;
}

section .assess_btn{
	display: block;
	margin : 0 10px;
	padding: 10px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #0b8899;
	background: -moz-linear-gradient(top, #de3d2e 0%, #B13024 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de3d2e), color-stop(100%, #B13024));
	background: -webkit-linear-gradient(top, #de3d2e 0%, #B13024 100%);
	background: -o-linear-gradient(top, #de3d2e 0%, #B13024 100%);
	background: -ms-linear-gradient(top, #de3d2e 0%, #B13024 100%);
	background: linear-gradient(to bottom, #de3d2e 0%, #B13024 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3d2e', endColorstr='#B13024', GradientType=0 );
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	box-shadow: rgba(199, 54, 41, 0.65098) 0px 0px 6px 0px;
	-webkit-box-shadow: rgba(199, 54, 41, 0.65098) 0px 0px 6px 0px;
	-moz-box-shadow: rgba(199, 54, 41, 0.65098) 0px 0px 6px 0px;
	line-height: 1;
}
section .assess_btn .assess_btn_headline{
	display: block;
	font-size: 115%;
	margin: 0 10px 5px;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 5px;
}

section#visual{
	margin-top: 0;
	text-align: center;
}

section#flow h3{
	padding: 0;
	border: none;
}

section#flow p.img_float{
	margin:5px 10px;
	float: right;
}

section#assess{
	margin-top: 0;
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
}

section#assess p{
	margin: 5px 10px;
	font-weight: bold;
}

section#assess form.assessform .validation_error{
	background-color: #ffd9d9 !important;
}

section#assess p span.mandatory{
    margin-left: 5px;
    padding: 0 3px;
    display: inline-block;
    font-size: 85%;
    color: #ffffff;
    background-color: red;
}

section#company,
section#privacy,
section#document,
section#faq{
	margin-top: 0;
}

section#document p.img_float{
	margin:5px 10px;
	float: left;
	width: 100px;
	text-align: center;
}

section#document span.doc_title{
	font-size: 122%;
	font-weight: bold;
}

p.faq_question{
	padding-left: 50px;
	font-weight: bold;
	background: url("./image/faq_question.gif") no-repeat scroll top left;
}

p.faq_answer{
	padding-left: 50px;
	margin-bottom: 30px;
	background: url("./image/faq_answer.gif") no-repeat scroll top left;
}

.headline_voice{
	border: none;
	background-color: #333333;
	color: #ffffff;
	padding: 3px;
	margin-top: 20px;
	text-align: center;
}
