@charset "utf-8";
*{
	/*width:auto;*/
	float:none;
	word-break:normal;
}

/* float clear */
.cf:before,.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf{
	zoom:1;
}

/* アコーディオン用 */
.acc_title_wrap{
	position: relative;
}
.acc_title{
	position: relative;
	/*padding: 0px !important;*/
}
.acc_title > label {
	display: block;
	cursor: pointer;
	/*padding: 12px;*/
}
.acc_icon{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0%,-50%);
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/sp/acc_open.png) no-repeat center center transparent;
	background-size: 100% 100%;
}
.acc_icon.acc_icon_white{
	background-image: url(/img/sp/acc_open_white.png);
}
.acc_icon.acc_open{
	background-image: url(/img/sp/acc_close.png);
}
.acc_icon.acc_open.acc_icon_white{
	background-image: url(/img/sp/acc_close_white.png);
}
.acc_icon.acc_open.acc_icon_orange{
	background-image: url(/img/sp/acc_open_orange.png);
}
.acc_icon.acc_open.acc_icon_orange{
	background-image: url(/img/sp/acc_close_orange.png);
}

input[id*="acc_ttl_label"] + * {
	display:none;
}
.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}


#loading-view {
	/* 領域の位置やサイズに関する設定 */
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	/* 背景関連の設定 */
	background-color: #fff;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}


#xp1{
	width: auto;
	margin: 0px auto;
}

.heightLine{
	height: auto !important;
}

/*
.acc_title{
	position: relative;
	padding-right: 40px !important;
	width: auto;
}

.acc_icon{
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translate();
	display: block;
	width: 22px;
	height: 22px;
	background: url(/img/sp/acc_open.png) no-repeat center center transparent;
	background-size: 12px 12px;
}
.acc_icon.acc_icon_white{
	background-image: url(/img/sp/acc_open_white.png);
}
.acc_open .acc_icon{
	background-image: url(/img/sp/acc_close.png);
}
.acc_open .acc_icon.acc_icon_white{
	background-image: url(/img/sp/acc_close_white.png);
}
.acc_icon.acc_icon_orange{
	background-image: url(/img/sp/acc_open_orange.png);
}
.acc_open .acc_icon.acc_icon_orange{
	background-image: url(/img/sp/acc_close_orange.png);
}*/


.article_title{}
.article_title a{}
.article_section{
	display: none !important;
}
.article_date{}

div[class^="detail_"] a, div[class*="file_"] a{}

body {
	min-width: 320px;
	margin: 0px;
	padding: 0px;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGOTHIC";
	-webkit-text-size-adjust: none;
	background:none transparent;
}
#container {
	float:none;
	width:100%;
	margin: 0px;
	padding: 0px;
	/*background:none;*/
	overflow: visible;
}

.hide2{
	text-indent:-200%;
}

#spm_wrap {
	display: block;
	position:absolute;
	z-index:100;
	top: 15px;
	right: 10px;
	width: 40px;
	height: 40px;
	margin:0px auto;
	padding:0px;
	text-align: right;
}

#spm_wrap button {
	display: block;
	background: none transparent;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
	border: none;
	position: absolute;
	top: 0;
}
#spm_wrap button:focus{
	outline: none;
}
button#spm_menu{
	left: 0;
}

button#spm_menu{
	position: relative;
}
button#spm_menu span.hide{
	position: static;
	display: block;
	font-size: 0;
	color: transparent;
	position: relative;
	width: 100%;
	height: 40px;
}

button#spm_menu:before,button#spm_menu span.hide:before,button#spm_menu span.hide:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #000;
	border-radius: 2px;
	-webkit-transition: transform 0.15s ease-out,opacity 0.15s ease-out;
	transition: transform 0.15s ease-out,opacity 0.15s ease-out;
	position: absolute;
	left: 0;
}
button#spm_menu:before{
	top: 20px;
}
button#spm_menu span.hide:before{
	top: 10px;
}
button#spm_menu span.hide:after{
	top: 30px;
}

