#main.page{
	margin-bottom: 10px;
	position: relative;
	padding-top: 98px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#page-contents{
	width: 65%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 30px;
	position: relative;
	background-color: rgba(254,254,254,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page-hero{
	width: 100%;
	display: block;
	position: relative;
	height: 300px;
}
#page-hero .titletext{
	position: relative;
	top: 100px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}

.page-textbox{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0% 4% 4%;
	position: relative;
}
.page-title{
	display: inline-block;
	vertical-align: middle;
	font-size: 300%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	width: 100%;
}
.wh{
	color: #64A80B;
}
.page-textbox h3{
	border-bottom: 4px solid rgba(212,212,212,1.00);
	margin-bottom: 20px;
	margin-top: 30px;
}
.page-textbox h4{}
.postnum{
	position: absolute;
	right: 5%;
	bottom: 5%;
	color: rgba(255,255,255,1.00);
	font-size: 120%;
}
.postnum span{font-size: 300%;}
.page-info{
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid rgba(231,231,231,1.00);
	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #727272;
}
.page-info .date{
	margin-bottom: 6px;
	font-weight: bold;
}
.page-info .tags a{
	background-color: #FFFFFF;
	color: #899E61;
	padding: 0.2em 1em 0.1em;
	margin-right: 1px;
	width: auto;
	border: 2px solid #899E61;
	text-decoration: none;
}
/* archive menu
----------------------------------------------------------- */
.bg-arc_gtv{
	background-image: url(../images/arc_gtv_catimg_big.jpg);
}
#page-hero.bg-arc_gtv .titletext{
	width: 60%;
}
#page-contents-arc{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 8px;
	position: relative;
}
.archive_menu{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.archive_menu ul{
	margin: 0px;
	padding-top: 1%;
	padding-bottom: 0.5%;
	list-style: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1%;
}
.archive_menu li{
	width: 24.2%;
	margin-bottom: 1%;
	float: left;
	margin-left: 0px;
	margin-right: 0.8%;
}
.archive_menu li a{
	width: 100%;
	background-color: #000000;
	margin-bottom: 1%;
	display: block;
	color: #FEFEFE;
 }
 .archive_menu li a:hover{
	background-color: rgba(230,230,230,1.00);
	color: #009999;
 }
.archive_menu li img{
	max-width: 100px;
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}
.archive_menu li p{
	display: inline-block;
	width: 68%;
	vertical-align: middle;
}
section.recommend{
	padding-top: 30px;
	padding-bottom: 0px;
}
section.recommend h2{
	text-align: center;
	font-size: 200%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.reco_listbox{
	width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1%;
	padding-right: 0%;
}
/* side Archive menu
----------------------------------------------------------- */
#post-side-arc{
	width: 100%;
	display: block;
	margin-left: 0%;
	clear: both;
	margin-top: 0%;
}
#post-side .listbox-side-arc{
	width: 47%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2%;
}
/* search page 
----------------------------------------------------------- */
#search-contents{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-title{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
	padding-bottom: 2em;
	font-weight: bold;
	padding-top: 1em;
}
.search-title span{
	display: block;
	font-size: 60%;
	color: rgba(104,104,104,1.00);
}
.search_listbox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
}
/* 絞込検索 
----------------------------------------------------------- */
#sfocus{
	position: relative;
	margin-top: 30px;
}
#search-contents .page-title{
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 0px;
	font-size: 300%;
	color: #9F9F9F;
	font-weight: bold;
}
#search-contents .page-title .s_jp{
	font-size: 50%;
	margin-left: 20px;
	color: #2C2C2C;
	font-weight: lighter;
}
#sfocus .TextField,.DropDownField{
	width: 48%;
	display: inline-block;
	margin-bottom: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#sfocus .searchform-label{
	width: 25%;
	display: inline-block;
	text-align: right;
	font-size: 80%;
	height: 50px;
	float: none;
}
#sfocus .searchform-input-wrapper{
	display: inline-block;
	width: 68%;
	font-size: 120%;
	line-height: 60px;
	margin-left: 2%;
	float: none;
}
#sfocus .searchform-input-wrapper input{
	width: 98%;
	padding: 0.5em;
	border-radius: 6px;
	border: thin solid rgba(172,175,170,0.57);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	color: rgba(0,0,0,1.00);
	font-size: 130%;
}
#sfocus .searchform-input-wrapper select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border-radius: 6px;
	width: 98%;
	text-indent: 1em;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	background-color: #848484;
	font-weight: 300;
	background-image: url(../images/allow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	line-height: 50px;
}

