@charset "UTF-8";

/*--------------------------------------------------------
モバイル用レイアウト（640px以下の解像度のスクリーン含む）
--------------------------------------------------------*/

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


/*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

textarea,input{ max-width: 95%; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }


/*●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	color: #39f;
	-webkit-tap-highlight-color: #fc6;
}


/*--------------------------------------------------------
エリアの設定
--------------------------------------------------------*/

#container{
	padding-top: 0;
	padding-bottom: 1.5em;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	position: relative;
	top: 0;
	height: auto;
	font-size: 1.2em;
}

#top-menu{
	float: none;
}

#top-menu li{
	text-align: left;
	display: block;
}


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

/*●ヘッダの回り込み解除*/
#header {
	background-color:#fff;
	background-image:none;
}
#header-in {
	padding:0 0;
}
#header .header-logo{
	float: none;
	width: 100%;
	background:none;
	padding:0px 0;
	text-align:left;
}
#header .header-logo a {
	padding:10px 0;
	line-height:130%;
}
#header #header-title,
#header-in #header-text{
	float: none;
	width: 100%;
	text-align:center;
	padding-left:0px; /*打ち消し*/
}

#header h1{
	padding:0 0 0.75em;
	text-align:left;
	font-size:1.2em;
}

.header-logo a:link,.header-logo a:visited { color:#000;}
.header-logo a:hover,.header-logo a:active {}

/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{ border-bottom: 0; }

#global-nav{
	background-color: #eaeaea;
	box-shadow:none;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	width:100%;
}

#global-nav dt{
	padding-left: 3.5em!important;
	background:1em center no-repeat #eaeaea;
	font-size:1.4em;
	font-weight:bold;
	border-bottom: 1px solid #fff;
	position:relative;
}
#global-nav dt:before {
  content: "";
  position: absolute;
  left: 0.8em;
  top: 1.2em;
  width: 2.0em;
  height: 0.24em;
  background:#333;
  box-shadow: 
    0 0.5em 0 0 #333,
    0 1.0em 0 0 #333;
}

#global-nav #global-nav-in .menu-wrap{ display:none; }

#global-nav #global-nav-in #menu{ margin-bottom: 0; }

#global-nav #global-nav-in #menu,
#global-nav #global-nav-in #menu li{
	width: 100%;
	border: 0;
}

#global-nav #menu li.first{ display:none;}

#global-nav #global-nav-in #menu li{
	border-bottom: 1px solid #fff;
	background-color: #eaeaea;
	white-space: normal;
}

#global-nav #global-nav-in #menu li.first{ border-left: 0; }

#global-nav #global-nav-in #menu ul{
	position: static;
	width: auto;
	padding-left: 10%;
}

#global-nav #global-nav-in #menu ul li{ width: 100%; }

#global-nav #global-nav-in #menu ul li:last-child{ border-bottom: 0; }

/*メニューのデザイン*/
#global-nav #global-nav-in #menu li a:link,
#global-nav #global-nav-in #menu li a:visited,
#global-nav #global-nav-in #menu li a:hover,
#global-nav #global-nav-in #menu li a:active{ background:1em 1em no-repeat #eaeaea; }

#global-nav #global-nav-in #menu ul li a{ width: auto; }

#global-nav .btn-gnav{
	display:block;
	padding: 1em;
	cursor: pointer;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-image .catch-copy{ font-size: 1.4em; }


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

/*●最新情報の回り込みを解除*/
#main-contents dl.news dt,
#main-contents dl.news dd.cat,
#main-contents dl.dl-style01 dt{ float: none; }

#main-contents dl.news dt{ margin-bottom: 0.4em; }

#main-contents dl.news dt,
#main-contents dl.dl-style01 dt{
	padding-right: 1em;
	padding-left: 1em;
}

#main-contents dl.news dd.cat{
	display: inline-block;
	width: auto;
	margin: 0 1em 0.5em;
	padding: 0.3em 1em;
}

#main-contents dl.news dd,
#main-contents dl.dl-style01 dd{ 
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 1em;
}

/*●Tableをブロック表示に*/
#main-contents .table-style01,
#main-contents .table-style01 thead,
#main-contents .table-style01 tbody,
#main-contents .table-style01 tfoot,
#main-contents .table-style01 tr,
#main-contents .table-style01 th,
#main-contents .table-style01 td{ display: block; }

