@charset "shift_jis";


/* @group Reset CSS */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-bottom: 0px;
	margin-top: 0px;
}

body {
	line-height: 1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* @end */

/* @group Structure */

body {
	font: 14px/normal sans-serif;
	width: 100%;
	overflow-x: hidden;
   -webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

/* @end */
/* @group Header */








/* ヘッダーの右にメニュー */
.header1{
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));
　
	background: linear-gradient(#ececec, #fff);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 2px solid #dadada;
	margin-bottom: 10px;
}
	.header1 h1{
		display: block;
		height: 50px;
		width: 135px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 8px;
		float: left;
	}
	
	.header1 h1 img{
		display: block;
		height: 50px;
		width: 135px;
		
	}
	.header1 nav{
		float: right;
	}
	.header1 nav li{
		float: left;
	}
	.header1 nav li>a{
		display: block;
		height: 33px;
		width: 90px;
		color: #fff;
		line-height: 32px;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#ececec));
		background: linear-gradient(#fff #ececec);
		text-align: center;
		text-decoration: none;
		border: 1px solid #dadada;
		margin-top: 7px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight:bold;
	}
	
	.header1 nav li:last-child>a{
		border-radius: 4px 4px 4px 4px;
		
		margin-right: 8px;
	}




/* AR[fBI */
.list6 dl.acordion{
	margin: 0 10px 0 10px;
	}
	.list6 dt.trigger {
	/*background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f45cb5), to(#e22092));
	background: #9bd8ff linear-gradient(#f45cb5, #62b5ea);*/
	background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f380c3), to(#e22092));
	background: #e22092 linear-gradient(#f380c3, #e065ad);
	background-size: 100% 100%;
	border-radius: 8px;
	text-align: left;
	border: 1px solid #ccc;
	color: #000;
	margin-bottom: 0;
	padding: 10px;
	font-size: 12px;
	
	}
	.list6 dt.active{
		border-radius: 6px 6px 0 0;
	}
	.list6 dt.trigger span.open-close {
	background: url(../images/point_plus.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	}
	.list6 dt.active span.open-close {
		background: url(../images/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
	}	
	.list6 dd.acordion_tree{
		padding: 10px;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
		background: #e22092 linear-gradient(#fff, #f0f0f0);
		border: 1px solid #ccc;
		border-top: none;
	}

/* TEL */
.list10 ul{
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.list10 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 45px;
}
	
.list10 ul li a{
	background: url(../images/arrow067_01.gif) no-repeat 100% 50%;
	color: #666;
	display: block;
	height: 45px;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-position: 98% 50%;
}

.list10 ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 16px;
	font-size: 12px;
}

.list10 ul li img{
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 10px;
}

/* TEL @end */



/* 問い合わぁE*/
.list11 ul{
	border-bottom: 1px solid #ccc;
	margin-left: 0px;
	margin-right: 0px;
}
	
.list11 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 45px;
}
	
.list11 ul li a{
	background: url(../images/arrow067_06.gif) no-repeat 100% 50%;
	color: #666;
	display: block;
	height: 45px;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-position: 98% 50%;
}
	
.list11 ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 14px;
	font-size: 15px;
}
	
.list11 ul li img{
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 10px;
}

.list {
	font-size:17px;
    padding-left:20px;
}


/* 問い合わぁE@end */

/* @group Footer */

footer {
	padding: 8px;
	border-top: 1px double #ccc;
	text-align: center;
	font: 8px serif;
   /*background-color: #f3f4f5;*/
	/*color: #555;*/
	color: #fff;
	background-image:url(../images/haikei.gif)
	
}