@charset "utf-8";

* {
	float: none;
	word-break: break-all;
}

/* 領域の位置やサイズに関する設定 */
#loading-view {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	/* 背景関連の設定 */
	background-color: #ffffff;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#xp1 {
	width: auto;
	margin: 0px auto;
}

/* viewSwitch */
#viewSwitch {
	display: none;
	background: #cccccc;
	border-top: 1px solid #cccccc;
	text-align: center;
	padding: 15px 0px;
}
#viewSwitch dl {
	margin: 0px;
	padding: 0px;
}
#viewSwitch dt,
#viewSwitch dd,
#viewSwitch ul,
#viewSwitch li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#viewSwitch dt {
	margin-right: 10px;
	color: #333333;
}
#viewSwitch ul {
	list-style: none;
}
#viewSwitch li {
	padding: 2px 5px;
}
#viewSwitch li:nth-child(1) {
	border-right: solid 1px #333333;
}
#viewSwitch li:nth-child(2) {
	border-right: solid 1px #333333;
}
#vsSP {
	font-weight: bold;
}

/* spbutton */
.spbutton {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color: #f9f9f9;
	color: #000000;
	text-shadow: 1px 1px 0px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	        box-shadow: inset 1px 1px 0px 0px #ffffff;
	text-decoration: none;
	text-align: center;
}
.spbutton:hover {
	background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color: #e9e9e9;
}
.spbutton:active {
	position: relative;
	top: 1px;
}

/* テーブル切り替え */
#main_body .sp_table_wrap {
	overflow: auto;
}

#main_body div.sp_large_table {
	width: 1000px;
	overflow: visible;
}

.sp_button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color: #f9f9f9;
	color: #000000;
	text-shadow: 1px 1px 0px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	        box-shadow: inset 1px 1px 0px 0px #ffffff;
	text-decoration: none;
	text-align: center;
}
.sp_button:hover {
	background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color: #e9e9e9;
}
.sp_button:active {
	position: relative;
	top: 1px;
}
.gsc-result .gs-title {
	height: auto !important;
}

/* ページ内目次 */
#sp_page_index_link_wrap {
	display: block;
	width: auto;
	margin: 10px 0px;
}

#sp_page_index_link_toggle {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 10px;
	border: 1px solid #333;
	background: url(/img/sp/acc_open.png) no-repeat right 10px top 50% #eeeeee;
	background-size: 15px 15px;
	border-radius: 5px;
	text-align: center;
}
#sp_page_index_link_toggle.open {
	background-image: url(/img/sp/acc_close.png);
}
#sp_page_index_link_toggle:focus {
	/* outline: none; */
}

ul#sp_page_index_link {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#sp_page_index_link li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
ul#sp_page_index_link li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
ul#sp_page_index_link li a.sp_headtype_h2 { padding-left: 10px; font-size: 2.0rem; line-height: 1.2; }
ul#sp_page_index_link li a.sp_headtype_h3 { padding-left: 20px; font-size: 1.8rem; line-height: 1.2; }
ul#sp_page_index_link li a.sp_headtype_h4 { padding-left: 30px; font-size: 1.6rem; line-height: 1.2; }
ul#sp_page_index_link li a.sp_headtype_h5 { padding-left: 40px; font-size: 1.4rem; line-height: 1.2; }
ul#sp_page_index_link li a.sp_headtype_h6 { padding-left: 50px; font-size: 1.2rem; line-height: 1.2; }