@charset "shift_jis";
@import url(reset.css);

/*共通で使うパーツ*/

/* text style */
body { 
	font-family: "MS PGothic", sans-serif;

}
.px10 {
	font-size: 65%;
	line-height: 1.4;
}
.px12 {
	font-size: 75%;
	line-height: 1.4;
}
.px14 {
	font-size: 90%;
	line-height: 1.4;
}
.px16 {
	font-size: 100%;
	line-height: 1.4;
}
.px17 {
	font-size: 107%;
	line-height: 1.4;
}
.px18 {
	font-size: 113%;
	line-height: 1.4;
}

.txt_bold{
	font-weight:bold;
}

a:visited {
	color: #333333;
	text-decoration: none;	
}
a:link{
	color: #333333;
	text-decoration: none;	
	}
a:hover { 
	color: #cccccc; 
	text-decoration:none;
	}
.mar-r-3 {
	margin-right: -3px;
}
.mar-l-30{
	margin-left:-30px;
	}
.mar-l-20{
	margin-left:-20px;
	}
.mar-l-15{
	margin-left:-15px;
	}
.mar-l-10{
	margin-left:-10px;
	}
.mar-l-5{
	margin-left:-5px;
	}
.mar-l0{
	margin-left:0px;
	}
.mar-l15{
	margin-left:15px;
	}
.mar-l20{
	margin-left:20px;
	}
.mar-l30{
	margin-left:30px;
	}
.mar-l40{
	margin-left:40px;
	}
.mar-t10{
	margin-top:10px;
	}
.mar-b15{
	margin-bottom:15px;
	}
.mar-b0{
	margin-bottom:0px;
	}
.mar-b10{
	margin-bottom:10px;
	}
.mar-b20{
	margin-bottom:20px;
	}
.mar-b30{
	margin-bottom:30px;
	}
.mar-b40{
	margin-bottom:40px;
	}
.mar-t20{
	margin-top:20px;
	}
.mar-t30{
	margin-top:30px;
	}
.mar-r15{
	margin-right:15px;
	}
.mar-r20{
	margin-right:20px;
	}
.mar-r30{
	margin-right:30px;
	}
.mar-t40{
	margin-top:40px;
	}
.mar-t50{
	margin-top:50px;
	}
.mar-t60{
	margin-top:60px;
	}
.pad-t20{
	padding-top:20px;
	}	
.pad-r0{
	padding-right:0px;
	}
.pad-r13{
	padding-right:3px;
	}
.pad-r17{
	padding-right:17px;
	}
.pad-r30{
	padding-right:30px;
	}
.pad-l17{
	padding-left:17px;
	}
.pad-t20{
	padding-top:20px;
	}
.pad-t23{
	padding-top:23px;
	}
.pad-t30{
	padding-top:30px;
	}
.pad-t53{
	padding-top:53px;
	}
.pad-b10{
	padding-bottom:10px;
	}
#contents_aria {
	width: 964px;
	line-break: strict;
	font-size: 90%;
	line-height: 200%;
	color: #333333;
}
/* indent */
.indentstyle_01 {
	text-indent: -1em;
	padding-left: 1em;
}
.indentstyle_02 {
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.indentstyle_03 {
	text-indent: -1.4em;
	padding-left: 1.4em;
}
.indentstyle_04 {
	text-indent: -1.6em;
	padding-left: 1.6em;
}
.indentstyle_05 {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.indentstyle_06 {
	text-indent: -2em;
	padding-left: 2em;
}
.indentstyle_07 {
	text-indent: -2.2em;
	padding-left: 2.2em;
}
.indentstyle_08 {
	text-indent: -2.4em;
	padding-left: 2.4em;
}
.indentstyle_09 {
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.indentstyle_10 {
	text-indent: -2.8em;
	padding-left: 2.8em;
}

/*ここから本文*/
#honbun {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
/*flort解除*/
span.clear,
div.clear{
	display:block;
	clear:both;
	width:1px;
	height:1px;
	margin-top: -1px;
}	
.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	}
	/*overflow: hidden;*/
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end MacIE5 */
/* end MacIE5 */

/*サブタイトル*/
.subtit_01 {
	font-size: 130%;
	padding: 0px 0 0px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/main_navi/title_blue.gif);
	background-repeat: repeat-y;
	background-position: 0px center;
	font-weight: bold;
}
.subtit_02 {
	font-size: 110%;
	padding: 0px 0 0px 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}

/*フォーム角丸*/
input#form_set[type="text"],
textarea  {
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 0px;  
    -webkit-border-bottom-right-radius: 0px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 0px;  
    -moz-border-radius-bottomright: 0px;  
    -moz-border-radius-bottomleft: 5px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
input[type="text"],
textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* End hide from IE-mac */

/*ボーダーありBOX*/
.midbox03 {
	border: 1px solid #666666;
	padding: 15px;
}
/*pdf等アイコンの調整*/
.icon {
	margin-left: 2px;
}
/*テキスト右寄せ*/
.al_right {
	text-align:right;
}
/*テーブル内上寄せ*/
.val_t {
		vertical-align: top;
}
/*テーブル関連*/
table.tableline {
	border: 1px solid #cccccc;
	width: 628px;
}
table.noli {
	border: none;
	width: 628px;	
}
.noli td{
	padding:10px 0;
	}
.tableline td {
	border: 1px solid #cccccc;
	padding:5px;
}
th {
	background-color: #eeeeee;
	width:120px;
	border: 1px solid #cccccc;
}
.tableline th {
	text-align: center;
}
.tableline th.fonts2  {
	background-color: #eeeeee;
	text-align: center;
}
/*全体のレイアウト*/
#wrap_cent {
	width: 100%;
}
#wrap {
	width: 990px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	margin-right: auto;
	margin-left: auto;
}
#side_banner_box {
	min-height:300px;
	height: auto !important;
	height: 300px;
	width: 228px;
	float: right;
	display: inline;
	position: relative;
}
#left_side_box {
	min-height:300px;
	height: auto !important;
	height: 300px;
	width: 227px;
	float: left;
	display: inline;
	position: relative;
}
#left_side_box .banner_area img{
	margin:0px 0px 10px 0px;
	}
