@charset "utf-8";

/*****************************************************************

	下階層ページ用CSS

*****************************************************************/

/*============================================================
	topicPath
============================================================*/

dl#path{
	width: 980px;
	text-align: left;
	margin: auto;
	padding: 10px 0;
}
dl#path ol{
	line-height:  1.3;
	list-style: none;
	font-size: 75%;
	overflow: hidden;
	min-height: 1em;
	height: 1%;
}

html>body dl#path ol{
	height: auto;
}

dl#path ol:after{
	display: block;
	content: "";
	clear: both;

}

dl#path ol li{
	margin-left: -17px;
	padding: 0 18px;
	background: url(../images/path.png) no-repeat 5px 50%;
	float: left;
}

dl#path a{
	color: #fff;
}

dl#path a:hover{
	color: #FFC;
}

dl#path em{
	font-weight: bold;
	color: #fff;
}

/*============================================================
	information
============================================================*/
#information #main{
	width: 640px;
	float: right;
	margin-right: 20px;
	display: inline;
}

#information #sub{
	width: 260px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#information #main .news_entry{
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 2.5em;
}


#information #main .news_entry .date{
	margin-bottom: 2em;
	font-size: 68%;
}


#information #main .news_entry h3{
	font-size: 112.5%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5em;
}

#sub h3{
	font-family: futura, Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5em;
	color: #931574;
}
#sub h3 span{
	font-size: 75%;
}

#sub ul{
	font-size: 75%;
	margin-bottom: 3em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #CCC;
}


#sub li{
	margin-bottom: 0.5em;
}

#sub a{
	text-decoration: none;
}

#main .pages{
	margin: 0;
	text-align: center;
	font-size: 88%;
}

#main .pages .link_next,
#main .pages .link_before{
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #931574 no-repeat;
	padding: 5px 25px;
	margin: 0 0.5em;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 5px; webkit-border-radius: 5px; border-radius: 5px;
}

#main .pages .link_next:hover,
#main .pages .link_before:hover{
	color: #FFC;
}

#main .pages .link_next{
	padding-right: 35px;
	background-image: url(../images/bg_pages_next.png);
	background-position: 95% 50%;
}
#main .pages .link_before{
	padding-left: 35px;
	background-image: url(../images/bg_pages_prev.png);
	background-position: 5% 50%;
}
/*============================================================
	Company Page
============================================================*/
#main .company{
	width: 100%;
	border: 1px solid #999;
	background: #FFF;
	margin-bottom: 1em;
}
#main .company th,
#main .company td{
	border: 1px solid #999;
	padding: 5px;
}
#main .company th{ width: 15%; background: #e6c9df;}
#main .company td{ width: 85%;}

/*============================================================
	FAQ Page
============================================================*/
#static #main .sub_head{
	border-left: 5px solid #931574;
	padding-left: 5px;
	font-size: 125%;
	margin-bottom: 0.75em;
	clear: both;
}

#static #main .section{
	margin-bottom: 2.5em;
	border-bottom: 1px solid #999;
}

#static #main .q{
	background: url(../images/img_q.png) no-repeat 0 0;
	padding: 10px 0 15px 45px;
	margin: 0;
	color: #931574;
	font-size: 88%;
}

#static #main .a{
	background: url(../images/img_a.png) no-repeat 0 0;
	padding: 10px 0 15px 45px;
	color: #333;
	font-size: 88%;
	border-bottom: 1px dotted #ccc;
}


#static #main .a:last-child{
	border-bottom: 0;
}

/*============================================================
	Contact Page
============================================================*/
#main .contact_item{
	width: 310px;
	margin: 0 5px 5px 0;
	float: left;
	background: #FFF;
}

#main .return_set{
	margin-right: 0;
}
#main .contact_item div{
	border: 1px solid #CCC;
	height: auto !important;
	height: 43em;
	min-height: 43em;
	position: relative;
}

#main .contact_item p{
	margin: 0 5px 1em 5px;
}


#main .contact_item .comment{
	padding-bottom: 0;
	margin-bottom: 0;
	height: auto !important;
	height: 10.5em;
	min-height: 10.5em;
}


#main .contact_item .pic{
	margin: 0 0 0.75em 0;
	width: 100%;
}

#main .contact_item .pic img{
	width: 100%;
}