#main-contents .table-style01 th,
#main-contents .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

#main-contents .table-style01{ /zoom : 1; }
#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }

.box-wrap .box-l,
.box-wrap .box-r{
	float: none;
	width: 100%;
}


/*Youtube動画*/
#main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#main-contents .v-wrap iframe,
#main-contents .v-wrap object,
#main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*スマホ用*/
#main-contents .post {
	width:100%;
	margin-right:0;
	float:none;
}
#main-contents .roop-area {
	width:auto;
	overflow:auto;
	
}
#main-contents .roop-area-inner {
	width:auto;
}
#main-contents  h2.post-title{
	font-size: 1.8em;
	padding:0.5em 0.5em 0.3em 0.5em;
	height:auto;
}
#main-contents  h2.single-post-title{
	font-size: 2.0em;
	padding:0.5em 0.5em 0.3em 0.5em;
	height:auto;
}
#main-contents  h2.page-post-title{
	font-size: 2.0em;
	padding:0.5em 0.5em 0.3em 0.5em;
	height:auto;
}
/*------------------------------------------------------------
　メルマガ登録
-------------------------------------------------------------*/
#tolp .formarea table {
	width:100%;
}
#tolp .formarea table td span {
	display:none;
}
#to-optin .formarea table {
	width:100%;
}
#to-optin .formarea table td span {
	display:none;
}
#to-optin .formarea .orangeButton { margin:0;}


/*------------------------------------------------------------
　single-to-lp(single記事の上側のLPへの誘導)
-------------------------------------------------------------*/
#single-to-lp {
	padding-bottom:10px;
}





/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

/*折り畳み*/
#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	display: block;
	margin-bottom: 1em;
	padding: 1em;
	padding-left: 2.5em!important;
	background: url(./images/icon/icon-arrow05.png) 1em center no-repeat #333;
	color: #fff;
	cursor: pointer;
}

.sub-column #sub-contents-in,
.sub-column #sidebar-in{ display: none; }

.sub-column .showSubConts,
.sub-column .showSidebar{
	display: block!important;
}

.col1 .sub-column .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img,
.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: none;
	padding-right: 0;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: block;
	margin-right: 0;
}

.sub-column dl.search-box{ width: 100%; }

.sub-column dl.search-box dt{
	margin-right: 0;
	margin-bottom: 0.4em;;
	width: 100%;
}

.sub-column dl.search-box dt,
.sub-column dl.search-box dd{ float: none; }



.col2 #main-and-sub .sub-column{ 
	background: transparent;
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow:none;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	padding:0px;
	margin-bottom:0px;
 }


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

#footer .footer-menu ul{
	float: none;
	width: 100%;
}

#footer .area01,
#footer .area02{
	float: none;
	width: 100%;
	margin-bottom: 2em;
}

.copyright{ padding-bottom: 40px; }

.copyright span{ display: block; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents .sb{
	text-align: left;
}

img.alignleft,
img.alignright{
	float: none;
	display: block;
	padding: 0;
	margin: auto;
}

#main-contents .contents .thumnb {
	float: none;
	text-align:center;
	margin:0 auto;
	width:284px;
}
#main-contents .contents .thumnb a {
	display:block;
	border:#cfcfcf solid 1px;
	padding:2px;
	text-align:center;
}

/*------------------------------------------------------------
ページャー
-------------------------------------------------------------*/
#main-contents .cont-menu-wp li {
	margin-right:0px;
}

/*------------------------------------------------------------
　プロフィールページの実績
-------------------------------------------------------------*/
#performance {}
#performance .read {
	float:none;
}
#performance .photo {
	float:none;
	text-align:center;
	margin-right:0;
}
#performance h3 {
	font-weight:bold;
	margin-bottom:0.5em;
	font-size:134%;
	padding-top:0px;
	margin-left:20px;
}

/*------------------------------------------------------------
　忍者削除
-------------------------------------------------------------*/
.soc_wrapper { display:none;}

/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.page-top a{
	display: block;
	border: 0;
	border-top: 1px solid #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.page-top a:link,
.page-top a:visited,
.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #999;
	color: #fff;
}

.page-top:not(\*|*){ position: static; }/* Opera9以下 */

}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/