@charset "shift_jis";


/* @group Reset CSS */

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;
	font: 14px/normal sans-serif;
	width: 100%;
	overflow-x: hidden;
   -webkit-text-size-adjust: 100%;
}

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

nav ul {
	list-style: none;
}

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;
	text-decoration: none;
}

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;
}

.red{
	color:#F00;
}

.blue{
	color:#00f;
} 

/* @end */

.top{
	color: #fff;
	background-color: #F00;
	text-align:center;
	padding:12px 0px 12px 0px;
	border-bottom: 1px double #fff;
	line-height: 130%;
	font-size: 70%;
}

/* @group Header */

.header1{
	background: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0),to(#fff));
	background: linear-gradient(#c0c0c0, #fff);
	background-size: 100% 100%;
	height: 55px;
	border-bottom: 2px solid #dadada;
	margin-bottom: 10px;
	box-shadow: 2px 2px 2px #999;
}

.header1 h1{
		display: block;
		height: 55px;
		width: 140px;
		line-height: 55px;
		font-weight: bold;
		margin-left: 8px;
		float: left;
}
	
.header1 h1 img{
		display: block;
		height: 55px;
		width: 140px;
}
	
.header1 nav{
		float: right;
}
	
.header1 nav li{
		float: left;
}

.header1 nav li>a{
	display: block;
	height: 33px;
	width: 90px;
	color: #FFC;
	line-height: 32px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#c0c0c0));
	background: linear-gradient(#fff #c0c0c0);
	text-align: center;
	text-decoration: none;
	border: 1px solid #999;
	margin-top: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	font-weight:bold;
	box-shadow: 2px 2px 2px #666;
}
	
.header1 nav li:last-child>a{
	border-radius: 4px 4px 4px 4px;
	margin-right: 10px;
	color: #F9F;
}

/* アコーディオン */
.list1 dl.acordion{
	margin: 0 10px 0 10px;
}

.list1 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: 6px;
	text-align: left;
	border: 1px solid #ccc;
	color: #000;
	margin-bottom: 0;
	padding: 15px;
	font-size: 12px;
}
	
.list1 dt.active{
	border-radius: 6px 6px 0 0;
}
	
.list1 dt.trigger span.open-close {
	background: url(../images/point_plus3.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
}
	
.list1 dt.active span.open-close {
	background: url(../images/point_none3.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
}	

.list1 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;
}

#mainImages{
	margin:10px;
}

#mainImages img{
	padding:10px 0px;}



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

.list2 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;
}
	
.list2 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%;
}

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

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

/* TEL @end */

/* */
.list3 ul{
	border-bottom: 1px solid #ccc;
	margin-left: 0px;
	margin-right: 0px;
}
	
.list3 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;
}
	
.list3 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%;
}
	
.list3 ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 15px;
	font-size: 80%;
}
	
.list3 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}

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

/*  */

/* @group Footer */

footer {
	padding: 12px 0px 12px 0px;
	border-top: 1px double #fff;
	text-align: center;
	font-family: serif;
	font-size: 70%;;
	line-height:130%;
	color: #fff;
	background-color:#F00;
}

footer p.copyright {
	color:#FFF;
}

/* @end */
