@charset "utf-8";
/* CSS Document */

/*▼▼－－－－－－－－－－全体スタイル－－－－－－－－－－▼▼*/
html {
	font-size: 62.5%;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background: #d4d4d4;
	color: #111;
	font-size: 1.4rem;
}

header,nav,section,footer{
	margin: auto;
}

.left{
	float: left;
}
.right{
	float: right;
}
.both{
	clear: both;
}
.blue{
	color: #06C;
	font-weight: bold;
}
.red{
	color: #C03;
	font-weight: bold;
}
.fade {
    transition: all 0.3s ease-in-out 0s;
}
.fade:hover{
	opacity: 0.4;
}
.min_f{
	font-size: 1rem;
}

#pageTop{
	background:#063259;
	border-radius:5px;
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index: 3;
	}

ul.accordion li p span{
	background: #063259;
}
/*▼▼－－－－－－－－－－ヘッダー－－－－－－－－－－▼▼*/

header{
	background: #FFF;
	padding: 20px 10px 10px;
}
h1{
	font-size: 1rem;
	font-weight: normal;
	padding: 0 0 10px 10px;
	color: #999;
}
header .right{
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;

}
header .right a{
	line-height: 1em;
	margin-right: 10px;
	font-size: 1.3rem;
	padding: 7px;
	background:#fff;
	color: #063259;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	border: solid 1px #999;
}
/*▼▼－－－－－－－－－－ナビ－－－－－－－－－－▼▼*/
nav{
	background: #063259;
	color: #fff;
	margin-bottom: 0px;
}
/*詳細はdroppy.cssで*/

/*◆800px以上◆*/
@media screen and (min-width : 801px){
	.accordion{
		display: none;
	}
}
/*▼▼－－－－－－－－－－TOP－－－－－－－－－－▼▼*/
section{
	box-shadow: 0 7px 6px -6px #888888;
}
/*▼▼－－－－－－－－－－コンテンツ－－－－－－－－－－▼▼*/
/*#h3_back{
	background: url(../images/h3_back_bk.png) repeat-x left center;
}
*/
h3{
	margin: 10px auto 0;
	font-size: 2rem;
	background: url(../images/h3_back.png) no-repeat left center;
	padding: 20px 30px 30px;
	color: #063259;
	width: 250px;
}

.center{
	margin: 0 auto;
	width: 100%;
}
.grid{
	background-color: #FFF;
	float: left;
	margin: 10px;

}
.grid h4{
	margin: 0 10px;
	border-left: #333 5px solid;
	padding-left: 10px;
}
.grid p{
	font-size: 1.2rem;
	padding: 10px;
	width: 220px;

}
/*▼▼－－－－－－－－－－service－－－－－－－－－－▼▼*/
#service{
	width: 920px;
	margin: 0 auto;
	margin-top: 20px;
	
}
#service p{
	float: left;
	margin: 10px 4px;
	position: relative;
	font-size: 1.1rem;
	border: 1px solid #999;
}
.s01_1{
	position: absolute;
	left: 100px;
	top: 90px;
	width: 120px;
}
.s01_2{
	position: absolute;
	left: 305px;
	top: 90px;
	width: 120px;
}
.s01_3{
	position: absolute;
	left: 100px;
	top: 155px;
	width: 120px;
}
.s02_1
{
	position: absolute;
	left: 25px;
	top: 90px;
	width: 400px;
}
/*▼▼－－－－－－－－－－topics－－－－－－－－－－▼▼*/

.grid dl{
	width: 480px;
	padding: 10px;
	overflow: scroll;
}

.grid dl dt{
	font-weight: bold;
	font-size: 1.8rem;
	border-left: #333 5px solid;
	padding-left: 10px;
	margin-bottom: 10px;	
}

.grid dl dd{
	border-bottom: 1px dotted #999;
	line-height: 2em;
	margin-top: 10px;
}

/*▼▼－－－－－－－－－－banner－－－－－－－－－－▼▼*/

.grid .banner{
	background: #d4d4d4;
}

/*▼▼－－－－－－－－－－フッター－－－－－－－－－－▼▼*/

footer{
	margin: 0 auto;
	background: #333;
	color: #f8f8f8;
	padding: 15px 0 10px;
	clear: both;
	margin-top: 20px;
}
footer p{
	margin-bottom: 10px;
}
#footer_inner{
	width: 90%;
	margin: 0 auto;
}
#footer_inner dl{
	padding: 0 20px;
}
#footer_inner dl dt{
	font-size: 1.2rem;
	padding: 0 0 7px 0;
}
#footer_inner dl dd{
	font-size: 1.1rem;
	padding: 0 0 5px 10px;
	background: url(../images/footer_icon01.gif) no-repeat left top;
}
#footer_inner dl dd a{
	color: #999999;
}
#footer_inner dl dd a:hover{
	color: #0080ee;
}
address{
	clear: both;
	font-size: 1.2rem;
	font-style: normal;
	color: #999999;
}

/*◆800px以下◆*/
@media screen and (max-width : 801px){
	/*▼▼－－－－－－－－－－service－－－－－－－－－－▼▼*/
header .right{
	display: none;
}
h1 {
	display: none;
}
#leftColumn{
	margin-top: 0px;
}
#service{
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	max-width: 670px;
}
#service p{
	float: left;
	margin: 0px 10px 10px 0;
	position: relative;
	font-size: 1rem;
	width: 320px;
	line-height: 1.1em;
}
.s01_1{
	position: absolute;
	left: 70px;
	top: 62px;
	width: 90px;
}
.s01_2{
	position: absolute;
	left: 214px;
	top: 62px;
	width: 90px;
}
.s01_3{
	position: absolute;
	left: 70px;
	top: 110px;
	width: 90px;
}
.s02_1
{
	position: absolute;
	left: 15px;
	top: 60px;
	width: 280px;
}

	.grid dl{
		display: none;
	}
/*	▼▼SPナビここから▼▼　　*/
nav{
	display: none;
}

ul.accordion { background:#DDD; width:90%; margin:5px auto 0px; padding:10px; font-size:1.4rem;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#333;}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#ffffff; font-weight:bold;}
ul.accordion ul { display:none;}
ul.accordion > li { text-align: background: -moz-linear-gradient(top, #999999, #333333); background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333));}
ul.accordion > li > p { background: -moz-linear-gradient(top, #999999, #333333); background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333));cursor:pointer;}
ul.accordion > li > p span { background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image:url(../img/close.png);}
ul.accordion > li > ul > li { text-align: left; background:#ccc; border-bottom:1px solid #EEE;}
ul.accordion > li > ul > li > p { background:#999;}
ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
}