﻿@charset "utf-8";
@import url("common.css");

/*
 wrapper
*/
#wrapper , #container , .copy {
	width:1000px;
	padding:0 10px;
	margin:0 auto;
}
#maincontainer {
	width:1000px;
	padding:0 10px;
	margin:40px auto;
}

/*
 anchor color
*/
.white a {
	text-decoration:none;
	color:#FFFFFF;
}
.white a:hover {
	color:#CCCCCC;
}
.bk a {
	text-decoration:none;
	color:#505050;
}
.bk a:hover {
	color:#999999;
}


/*
 header-top
*/
#hd-top{
	height:30px;
	background:#dc5a14;
	color:#FFFFFF;
}
#hd-top h1{
	float:left;
	font-weight:normal;
	font-size:100%;
	padding:3px 0 0 0;
	color:#FFFFFF;
}
#hd-top li.hdtel {
	float:right;
	padding:3px 0 0 0;
	color:#FFFFFF;
}

/*
 header
*/

header {
	width:1000px;
	margin:20px auto;
	height:75px;
}
header li.hdlogo {
	float:left;
}
header li.hdtel {
	float:right;
}
header li.caution{
	float:left;
	width:300px;
	margin:0 0 0 80px;
}
header li.caution .cauttl {
	width:100%;
	background:#dc5a14;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:center;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:1.2em;
	padding:5px 5px 3px 5px;
}
header li.caution .cautxt {
	width:100%;
	padding:10px 0 0 0;
	text-align:center;
	line-height:1.3em;
	background:url(../images/header_arrow.gif) no-repeat right;
	font-size:1.1em;
	color:#dc5a14;
}

/*
 点滅
*/
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
/*
 navigation
*/
nav {
	background:url(../images/tmp_navbg.gif) repeat-x;
	height:60px;
}
nav li.navbtn {
	width:20%;
	float:left;
	height:60px;
}


/*
 side
*/
article#sidenav {
	width:220px;
	margin-right:30px;
	float:left;
}
article#sidenav li.side {
	float:none;
}


/*
 main
*/
#main {
	width:750px;
	float:left;
}

/*
 footer
*/
footer {
	background:#f0e6d2;
	padding:20px 0;
	line-height:24px;
}
footer #ftinfo {
	width:450px;
	float:left;
}
footer #ftmn_main {
	width:300px;
	float:left;
}
footer #ftmn_sub {
	width:250px;
	float:left;
}
footer li.ftmn {
	float:none;
}

/*
 Copyright
*/
copyright {
	width:100%;
	padding:10px 0;
	background:#dc5a14;
	color:#FFFFFF;
}


/*///////////////////// contents /////////////////////*/

/*
 見出し
*/
#ttlcontainer {
	height:50px;
	background:url(../images/tmp_ttlbg.gif) no-repeat;
	margin-bottom:15px;
}
#ttlcontainer h2 {
	font-size:18px;
	color:#000000;
	padding:7px 0 0 40px;
	font-weight:normal;
}
/*
　ARROW
*/
.arrow01 a {
	background:url(images/tmp_arrow01_off.gif) no-repeat;
	padding-left:25px;
	text-decoration:none;
	font-weight:bold;
	color:#505050;
}
.arrow01 a:hover {
	background:url(images/tmp_arrow01_act.gif) no-repeat;
	color:#dc5a14;
}
/*
 table
*/
table {
	width:100%;
	border:1px solid #c8c8c8;
	margin:0;
	padding:0;
}
tr {
	margin:0;
	padding:0;
}
td {
	margin:0;
	padding:5px 10px;
	vertical-align:top;
}
.bb {
	border-bottom:1px solid #c8c8c8;
}
.br {
	border-right:1px solid #c8c8c8;
}
.bgray1 {
	background:#dcdcdc;
}
.bgray2 {
	background:#f0f0f0;
}
.bgray3 {
	background:#f0f0f0;
	min-width:400px;
}
/*
 form
*/
#stepbox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	margin-bottom:20px;
}
.step1 , .step2 {
	width:33%;
}
.step3 {
	width:34%;
}
.step1 , .step2 , .step3 {
	float:left;
	text-align:center;
	padding:5px 0;
}
.step2 p , .step3 p{
	border-left:1px solid #d4d4d4;
}
.stepnow {
	background:#d2d2d2;
}
.err {
	padding:3px;
	background-color:#b43200;
	text-align:center;
	margin-top:5px;
	color:#FFFFFF;
}
input[type=text] , textarea{
	font-size:14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
}
input[type=text] {
	width:96%;
	padding:2%;
}
textarea {
	width:98%;
	padding:1%;
	height:90px;
}
input[type=text]:focus  , textarea:focus{
	border:solid 1px #20b2aa;
}
 
input[type=text], select , textarea {
	outline: none;
}
input[type=submit]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:130px;
	padding:10px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
}
input[type=submit]:hover{
	background:#dc5a14;
	color:#FFFFFF;
}
/*
 icon
*/
.icon1 {
	min-height:50px;
	padding:5px 0 0 65px;
}
.icon2 {
	min-height:80px;
	padding:10px 0 0 100px;
}
.icon3 {
	min-height:50px;
	padding:5px 0 0 120px;
}
.iconf1 {
	font-size:18px;
	font-weight:bold;
}
.iconf2 {
	font-size:24px;
	font-weight:bold;
	color:#dc5a14;
}
.iconf3 {
	font-weight:bold;
}
.iconf4 {
	font-size:18px;
	font-weight:bold;
	color:#dc5a14;
}
/*
 inqarea
*/
.inqbtn {
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding:15px 0;
	margin:0 0 25px 0;
}
.inqcell {
	width:375px;
	float:left;
	margin-bottom:15px;
}
.inqcau {
	background:url(../images/tmp_line01.png) repeat-x top;
	padding-top:20px;
}