#sfocus input[type="submit"],
#sfocus input[type="button"] {
	height: 50px;
	width: 40%;
	color: #FFF;
	background-color: #000000;
	border: 2px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 130%;
	font-family: Dosis;
	margin-right: auto;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20%;
}
/* tag list page 
----------------------------------------------------------- */
#tag-contents{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tag_title{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
	padding-top: 2em;
	padding-bottom: 2em;
	font-weight: normal;
}
/* 404 page 
----------------------------------------------------------- */
#post-side-404{
	width: 100%;
	display: block;
	margin-left: 0%;
	clear: both;
	margin-top: 0%;
}
#contents-404{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
}
/* side page
----------------------------------------------------------- */
#post-side{
	width: 34.2%;
	display: block;
	clear: both;
	margin-top: 0px;
	float: right;
}
#post-side ul.banner{
	list-style: none;
}
#post-side ul.banner li.col3{
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}
#post-side .sidecontents{
	padding-left: 2%;
	padding-right: 2%;
}
#post-side .sidecontents.lf-side{
	width: 100%;
	float: inherit;
}
#post-side .sidecontents.rt-side{
	width: 100%;
	float: inherit;
}
#post-side .page-submenu{
	list-style: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#post-side .page-submenu li{
	border-bottom: thin solid rgba(231,231,231,1.00);
	text-decoration: none;
	display: block;
}
#post-side .page-submenu li:last-of-type{
	border-bottom: thin none rgba(231,231,231,1.00);
	text-decoration: none;
	display: block;
}
#post-side .page-submenu li a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: none;
	text-align: center;
	display: block;
}
#post-side .page-submenu li a:link{
	text-decoration: none;
	color: #505050;
}
#post-side .page-submenu li a:visited{
	text-decoration: none;
	color: #505050;
}
#post-side .page-submenu li a:hover{
	text-decoration: none;
	color: #AEAEAE;
	background-color: rgba(30,30,30,1.00);
}

#post-side .listbox-side{
	width: 48.5%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 1.5%;
}
#post-side .listbox-side:nth-child(2n){
	margin-left: 0%;
}

@media screen and (max-width: 979px) {
#page-contents{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-textbox .tmov-text{
	width: 100%;
	display: block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
}
/* archive menu
----------------------------------------------------------- */
.bg-arc_gtv{
	background-image: url(../images/arc_gtv_big.jpg);
}
#page-contents-arc{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
	position: relative;
}
.archive_menu{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.archive_menu ul{
	margin: 0px;
	list-style: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2.5%;
}
.archive_menu li{
	width: 32%;
	background-color: #000000;
	margin-bottom: 1%;
	margin-right: 1%;
}
/* side
----------------------------------------------------------- */
#post-side{
	width: 100%;
	display: inline-block;
	margin-left:0%;
}
#post-side .listbox-side{
	width: 46%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 736px) {
#main.page{
	margin-bottom: 10px;
	position: relative;
	padding-top: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#page-contents{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-textbox{
	width: 100%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 110%;
}

.page-title{
	vertical-align: top;
	font-size: 150%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
.postnum{
	position: absolute;
	right: 5%;
	bottom: 5%;
	color: rgba(255,255,255,1.00);
	font-size: 90%;
}
.postnum span{font-size: 200%;}
#page .caticon a{
	vertical-align: middle;
	-webkit-transition: all 0.5s 0s;
	-o-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
	padding: 0.5em 1em;
	width: 60px;
	height: 60px;
	background-size: 60px auto;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
}
.page-date{
	margin-bottom: 30px;
}
/* archive menu
----------------------------------------------------------- */
.bg-arc_gtv{
	background-image: url(../images/arc_gtv_big.jpg);
}
#page-contents-arc{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
	position: relative;
}
#page-hero.bg-arc_gtv .titletext{
	width: 100%;
}
.archive_menu{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.archive_menu ul{
	margin: 0px;
	list-style: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1%;
}
.archive_menu li{
	width: 49%;
	background-color: #000000;
	margin-bottom: 1%;
	margin-right: 0.8%;
}
.archive_menu li img{
	max-width: 100px;
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	opacity: 0.7;
}
.archive_menu li p{
	display: inline-block;
	width: 68%;
	color: #FFFFFF;
	vertical-align: middle;
}
/* 絞込検索 
----------------------------------------------------------- */
#search-contents .page-title{
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 0px;
	font-size: 300%;
	font-weight: lighter;
}
#search-contents .page-title .s_jp{
	font-size: 50%;
	margin-left: 20px;
	display: block;
	line-height: 0.5em;
}
#sfocus{}
#sfocus .TextField,.DropDownField{
	width: 100%;
	display: inline-block;
	margin-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#sfocus .searchform-label{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 80%;
	height: inherit;
}
#sfocus .searchform-input-wrapper{
	display: block;
	width: 100%;
	font-size: 120%;
	line-height: inherit;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#sfocus .searchform-input-wrapper input{
	width: 100%;
	padding: 1em;
	border-radius: 3px;
	border: thin solid rgba(172,175,170,0.57);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	float: none;
}
#sfocus .searchform-input-wrapper select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border-radius: 6px;
	width: 98%;
	text-indent: 1em;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	background-color: #333333;
	font-weight: 300;
	background-image: url(../images/allow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	line-height: 50px;
}
.searchform-params{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.searchform-controls{
	height: 68px;
	width: 100vw;
	background-color: rgba(255,255,255,0.91);
	position: fixed;
	bottom: 0%;
	clear: inherit;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 12px;
}
 input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }
/* side
------------------------------------------------------ */
#post-side{
	width: 100%;
	display: inline-block;
	margin-left: 0%;
}


}
