@charset "UTF-8";

/*---------------モバイル端末向けスタイル---------------*/
/*---------------モバイル端末向けスタイル 始---------------*/

@media only screen and (max-width: 679px) {

/*---------------ページ全体の指定---------------*/

body {
	width: 100%;
	font: 87.5% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #333333;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}

/*---------------メイン---------------*/

#main {
	background-color: #ffffff;
}

/*---------------ヘッダー---------------*/

#header {
	width: 100%;
	height: auto;
	padding: 0 0 8px 0;
	line-height: 1.6;
}

#header h1 {
	margin: 0 auto 0 auto;
	width: 100%;
	padding: 2px 0 0 5px;
	font-weight: normal;
	text-align: left;
	font-size: 1.0em;
	color: #818181;
}

#header #header_box {
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
}

#header_logo_box {
	width: 100%;
	padding: 3px 0 3px 0;
	text-align: center;
	color: #666666;
}

#header_logo_box h2 {
	padding: 8px 0 4px 0;
	margin: 0;
}

#header_logo_box img {
	max-width: 100%;
	height: auto;
}

#header_logo_box a {
	color: #666666 !important;
	text-decoration: none;
	font-size: 1em;
}

#header_logo_box a:hover {
	color: #888888 !important;
	text-decoration: underline;
	font-size: 1em;
}

/*---------------ヘッダーメニュー---------------*/

#header-menu {
	margin: 0 1px 4px 1px;
	border-top: 1px solid #b7cee3;
	border-right: 1px solid #b7cee3;
}

#header-menu ul {
	padding: 0;
}
#header-menu ul li {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-align: center;
}
#header-menu li a {
	width: 99.6%;
	font-size: 0.75em;
	padding: 13px 0 13px 0;
	display: block;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #575757 !important;
	text-decoration: none;
	border-left: 1px solid #b7cee3;
	border-bottom: 1px solid #b7cee3;
	background: #e2d0ab url(../image/header_menu_bg.gif) repeat-x;
}
#header-menu li a:hover {
	color: #575757 !important;
	display: block;
	text-decoration: underline;
	background: #e2d0ab url(../image/header_menu_bg_hover.gif) repeat-x;
}


/*---------------メイン画像---------------*/

#header-image {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0 6px 0;
}

.site_main_image {
	display: block;
	margin: 0 auto 0 auto;
}

/*---------------コンテナ---------------*/

#container {
	padding: 0;
}

/*---------------コンテンツ---------------*/

#contents {
  padding: 8px 6px 10px 6px;
  font-size: 1em;
}

#contents h2 {
}
#contents h2.h2_style01 {
	margin: 12px 0 10px 0;
	padding: 14px 0 10px 13px;
	font-size: 1.5em;
	color: #000080; /*#575757*/
	line-height: 1.6;
}

#contents h3 {
}
#contents h3.h3_style01 {
	margin: 0 0 10px 0;
	padding: 14px 0 10px 13px;
	font-size: 1.35em;
	color: #0056AC; /*#000080*/
	line-height: 1.6;
	border-bottom: #000080 solid 1px;
}

#contents p {
	padding-right: 2px;
	padding-left: 2px;
	line-height: 1.6;
}


/*---------------image設定---------------*/


/*---------------テーブル設定---------------*/


/*---------------サイドメニュー---------------*/

#side_menu {
	margin: 0 0 20px 0;
}

.side_menu_list {
	width: 100%;
	text-decoration: none;
	margin: 0 0 25px 0;
}
.side_menu_list h3 {
	padding: 10px 0 6px 14px;
	font-size: 1.18em;
	color: #fffffc;
	border-bottom: solid 1px;
	border-bottom-color: #4d7ba2;
	background: url(../image/side_menu_list_01_mobile.gif) center repeat-x;
}
.side_menu_list ul {
	width: 100%;
	border-top: solid 1px;
	border-top-color: #cccccc;
}
.side_menu_list li {
	width: 100%;
	list-style: none;
	text-align: center;
}
.side_menu_list li a {
	position: relative;
	padding: 13px 10px 8px 10px;
	display: block;
	color: #54351f !important;
	text-decoration: none;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background: url(../image/side_menu_list_02_mobile.gif) repeat-x;
}
.side_menu_list li a:hover {
	color: #745a45 !important;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background: url(../image/side_menu_list_02_mobile_hover.gif) repeat-x;
}
.side_menu_list li a:after {
	content: url(../image/icon_arrow.png);
	position: absolute;
	right: 10px;
}

.side_menu_space {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 1em;
	color: #333333;
	background-color: #f1f0f0;
}
.side_menu_space p.title {
	margin: 0 0 6px 0;
	padding: 10px 0 6px 14px;
	font-size: 1.18em;
	color: #fffffc;
	border-bottom: solid 1px;
	border-bottom-color: #4d7ba2;
	background: url(../image/side_menu_list_03_mobile.gif) center repeat-x;
}
.side_menu_space p{
	padding: 0 5px 0 5px;
	font-size: 1em;
	line-height: 1.7;
	color: #333333;
}

.menu_btn {
	margin: 20px auto 20px auto;
	padding: 0;
	width: 220px;
	text-align: left;
}
.menu_btn a{
	margin: 0 0 8px 0;
	color: #583822;
	display: block;
	border: solid 1px #dddddd;
	padding: 8px 4px 4px 30px;
	font-size: 14px;
	line-height: 1.9;
	text-decoration: none;
	background-image: url(../image/menu_btn_01.gif);
	background-repeat: no-repeat;
}
.menu_btn a:hover{
	color: #765c47;
	background-image: url(../image/menu_btn_01_hover.gif);
	background-repeat: no-repeat;
}

/*---------------テーブル設定---------------*/

table.table_style01 thead { /*クレカ詳細スペック表のCSS*/
	display: none;
}
table.table_style01 tbody th {
	display: block;
}
table.table_style01 tbody td {
	display: block;
}
table.table_style01 tbody td::before {
	content: attr(label);
	float: left;
	clear: both;
	font-weight: bold;
	margin-right: 15px;
}
table.table_style01 tbody td {
	padding-left: 6em;
}
table.table_style01 tbody tr:last-child th {
	border-bottom: #FFF solid 1px;
}


table.table_style03 thead{ /* モバイルで縦長に変わるテーブル */
	display: none;
}
table.table_style03 tbody th{
	display: block;
}
table.table_style03 tbody td{
	display: block;
}
table.table_style03 tbody th::before{
	content: attr(label);
	float: left;
	clear: both;
	font-weight: bold;
	margin-right: 15px;
}
table.table_style03 tbody td::before{
	content: attr(label);
	float: left;
	clear: both;
	font-weight: bold;
	margin-right: 15px;
}
table.table_style03 tbody td{
	padding-left: 6em;
}



/*-----サイドメニューの「ページトップに戻るボタン」-----*/
.side_menu_back {
	display: inline;
}

/*---------- フッター ----------*/

#footer {
	width: auto;
	padding: 20px 10px 20px 10px;
	color: #333333;
	line-height: 1.7;
	text-align: center;
	border-top: solid 2px #ABABAB;
	background-color: #EAEAEA;
}
#footer p {
	padding: 10px;
	color: #555555;
}
#footer a {
	color: #555555 !important;
}
#footer a:hover {
	color: #777777 !important;
}
#footer a:visited {
	color: #555555;
}

}
/*---------------モバイル端末向けスタイル 終---------------*/
