@charset "utf-8";

/* import css
----------------------------------------------------------- */
@import url(reset.css);
@import url(reset-fonts.css);
@import url(text_decoration.css);

/* 全体の定義
----------------------------------------------------------- */
body {
	color:#333333;
	text-align: left;
	word-break:break-all;
	background: #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container {
	margin:0 auto;
}
#header{
	padding:10px 0;
	text-align:center;
}
#area{
	margin-bottom:10px;
}
#contents {

}
#side {

}
#footer{
	clear:both;
	text-align:center;
	height:50px;
	padding:15px 0;
	background:#E9E9E9;
}


/* タグの定義
----------------------------------------------------------- */

p {
	font-size: 100%;
	line-height: 175%;
	margin-bottom: 25px;
}
table {
	empty-cells: show;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}
th, td {
	vertical-align: middle;
	line-height: 1.5;
	text-align: left;
}
img {
	border: 0px;
	vertical-align: top;
    max-width:100%;
}
ul, ol, dl {
	line-height: 1.5;
}
strong {
	color: #df5213;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #0059B3;
	text-decoration: underline;
}
a:hover, a:active {
	color: #398EE3;
	text-decoration: none;
}
hr {
	display: none;
}
blockquote {
	line-height: 1.5;
	border-left: 4px solid #e8d5c8;
	margin: 0px 0px 16px;
	padding-left: 12px;
}

/* クラスの定義
----------------------------------------------------------- */

.clear {
	clear: both;
}
.text_right {
	text-align: right;
}
.large {
	font-size: 116%;
}
.small {
	font-size: 86%;
	vertical-align: top;
}
.important {
	font-weight: bold;
	color: #930;
}
.number_list {
	margin-left: 28px;
	margin-bottom: 18px;
}
.number_list li {
	margin-bottom: 6px;
}
.last {
	margin-bottom: 0px !important;
}
.mb{
	margin-bottom:70px !important;
}
.f-l{
	float:left;
}
.f-r{
	float:right;
}
.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
/* 見出しの定義
----------------------------------------------------------- */
h1{
	font-size:154%;
	font-weight:bold;
	color:#000000;
	padding:10px 15px 10px;
	margin-bottom:10px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	background:#FBFEFF;
}
h2{
	font-size:145%;
	font-weight:bold;
	border-left:4px solid #000000;
	color:#000000;
	padding-left:10px;
	margin-bottom:25px;
}
#main h3{
	font-size:130%;
	font-weight:bold;
	border-left:18px solid #FF0000;
	color:#000000;
	padding-left:10px;
	margin-bottom:25px;
}
#main h4{
	font-size:108%;
	font-weight:bold;
	border-bottom:1px dotted #999999;
	color:#000000;
	margin-bottom:10px;
	padding-bottom:3px;
}
#main h5{
	font-size:100%;
	font-weight:bold;
	color:#000000;
	margin-bottom:5px;
}		
/* レイアウトの定義
----------------------------------------------------------- */
#main {
	border:5px solid #EFEFEF;
	padding:20px 15px;
	font-size:107%;
	margin-bottom:10px;
}
#main ul,
#main ol{
	margin:0 0 25px 25px;
}
#main ul li{
	list-style:disc;
}
#main ol li{
	list-style:decimal;
}
/* サイドコンテンツの定義
----------------------------------------------------------- */
#side h3{
	background:url(../images/common/side_title.jpg) repeat-x 0 0;
	height:25px;
	padding: 8px 10px 0;
	font-weight:bold;
}
#side .menu{
	background-color: #fff;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: #004488 #ccc #ccc;
}
#side ul{
	margin: 12px 7px;
}
#side ul li {
	background:url(../images/common/arrow_orange.gif) no-repeat 3px 7px;
	margin: 6px 0;
	padding-left: 13px;
}
.rectangle_ad{
	margin-bottom:7px;
}


/* トップページ
----------------------------------------------------------- */
#headline{
	background:url(../images/common/saru01.jpg) no-repeat 0 50px;
	background-size:40px;
	padding:10px 15px 10px 45px;
	border:5px solid #EFEFEF;
	margin-bottom:10px;
}
#headline p{
	font-size: 107%;
	line-height: 175%;
	margin-bottom: 5px;
}


.f_box{
	float:right;
	margin:0 0 10px 20px;
}
.f_box p{
	font-size:11px;
}
/* 関連コンテンツ表示エリア
----------------------------------------------------------- */
.r_contents{
	margin-bottom:10px;
	clear:both;
}
.box{
	width:315px;
}
ul.doc{
	background:#E9E9E9;
	padding:6px 10px;
}
ul.doc li{
	background:url(../images/common/list_doc.gif) no-repeat 0 0;
	padding-left:19px;
	margin:3px 0;
}
.box2{
	width:320px;
}
#box-a,
#box-c{
	width:207px;
	float:left;
}
#box-b{
	width:206px;
	float:left;
	margin:0 10px;
}

#tokutoku {
	border:5px solid #EFEFEF;
	padding:20px 15px;
	font-size:107%;
}

#pickup {
	padding:20px 15px;
	margin-bottom:15px;
	font-size:107%;
	background-color: #FFFFDF;
}

/* 運営会社　問い合わせ
----------------------------------------------------------- */
table.docs{
	width:100%;
	margin:0 auto 20px;
	font-size:100%;
}

table.docs th{
	border:1px solid #cccccc;
	background:url(../images/common/bg_th.jpg) repeat-x 0 0;
	padding:5px 7px;
	font-weight:normal;
	width:130px;
	line-height:130%;
}
table.docs td{
	border:1px solid #cccccc;
	padding:5px 7px;
}
/* clearfix
----------------------------------------------------------- */

.clearfix {
	zoom: 1;
	overflow:hidden;
	display: inline-block;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* IEでimgの拡大縮小を綺麗にする
----------------------------------------------------------- */

img {
	-ms-interpolation-mode: bicubic;
}
dl{
	background:#FFFF99;
}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {


}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* BOX3とBOX4を横に並べる設定 */
#contents {
	width: 70%;
	float: right;
}

#side {
	width: 30%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
}
#headline{
	padding:10px 15px 10px 130px;
	border:5px solid #EFEFEF;
	background:url(../images/common/saru01.jpg) no-repeat 0 100%;
	margin-bottom:10px;
}

}


/* ########### 1040px以上 ########### */
@media (min-width: 900px) {

/* 全体の横幅を固定 */
#header{
	padding:10px 0;
	text-align:left;
}
#container{
	width: 950px;
}
#contents {
	width: 640px;
	margin-left:10px;
	float: right;
}
#side {
	width: 300px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
}
#area{
	margin-bottom:10px;
	background:url(../images/common/bg.jpg) repeat-y 0 0;
}
#side .menu{
	margin:0 7px 7px;
	background-color: #fff;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: #004488 #ccc #ccc;
}
}