#main .contact_item h3{
	margin: 0;
	text-align: center;
	padding: 0;
	height: 50px;
}

#main .contact_item h3 img{
	margin-top: 5px;
}

#main .contact_item h4{
	margin: 0 5px;
	margin-bottom: 0.75em;
	color: #931574;
	font-size: 88%;
}

#main .contact_item dl{
	margin: 0 5px;
}

#main .contact_item dt{
	font-weight: bold;
}

#main .contact_item h4 a{
	color: #931574;
}

#static #main .contact_item h5{
	margin: 0 5px 0.25em 5px;
	font-size: 88%;
}

#main .contact_item .tel{
	font-size: 100%;
	background: #931574 url(../../inquiry/images/ico_tel.png) 5px 50% no-repeat;
	padding: 5px 0;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0.75em 5px;
	width: 300px;
	text-indent: 25px;
}

#main .contact_item .mail{
	font-size: 100%;
	background: #931574 url(../../inquiry/images/ico_mail.png) 5px 50% no-repeat;
	padding: 0;
	font-weight: bold;
	margin: 0 0 0.75em 5px;
	width: 300px;
	text-indent: 0;
}
#main .contact_item .mail a{
	display: block;
	color: #FFF;
	position: relative;
	padding: 5px 0 5px 30px;
	text-decoration: none;
}

#main .contact_item .tel span{
	 font-size: 75%;
	 font-weight: normal;
	}

#main .contact_item .last{
	margin-bottom: 0;
}


/*============================================================
	ACCESS Page
============================================================*/
#main .access{
	margin-bottom: 15px;
	width: 100%;
	height: 300px;
}


/*============================================================
	SHIRUBE Page
============================================================*/
#main .uranai_data{
	width: 460px;
	float: left;
}

#main .uranai_data th{
	width: 30%;
}

#main .uranai_data td{
	width: 70%;
}

#main .uranai_profile{
	width: 460px;
	float: right;
	background: #E6C9DF;
	-moz-border-radius: 5px; webkit-border-radius: 5px; border-radius: 5px;
	padding: 10px 0;
}

#main .uranai_profile h3,
#main .uranai_profile p{
	margin-left: 220px;
	margin-right: 10px;
}



#main .uranai_profile .pic{
	width: 190px;
	margin: 0;
	float: left;
	text-align: right;
}

#main .uranai_profile h3{
	font-size: 125%;
	margin-bottom: 0.5em;
}

#main .uranai_profile h3 span{
	font-size: 75%;
	display: block;
}

/*============================================================
	contact Page
============================================================*/
#content.contact{
	margin-bottom: 30px;
}

#content.contact table{
	width: 100%;
	border: 1px solid #333;
	margin-bottom: 1em;
}

#content.contact th,
#content.contact td{
	border: 1px solid #999;
	padding: 5px;
}

#content.contact th{ width: 20%; background: #d9d9d9;}
#content.contact td{ width: 80%; background: #fff;
}
#content.contact th .required{ font-weight: bold; padding: 3px 5px; color: #FFF; zoom: 1; font-size: 88%; background: #931574;}

#content.contact td p{ margin-bottom: 0.25em;}

#content.contact td .notes{ margin-bottom: 0; font-size: 88%; color: #666;}

#content.contact td em{ color: #C00;}
#content.contact td strong{ color: #931574;}


#content.contact td .text,
#content.contact td textarea{
	border: 1px solid #999;
	padding: 3px;
	font-size: 16px;
	margin-bottom: 3px;
}

#content.contact td .text:focus,
#content.contact td textarea:focus{
	background: #FFC;
}

#content.contact td textarea{
	width: 500px;
	height: 150px;
}
#content.contact td .text{ width: 400px;}

#main .change{ margin: 0; text-align: center; }

.next,
#next,
#back{
	border: 0;
	padding: 10px 40px 10px 20px ;
	color: #FFF;
	font-size: 16px;
	background:#931574 url(../images/bg_next.png) 90% 50% no-repeat;
	text-decoration: none;
}

.next{
	zoom: 1;
}
.next:hover{
	color: #FFC;
}

#back{
	padding-left: 40px;
	background:#666 url(../images/bg_prev.png) 10% 50% no-repeat;
}

#main #web_contact{
	margin-top: 2em;
}

.return{
	display: block;
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
}