/*ヘッダー*/
#header {
	height: 60px;
	padding-top: 15px;
	position: relative;
	width: 964px;
}
#header #header_menu li {
	background: url(../img/header/arrow01.gif) no-repeat 0px 0px;
	padding: 2px 0 0 18px;
	margin-left: 15px;
	display: inline;
}
#header_menu {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 480px;
	float: right;
	font-size: 75%;
	text-align: right;
}
#header_menu a:hover { 
	color: #5378c6; 
	}
#header_menu ul {
	margin-bottom: 5px;
}
/* 検索form*/
div#search form p label {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
div#search form p input#form_set {
	border: 1px solid #929292;
	padding-left: 5px;
	width: 108px;
	height: 1.0em;
	background-color: #ededed;
	vertical-align:30%;
}
html:not(:target) div#search form p input#form_set{ /* for ie8 */ height: 1.2em;}

div#search form p .formp {
	vertical-align:40%;
}
/*フッター*/
#wrap #footer {
	width: 964px;
	height: 40px;
	clear: both;
	padding-top:10px;
	font-size: 65%;
	color: #333333;
	border-top: solid 1px #666666;;
}
#footer .footer_contents {
	width: 660px;
	float: left;
	margin-left: 17px;
}
#footer p {
	text-align: center;
	line-height:200%;
}
#footer .footer_contents p {
	text-align: left;
	}
#footer .grid_1box {
	width: 228px;
	float: left;
}
#footer .grid_1box p{
	line-height: 150%;
}
/*フッター | QRコード*/
#footer #qrcoad {
	float: left;
	text-align:center;
}
/*フッター | コピーライト*/
#footer address {
	font-style: normal;
	text-align: right;
}
/*トップページメイン画像エリア*/
#main_aria {
	height:240px;
	margin-bottom: 13px;
}
/*トップページ右メニュー*/
/*トップぺージ右メニュー | news & tips*/
#side_banner_box #tips {
	position: relative;
	height: auto;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding : 0	0 15px 0;
}
#tips .tpc_m {
	font-size: 90%;
}
#tips .tpc_m ul {
	line-height:150%;
}
#tips img.tpc_t {
	margin: 8px 0 11px 0px;
}
#banner_sonota {
	clear: both;
}
/*ログイン*/
div.memberslogin {
	width: 226px;
	border: 1px solid #9ccde0;
	position: absolute;
	background-color: #FFFFFF;
	left: 0px;
}

/*ログイン部分を隠す*/
div.membersloginBody {
	display: none;
}
div.memberslogin form{
	padding: 10px;
}
.membersloginBody .idpass{
	width:45px;
	float:left;
	font-weight: bold;
	color: #9ccde0;
	clear: both;
}
.membersloginBody .mamber_btn {
	position: relative;
	top: 5px;
	left: 10px;
	border: none;
}