button#spm_menu.acc_open:before{
	opacity: 0;
}

button#spm_menu.acc_open span.hide:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
}
button#spm_menu.acc_open span.hide:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
}

/* PCレスポンシブ表示時 */
#spm_wrap.view_pc {
	width: 45px;
}

#spm_wrap.view_pc li#spm_menu {
	left: auto;
	right: 0;
}

#spm_wrap.view_pc li#spm_pc {
	display: none;
}


#head_blueline {
	clear: both;
	padding-top: 0px;
	height: auto;
}

#sidebar2 {
	width: auto !important;
	float: none !important;
	margin: 0px;
	position:relative;
	z-index: 8;
}
#sidebar2 .menu_list_e2 ul {
	width: auto !important;
}
#sidebar2 .menu_list_e2 li {
	float: none;
	display: block;
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
#sidebar2 .menu_list_e2 li img{
	height: auto;
	margin: 0px;
}

#viewSwitch{
	display: none;
	background: #ccc;
	text-align: center;
	padding: 15px 0px;
	border-top: 1px solid #ccc;
}
#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: #333;
}
#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;
}

#author_info {
	float: none;
	width:auto;
	margin:0px;
	padding:0px;
	border-left: none;
	min-height:0px;
	text-align:center;
	font-size: 90%;
	background-image:none;
}
#author_info a{
	background: none;
	border: none;
	display: block;
	padding: 0.1em;
	text-decoration: underline;
}

.tit_list > span{
	display:block;
	padding:0px;
	background: none;
	text-align:center;
}
.tit_list > span img{
	display: none;
}

.tit_list .icon_list a, .tit_list .icon_rss a{
	display: inline-block;
	margin: 0px;
	padding: 12px;
	padding-left: 24px;
	text-align: center;
	text-decoration: none;
}

#sidebar1 ul, #sidebar2 ul{
	width:auto;
	padding:0px;
	margin:0px;
	font-size:1em;
	border:none;
	background:none;
}
#sidebar1 li, #sidebar2 li{
	display: block;
	float: none;
	padding:0px;
	margin:0px;
	background:none;
	border-bottom:1px solid #cccccc;
}
#sidebar1 li:first-child, #sidebar2 li:first-child{
	border-top: 1px solid #ccc;
}
#sidebar1 li a, #sidebar2 li a, #sidebar1 li strong, #sidebar2 li strong{
	display:block;
	padding:12px;
	padding-right:24px;
	height:auto;
	background:url("../../img/sp/arrow_r.png") no-repeat 97% center transparent;
	background-size:9px 14px;
}
#sidebar1 li strong, #sidebar2 li strong{
	background: none;
}

#mymainback{
	margin:0px;
}

#main{
	width: auto;
	margin: 0px;
	padding: 0px;
}

#main_body h2 a, #main_body h3 a, #main_body h4 a, #main_body h5 a, #main_body h6 a{
}

#top_search_b{
	float:none;
	margin:0px;
}

.spbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}

span.link_external{
	display: none;
}
#main_body .image_default_size{
	max-width: none !important;
	max-height: none !important;
	width: auto !important;
	height: auto !important;
}

#tfwrapp{
	float: none;
}
.btn_area{
	display: table;
	width: 320px;
	text-align: center;
	float: none;
	padding: 0px;
}
body:first-of-type #twitter_b, body:first-of-type #face_b{
	float: none !important;
}
#twitter_b, #face_b{
	display: table-cell;
}

.sp_button {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:4px 12px;
	text-decoration:none;
	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;
	display:inline-block;
	color: #000000;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.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;
}

#main_body .sp_table_wrap{
	overflow: auto;
}

#main_body div.sp_large_table{
	width: 1280px;
	overflow: visible;
}
.gsc-result .gs-title{
	height: auto !important;
}