@charset "utf-8";
@import "reset.css";

body{
	color: #000;
	font-size:12px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#b0c4de;
	background: -moz-linear-gradient(top, #b0c4de 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0c4de), color-stop(100%,#fff));
	-webkit-text-size-adjust: 100%;
}

a:link{
	text-decoration:none;
	color:#000;
}

a:visited{
	text-decoration:none;
	color:#000;
}

a:hover{
	color:#f60;
	text-decoration:underline;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background:url("../images/bg.gif") center top repeat-y;	
}

#header{
	width:186px;
	height:42px;	
	position:relative;
	top:30px;
	left:40px;
}

#tel{
	visibility: hidden; /* 現在非表示 */
	width:181px;
	height:50px;	
	position:relative;
	top:-10px;
	left:720px;
}

#menu{
	margin-left:10px;
	margin-right:10px;
	padding-left:56px;
	height:32px;
	background:#000;
	border-bottom:solid 3px #e60012;
}

#menu li{
	float:left;
	list-style:none;
	border-left:solid 1px #fff;
	/* padding:5px 10px 0; ↓現在非表示設定*/
	padding:5px 20px 0;
	height:27px;
}

#menu li a:hover{
	background-color:#e60012;
}

#footer{
	position:relative;
	bottom:0px;
	margin:0 auto;
	background-color:#000;
	padding:4px 0;
	text-align:center;
	font-family:"ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ","Meiryo",sans-serif;
	clear:both;
}

#footer li{
	display:inline;
	list-style:none;
	font-size:10px;
	color:#fff;
}

#footer li a:link{
	text-decoration:none;
	color:#fff;
}

#footer li a:visited{
	text-decoration:none;
	color:#fff;
}

#footer li a:hover{
	color:#fff;
	text-decoration:underline;
}

/* ここからコンテンツ本文 */
#main{
	position:relative;
	width:750px;
	margin:0 auto;
/*	border-bottom:solid 3px #0068b5;*/
	font-family:"ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ","Meiryo",sans-serif;
	line-height:1.5em;
	font-size:9.5pt;
	text-align:justify;
	text-justify:distribute;
}

#main a:link{
	text-decoration:underline;
	color:#0068b5;
}

#main a:visited{
	text-decoration:underline;
	color:#0068b5;
}

#main a:hover{
	color:#f60;
	text-decoration:underline;
}

#lbox,#rbox{
/*	width:27em; */
	width:338px;
}

#lbox{
	float:left;
}

#rbox{
	float:right;
}

#lbox p,#rbox p{
	margin-bottom:1.5em;
}

#main h3{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-left:solid 3px #0068b5;
	font-size:10pt;
	height:9.5pt;
	padding-left:5px;
	line-height:9.5pt;
	color:#b41c27;
	margin-bottom:6.25pt;
	margin-top:-2pt;
}

#main .h3_st{
	margin-top:0;
}

.bl{
	color:#0060b5;
	}

.sasikomi{
	margin-left:82px;
}

.cap{
	font-size:10px;
}

.cl{
	clear:both;
	padding-top:20px;
}

/* for SP */
#sp-info{
	display:none;
}

@media screen and (max-width:1024px) {
#sp-info{
	display:block;
	width:926px;
	margin:0 auto 30px;
	cursor:pointer;
	padding:22px 20px 22px 12px;
	text-shadow:1px 1px 0 #fff;
	text-decoration:none;
	color:#333;
	font-size:36px;
	font-weight:bold;
	line-height:1.25em;
	border-bottom: 1px #ccc solid;
	background:url(../images/arrow_right.png) no-repeat 96% center,#9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea)); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */

	background:url(../images/arrow_right.png) no-repeat 96% center,-webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */

	background:url(../images/arrow_right.png) no-repeat 96% center,-o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */

	background:url(../images/arrow_right.png) no-repeat 96% center,-moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */

background:url(../images/arrow_right.png) no-repeat 96% center,linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */}
}

.dn{
	display:none !important;
}

/* end of stylesheet */