/*二階層コンテンツ*/
#sub_grid_layout {
	width: 718px;
	float: left;
}
/* パンクズ*/
p#breadcrumbs {
	margin-bottom: 0.75em;
	font-size:80%;
}
p#breadcrumbs a:link,
p#breadcrumbs a:visited {
	color: #333333;
}
p#breadcrumbs a:link:hover,
p#breadcrumbs a:visited:hover {
	color: #5378c6;
}
p#breadcrumbs a:link img,
p#breadcrumbs a:visited img {
	padding-left: 1px;
	padding-right: 0.17em;
	vertical-align: -0.17em;
	*vertical-align: middle;
}

/*第二階層左メニューエリア*/
#left_menu {
	border-right: solid 1px #666666;
	width: 227px;
	padding-bottom: 20px;
	margin:20px 0 30px 0;
}
/*第二階層コンテンツエリア*/
#sub_contents {
	float: left;
	width: 718px;
	background: url(../img/share/bar.gif) no-repeat 0px 120px;
	padding-left: 17px;
	margin-bottom: 30px;
	min-height:700px;
	height: auto !important;
	height: 700px;
	_margin-left:-1px;
}
/*二階層コンテンツ | アキ*/
#sub_contents #content_pad {
	padding-left: 50px;
	padding-right: 20px;
}
/*二階層コンテンツ | 2カラム用*/
.grid_layout_01_nb {
	float: left;
	margin-bottom: 20px;
}
.grid_layout_01_nb .grid_1box {
	width: 308px;
	float: left;
}
/*二階層コンテンツ | 2カラム用変形*/
.grid_layout_01_nb .grid_1_3box {
	width: 205px;
	float: left;
}
.grid_layout_01_nb .grid_2_3box {
	width: 413px;
	float: left;
}
.grid_layout_02_nb.mar-b0{
	margin-bottom:0;
	}
/*二階層コンテンツ | グレーバック2カラム用*/
.grid_layout_02_nb {
	float: left;
	margin-bottom: 30px;
	background-color: #ECECEC;
	width: 608px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.grid_layout_02_nb .grid_1box {
	width: 288px;
	float: left;
}
/*二階層コンテンツ | グレーバック2カラム用マージン調整パターン*/
.grid_layout_02_2nb{
	float: left;
	margin-bottom: 20px;
	background-color: #ECECEC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
/*二階層コンテンツ | タイトル*/
#sub_contents h1.title01 {
	background: url(/title_img/title_back.jpg) no-repeat;
	height: 25px;
	font-size: 130%;
	margin: 10px 0 35px 0;
	padding-left: 10px;
	font-weight: bold;
}
#sub_contents h1.title01 img {
	float: right;
	width: 340px;	
}
#sub_contents .title01 span {
	margin-top: 5px;
	display: block;
	width: 300px;
	float: left;
}
/*二階層コンテンツ | 左メニュー*/

#contents_aria #accordion dt{
	line-height:1px;
	}
.accordion_content p {
	margin-bottom:2px;
	}
p.accordion_toggle {
	margin-bottom:5px;
	}
.accordion p {
	margin-bottom:2px;
	}
#slider dt {
	margin: 5px 0 5px 0;
	line-height: 1;
}
#slider dd {
	margin: 0px 0 20px 0;
}
ul.menu_link1 {
	margin-bottom:20px;
	}
.menu_link1 li{
	line-height: 150%;
	background-image: url(../img/main_navi/top_title_blue.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
	padding-left: 10px;
	background-position: 0px 3px;
}
.menu_link1 li.top_li{
	margin-top: 0px;
}

.menu_link1{
	clear:both;
	}
	
.menu_link1 ul.menu_link2 li {
	line-height: 150%;
	font-size: 80%;
	background-image:none;
	margin-left:10px;
	padding-left:0px;
	margin: 0 0 5px 10px;

}
.menu_link1 ul.menu_link2 {
	margin: 5px 0px 10px -10px;
}

.tex_center {
	text-align: center;
}
.tex_left {
	text-align: left;
}
.tex_right {
	text-align: right;
}
.wid60 {
	width: 60px;
}
.wid80 {
	width: 80px;
}
.wid100 {
	width: 100px;
}
.wid150 {
	width: 150px;
}
.wid200 {
	width: 200px;
}
.wid500 {
	width: 500px;
}
.dot_line {
	background-image: url(../img/share/line_dot.gif);
	height: 4px;
	background-repeat: no-repeat;
}

/*20160413追記*/
#page7 #content_pad span a{
color:blue;
}

#page7 #content_pad span a:hover{
color:#333;
text-decoration:underline;
}


