@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 #header-title,
#header-in #header-text{
	float: none;
	width: 100%;
}

#header .header-logo{ font-size: 2em; }


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

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

#global-nav dt{
	padding-left: 2.5em!important;
	background: url(./images/icon/icon-arrow05.png) 1em center no-repeat #3b5998;
	color: #fff;
}

#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{ border-left: 0; }

#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: url(./images/icon/icon-arrow04.png) 1em 1em no-repeat #3b5998; }

#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%;
}


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

/*折り畳み*/
#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; }


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

#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;
}

.wp-caption{
	max-width: 100%;
}


/*--------------------------------------------------------
DEKITA追加　コンタクトフォーム用に追加
--------------------------------------------------------*/
#main-contents table {
    margin-bottom: 1.5em;
    padding: 0;
    border-top: 1px solid #959595;
    border-left: 1px solid #959595;
    border-right: 1px solid #959595;
}


/*--------------------------------------------------------
TOP並び画像
--------------------------------------------------------*/

.waku-thumbnails-horizontal .waku-thumbnail, .waku-thumbnails-horizontal2 .waku-thumbnail2,.waku-thumbnail-default, .waku-thumbnail-title {
	display: inline-block;
	*display: inline;
}

.waku-thumbnails-horizontal .waku-thumbnail {
  border: 1px solid #444;
  width: 28%;
  height: auto;
  margin: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  vertical-align: top;
  text-decoration: none;
  color: #000;
}

.waku-thumbnail > img, .waku-thumbnail-default {
	width: 100%;
	height: auto;
	margin: 0px;
	margin-bottom: 0px;
}
.waku-thumbnails-horizontal .waku-thumbnail > img, .waku-thumbnails-horizontal .waku-thumbnail-default {
	display: block;
}
.waku-thumbnails-horizontal .waku-thumbnail-title {
	font-size: 1em;
	max-height: 2.8em;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 120px;
	text-decoration: inherit;
	overflow: hidden;
}

.waku-thumbnail-default {
	overflow: hidden;
}
.waku-thumbnail-default > img {
	min-height: 180px;
	min-width: 180px;
}

/*●画像リンク　薄くなる*/

a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


.waku-thumbnails-horizontal2 .waku-thumbnail2 {
	border: 5px solid rgba(127,127,127,0.1);
	width: 170px;
	height: 256px;
	margin: 6px;
	margin-left: 5px;
	margin-bottom: 34px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	vertical-align: top;
	text-decoration: none;
	color: #000;
}

.waku-thumbnails-horizontal4 .waku-thumbnail4 {
	border: 5px solid rgba(127,127,127,0.1);
	width: 45%;
	height: 100%;
	margin: 0px;
	margin-bottom: 30px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	vertical-align: top;
	text-decoration: none;
	color: #000;
}

.bottommenu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    margin-top: 20px;
    border-top: solid 2px #808080;
    border-bottom: solid 0px #808080;
    background-color: #fff;
    z-index: 1;
}


/*--------------------------------------------------------
一覧
--------------------------------------------------------*/
.section-wrap1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px 6px 10px 10px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    list-style: none;
    display: inline-block;
    width: 43%;
    vertical-align: top;
}

.section-wrap2{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	list-style: none;
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

.section-wrap2-sp{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	list-style: none;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.section-wrap2-sp img{
    width: 100%;
    height: auto;
}

/* 商品一覧 */
.section-wrap2.product-list {
    width: 100%;
}

.section-wrap2.product-list img {
    width: 118px;
    margin-bottom: 10px;
    padding-right: 10px;
    float: left;
    box-sizing: border-box;
}

.single table.table-product {
    border-bottom: 1px solid #959595;
}

#main-contents table.table-product-list {
    margin-left: 118px;
    width: auto;
    overflow: hidden;
}

#main-contents table.table-product-list {
    font-size: 12px;
    border: none;
    margin-bottom: 10px;
}

#main-contents table.table-product-list th, table.table-product-list td {
    border: none !important;
    background: #fff;
    padding-left: 0;
    /*border-bottom: 1px solid #ccc !important;*/
    border: none !important;
    text-align: left;
    padding: 0 10px 0 0 !important;
    height: 1em;
    overflow: hidden;
}

#main-contents table.table-product-list th {
    width: 5em;
    font-weight: normal;
}

#main-contents table.table-product-list img {
    width:150px;
}


.list-anchor {
    text-decoration: none;
}

.list-title {
    text-align: left;
    color: #333;
    font-weight: bold;
    padding: 2px 0 5px;
}

.list-more {
    clear: both;
    display: block;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    padding: 5px 5px 5px 22px;
    background: #eee url(./images/icon/icon-arrow_r.png) 6px 9px no-repeat;
}


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

.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
-------------------------------------------------------------*/