@charset "utf-8";

/* =====================================
　reset.css
======================================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */

body {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	border-top:3px solid #f8b500;
	line-height:133%;
	-webkit-text-size-adjust:100%;
	color:#333;
}

input, textarea {
	font-family: "Noto Sans Japanese","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
	color:#333;
	text-decoration:none;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration:none;
}

a:active {
}


.orange_btn a{
	/*min-width:260px;*/
	display:block;
	bottom:45px;
	margin:0 auto;
	padding:5px 5px 5px 25px;
	background-color:#fff;
	border:2px solid #f08200;
	border-radius:50px;
	font-size:16px;
	color:#f08200;
	text-align:center;
}

.orange_btn a span{
	display:block;
	padding:5px 35px 5px 0;
	background:url(../images/btn_icon_orange_b.png) no-repeat right center;
}

.orange_btn a:hover{
	color:#fff;
	background-color:#f08200;
}

.white_btn a{
	background-color:#f08200;
	color:#fff;
}

.white_btn a:hover{
	background-color:#fff;
}

.white_btn a span{
	padding:6px 25px 8px 0;
	background:url(../images/btn_icon_white_b.png) no-repeat right center !important;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}

.white_btn a:hover span{
	color:#f08200;
	background:url(../images/btn_icon_orange_hover.png) no-repeat right center !important;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}

.square_btn a{
	border:2px solid #f08200;
	border-radius:5px;
	color:#f08300;
	background-color:#fff;
}
.square_btn a:hover{
	background-color:#f08200;
	color:#fff;
}

.btn li.mail_btn a:before{
	content:" ";
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_mail.png); 
	background-size:contain;
	vertical-align:middle;
}

.btn li.mail_btn a:hover:before{
	content:" ";
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_mail_white.png); 
	background-size:contain;
	vertical-align:middle;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}

.btn li.access_btn a:before{
	content:" ";
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_access.png); 
	background-size:contain;
	vertical-align:middle;
}

.btn li.access_btn a:hover:before{
	content:" ";
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_access_white.png); 
	background-size:contain;
	vertical-align:middle;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}

.btn li a{
	display:block;
	/*width:239px;*/
	height:45px;
	line-height:45px;
}


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tC,
.btn {
	text-align: center;
}

.tR,
.sign {
	text-align: right;
}

.hidden_sp{
	display:none !important;	
}

.img_sp{
	z-index:5;	
}

/* nav
----------------------------------------------------*/
.drawer-hamburger{
		
}

.drawer-nav{
	overflow-y: auto;
}

.drawer-nav-list{
	padding:0 !important;
	margin:-20px 0 0 !important;
}

.drawer-nav-list li{
	width:250px;
	margin:0 !important;
	border-bottom:1px solid #e9e8cc;
}

.drawer-nav-list li a{
	width:200px;
	height:20px;
	padding:20px 0 16px 45px;
	font-size:16px;
	font-weight:bold;
}

.drawer-nav-list li.current a{
	border-left:2px solid #f8b500;
}

.drawer-nav-list li.home a{
	background:url(../images/nav_icon_home.png) no-repeat 15px center;
	background-size: 20px 20px;
}

.drawer-nav-list li.stock a{
	background:url(../images/nav_icon_stock.png) no-repeat 15px center;
	background-size: 20px 20px;	
}

.drawer-nav-list li.sale a{
	background:url(../images/nav_icon_sale.png) no-repeat 15px center;
	background-size: 20px 20px;	
}

.drawer-nav-list li.buy a{
	background:url(../images/nav_icon_buy.png) no-repeat 15px center;
	background-size: 20px 20px;	
}

.drawer-nav-list li.shop a{
	background:url(../images/nav_icon_shop.png) no-repeat 15px center;
	background-size: 20px 20px;	
}

.drawer-nav .contact{
	padding-top:20px;
	text-align:center;	
}

.drawer-nav .contact p{
	font-size:16px;
	margin-bottom:15px;
	font-weight: bold;
}

.drawer-nav .contact p span{
	display:block;
	margin-top:10px;
	font-size:13px;
	font-weight:100;
}

.drawer-nav .contact a{
	margin-bottom:10px;	
}


.drawer-nav .contact .subnav{
	overflow:hidden;
	width:223px;
	margin:0 auto;
}

.drawer-nav .contact .subnav li{
	float:left;
	height:22px
}

.drawer-nav .contact .subnav li a{
	display:block;
	font-weight: bold;
}

.drawer-nav .contact .subnav li.calendar a{
	margin-right:15px;
	padding:2px 10px 2px 20px;
	border-right:1px solid #e5e5e5;
	background:url(../images/head_nav_calendar.png) no-repeat left center;
	background-size:14px 14px;
}

.drawer-nav .contact .subnav li.access a{
	padding-left:20px;
	background:url(../images/head_nav_access.png) no-repeat left center;
	background-size:14px 14px;
}
.drawer-nav .contact .subnav li img{
	height:15px;
	width:auto;
}

.drawer-nav .contact .fb{
	margin:15px 0;	
}


/* header
----------------------------------------------------*/
header h1{
	padding:25px 15px;
    font-weight: bold;
}

header h1 img{
	width:80%;
	max-width:220px;
	height:auto;
}



/* mainvisual
----------------------------------------------------*/
#mainvisual{
	width:auto;
	min-height:200px;
	overflow:hidden;
	text-align:center;
	/*background-color:#eee;*/
	background:url(../images/sp_main_visual.jpg) no-repeat center center;
	background-size:cover;
}

#mainvisual img{
	width:100%;
	height:auto;
}

video#bg_movie{
	display:none;	
}

#mainvisual #contents{
	width:90%;
	/*margin:80px auto 0;*/
	margin:70px auto 0;
}

#mainvisual .access_btn{
	width:150px;
	height:75px;
	margin:0 auto;
	position: relative;
}

#mainvisual .access_btn a{
	display: block;	
	position: absolute;
	top: 0;
	z-index: 5000;
}


@media screen and (max-width 655px){
	#mainvisual img{
		width:auto;
		height:180px;
	}	
}

#tubular-container{
	display:none !important;
}

/*----------------------------------------------------
	TOPページ
----------------------------------------------------*/
#topics{
	width:90.625%;/*290px*/
	margin:10px auto 0;
	border:1px solid #f08200;
	vertical-align:top;
}

#topics th.ttl{
	display:block;
	width:100%;
	height:15px;
	padding:8px 0 12px;
	background: #f08200;
	color:#fff;
	font-size:14px;
	font-weight:500;
	vertical-align:middle;
	text-align:center;
}

#topics th img{
	display:block;
	float:left;
	margin-top:-3px;
}

#topics th span{
	display:block;
	width:150px;
	margin:0 auto;
}

#topics td.txtarea{
	display:block;
	width:100%;
	padding:10px 0;
	text-align:center;
	line-height:180%;
}

#topics td.txtarea table{
	width:100%;
}

#topics table th{
	border-bottom:1px solid #eee;	
}

#topics table td{
	padding-top:15px !important;	
}

#topics table th,
#topics table td{
	display:block;
	width:93%;
	text-align:center;
	padding:0 3.5% 5px;
}

.credit{
	width: 90.625%;
    margin: 30px auto 0;
}

.credit img{
	width: 100%;
	height: auto;	
}



/* slick
----------------------------------------------------*/
.ttlarea{
	width:90.625%;/*290px*/
	margin:45px auto 45px;
	overflow:hidden;
	_zoom:1;
}

#stockarea,
#top_staffblog{
	padding-bottom: 30px;
}

.ttlarea h2{
	float:left;	
	padding:0 0 0 35px;
	font-size:179%;
    font-weight: bold;
	min-height:30px;
	line-height:100%;
}

#stockarea .ttlarea h2{
	background:url(../images/nav_icon_stock.png) no-repeat left top;
	background-size:28px 28px;
}

#top_content #stockarea .ttlarea h2{
	margin-bottom:30px;
}

.ttlarea p.orange_btn{
	position:absolute;
	bottom:34px;
	/*left:50%;
	margin-left:-145px;*/
	z-index:2000;
	width:90.625%;
}

#stockarea .ttlarea p a img{
	width:100%;
	height:auto;
}

.boxarea{
	width:100%;
	/*width:90.625%;/*290px*/
	margin:0px auto 30px;
	overflow:hidden;
	_zoom:1;
	border-top:1px solid #e5e5e5;
}

.boxarea .inner{
	width:100%;
}

.boxarea .inner .box{
	margin:0;
}

.box,
.box_blog{
	position:relative;
	overflow:hidden;
	padding:15px 4.6875%;
	outline: none;
	border-bottom:1px solid #e5e5e5;
}

.up{
	height: 20px;
	padding-left:53px;
	background:url(../images/stock_icon_up.gif) no-repeat left top;
	background-size:46px 20px;
}

.new{
	height: 20px;
	padding-left:53px;
	background:url(../images/stock_icon_new.gif) no-repeat left top;
	background-size:46px 20px;
}

.soldout{
	height: 20px;
	padding-left:75px;
	background:url(../images/stock_icon_soldout.gif) no-repeat left top;
	background-size:68px 20px;
}

.box a.item_link{
	overflow:hidden;
	display:block;
}

.box img,
.box_blog img{
	clear:both;
	width:100%;
	height:auto;
}

.box .item_date{
	height:20px;
	margin-bottom:15px;
}

.box p.up{
	padding:2px 0 0 53px;
	background:url(../images/stock_icon_up.gif) no-repeat left top;
	background-size:46px 20px;
}

.box p.new{
	padding-left:53px;
	background:url(../images/stock_icon_new.gif) no-repeat left top;
	background-size:46px 20px;
}

.box .item_date span{
	display:block;
	float:left;
	margin:-2px 5px 0 0;
}

.box .item_img,
.box_blog p{
	float:left;
	width:40%;
	margin-right:5%;	
}

.box .item_cate{
	position:absolute;
	top:8px;
	right:4.6875%;
	margin-top:10px;
}

.box .item_cate a{
	padding:5px 10px;
	background-color:#e5e5e5;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.box .item_name,
.box_blog dd{
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}

.box .item_price{
	margin-top:15px;
	color:#f00;
	font-weight:bold;
	font-size:14px;
}

.box .item_price span{
	font-size:12px;
	color:#000;	
}

.slick-dots{
	width:100% !important;
}

#stockarea .orange_btn,
#top_staffblog .orange_btn{
	width:90.625%;/*290px*/
	margin:0 auto;
}

.box_blog dt{
	margin-bottom:5px;	
}



/* 規約
----------------------------------------------------*/
#kiyaku{
	margin:0;
	background-color:#f5f5f5;	
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

#kiyaku .inner{
	border-top:1px solid #e5e5e5;
}

.agreement{
	padding-bottom:210px;
}

#top_sale{
	background:url(../images/top_bg_sale.jpg) no-repeat center bottom;
	background-size:auto 330px;
}

#top_buy{
	background:url(../images/top_bg_buy.jpg) no-repeat center bottom;
	background-size:auto 330px;
}

@media screen and (max-width 480px){
	#top_sale{
		background:url(../images/top_bg_sale.jpg) no-repeat center bottom;
		background-size:auto 200px;
	}
	
	#top_buy{
		background:url(../images/top_bg_buy.jpg) no-repeat center bottom;
		background-size:auto 200px;
	}	
}


.agreement_txt .inner{
	border-top:0 !important;
	margin:0 auto;
	padding:30px 4.6875%;
	background-color:#f5f5f5;
}

.agreement_ttl{
	margin-bottom:15px;
}

.agreement_ttl h3{
	margin-bottom:10px;
	font-size:179%;	
	font-weight: bold;
}
.sub_ttl{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.agreement_btn{
	/*width:290px;*/
	margin:30px auto 0;
	text-align:center;	
}


/* オフィス支援サービス
----------------------------------------------------*/

#top_oshien{
	width: 100%;
	margin-bottom: 45px;
    overflow: hidden;
	background-color: #f5da7f;
}

#top_oshien h2{
	margin: 30px 0;
    font-size: 24px;
    font-weight: bold;
	text-align: center;	
}

#top_oshien ul{
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;	
}

#top_oshien ul li{
	margin: 0  0 30px;
	text-align: center;
}

#top_oshien ul li a img{
	display: block;
	width: 100%;
	margin: 5px 0;
	background-color: #dcba3c;
	border: 3px solid #dcba3c;
	border-radius: 5px;
	font-size: 0;
	box-sizing:border-box;
}

#top_oshien ul li a:hover img{
	background-color: #f18300;
	border: 3px solid #f18300;	
}

#top_oshien ul li a img{
	width: 100%;
	height: auto;
}

/* スタッフブログ
----------------------------------------------------*/
#top_staffblog{
	padding-bottom:30px;
}

#top_staffblog .ttlarea{
	padding:0;
	margin-top:0;
}

#top_staffblog .ttlarea h2{
	height:58px;
	padding:0 0 0 70px;
	background:url(../images/top_ttl_staffblog.png) no-repeat left center;
	background-size:63px 58px;
	font-size:203.5714285714286%;/*28.5px*/
}

#top_staffblog .ttlarea h2 span{
	display:block;
	font-size:14px;	
}

#top_staffblog .ttlarea .blog_nav{
	clear:both;
	font-size:12px;
}
#top_staffblog .ttlarea .blogcate{
	overflow:hidden;
	padding:15px 0 0 0;
	text-align: center;
}

#top_staffblog .ttlarea .blogcate li{
	display:inline-block;
	font-weight:bold;
}

#top_staffblog .ttlarea .blogcate li a{
	padding:3px 15px;	
}

#top_staffblog .boxarea{
	border-bottom:1px solid #e5e5e5;
}

#top_staffblog .box{
	border-bottom:1px solid #e5e5e5;
}

#top_staffblog .box:last-child{
	border-bottom:none;
}

#top_staffblog .item_cate{
	top:auto;
	bottom:20px;	
}

#top_staffblog .item_cate a{
	padding:5px 20px;
}

/* footer
----------------------------------------------------*/
footer #calendar{
	padding:12px 0;
	background-color:#f5f5f5;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	text-align:center;
}

footer #calendar a{
	display:block;
	width:90.625%;/*290px*/
	height:45px;
	margin:0 auto;
	background-color:#f08200;
	border-radius:5px;
	line-height:45px;
	color:#fff;
}

footer #calendar a span{
	padding-left:23px;
	background:url(../images/head_nav_calendar_white.png) no-repeat left center;
	background-size:13px 13px;
}

#shop_calendar{
	overflow:hidden;
	width:90.625%;/*290px*/
	margin: 0 auto 20px;
	clear:both;
}

#shop_calendar p{
	text-align:center;	
}

#shop_calendar .calendar_ttl{
	background:none;	
}

footer #footcontent .contect{
	overflow:hidden;
	margin:20px auto 0;
	margin-top:20px;
	text-align:center;
}

footer #footcontent .contect img{
	display:inline-block;
}

footer #footcontent .contect .foot_tel{
	display:inline-block;
	margin:5px 0 5px 15px;
	font-size:18px;
	text-align:left;
}

footer #footcontent .contect .foot_tel span{
	display:block;
	margin-bottom:8px;
	font-size:13px;	
}

footer #footcontent .contect .foot_tel span.sp_add{
	font-size:12px;	
}

footer #footcontent .contect .foot_tel a{
	font-size:28px;
	font-weight: bold;
}

footer #footcontent .contect .foot_info{
	clear:both;
	font-size:13px;
}

footer #footcontent .contect .foot_info span{
	display:block;	
}


footer #footcontent .btn{
	width:90.625%;
	margin:20px auto;
	text-align:center;
}

footer #footcontent .btn li{
	margin:0 auto 15px;	
}

footer #footcontent .btn li a{
	display:block;
	height:45px;
	line-height:45px;
}

footer #footcontent .btn li.mail_btn a:before{
	content:" ";
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_mail.png); 
	background-size:contain;
	vertical-align:middle;
}

footer #footcontent .btn li.mail_btn a:hover:before{
	content:" ";
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_mail_white.png); 
	background-size:contain;
	vertical-align:middle;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}

footer #footcontent .btn li.access_btn a:before{
	content:" ";
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_access.png); 
	background-size:contain;
	vertical-align:middle;
}

footer #footcontent .btn li.access_btn a:hover:before{
	content:" ";
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_access_white.png); 
	background-size:contain;
	vertical-align:middle;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}

.page-top{
	display:none;	
}

.page-top p{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 0px ;
	bottom: 10px ;
}
 
.move-page-top{
	display: block ;
	width: 80px ;
	height: 40px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	/*-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;*/
}

.move-page-top:hover{
	opacity: 0.85 ;
}

.move-page-top img{
	width:100%;
	height:auto;	
}

#foot_info{
	background-color:#f18300;
	padding:10px 0 5px;
}

#foot_info ul li{
	padding:3px 5px 0;	
}

#foot_info ul li#unei{
	color:#fff;
	margin-bottom:5px;
}

#foot_info ul li#unei a{
	color:#fff;
	text-decoration:underline;
}

#foot_info ul li#copy{
	font-size:10px;
	color:#fff;
}
/* calendar用css
----------------------------------------------------*/

#biz_calendar{
	width:100%;
	min-width:100%;	
}

#biz_calendar table.bizcal{
	border:1px solid #e5e5e5 !important;
}

#biz_calendar table.bizcal th{
	background-color:#f18300 !important;
	background-image:none !important;
	color:#fff !important;
}


#biz_calendar table.bizcal th,
#biz_calendar table.bizcal td{
	height:38px;
	vertical-align:middle;
	border-right:1px solid #e5e5e5 !important;	
	border-bottom:1px solid #e5e5e5 !important;	
}

#biz_calendar table.bizcal td.calmonth,
#biz_calendar table.bizcal td.calbtn{
	height:30px !important;
	border-right:0 !important;
	border-bottom:0 !important;
}

.holiday,
.boxholiday{
	background-color: #fce6e6 !important;
	color:#000 !important;	
}	

.eventday,
.boxeventday{
	background-color: #fff0ce !important;
	color:#000 !important;	
}

.boxholiday,
.boxeventday{
	border:1px solid #e5e5e5 !important;
}

#biz_calendar p{
	float:left;	
	width:100%;
	text-align:center;
}

#biz_calendar table.bizcal .today {
    background-color: rgb(255, 220, 122);
}

/*----------------------------------------------------
	サブページ
----------------------------------------------------*/

/* 共通CSS
----------------------------------------------------*/
#sub_content{
	/*padding-bottom:30px;*/
}

#breadcrumb{
	display:none;	
}

#sub_content #stockarea{
	padding-bottom:0;
}

.pagettl{
	background-color:#f5f5f5;
	width:90.625%;
	margin:0 0 30px;
	padding:40px 4.6875% 40px;
	border-top:1px solid #f8b500;
	border-bottom:1px dotted #e5e5e5;
}

#page_content{
	width:90.625%;
	margin:0 auto 30px;
}

#page_content img{
	width:100%;
	height:auto;
}

#page_content h3{
	margin-bottom:30px;
	font-size:28px;
	font-weight: bold;
	line-height:100%;
	color:#f08200;
}

#page_content h3 span{
	font-size:35px;
}

#page_content p{
	margin-bottom:15px;	
}

#filter{
	clear:both;
	width:90.625%;
	margin:0 auto;
}

.ttlarea #filter{
	width:98% !important;
}

#filter p{
	margin:20px auto;
	font-size:16px;
	font-weight: bold;
}

#filter form{
	position:relative;
}

#filter form input.search_text{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width:85.33333333333333%;/*375px*/
	margin-right:10px;
	padding:10px 12% 10px 2.666666666666667%;
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
	box-shadow:0;
	border-radius:5px;
	font-size:16px;
}

#filter form select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	padding:10px 2.702702702702703%;
	border:1px solid #e5e5e5;
	background:url(../images/select_btn.png) no-repeat 97% center #f5f5f5;
	border-radius:5px;
	font-size:16px;
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#filter form input.search_btn{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width:100%;
	height:45px;
	margin-top:15px;
	border:none;
	background-color:#f08200;
	border-radius:0;
	cursor:pointer;
	font-weight: bold;
	font-size:16px;
	color:#fff;
}

.search_conditions{
	width:90.625%;
	margin:0 auto 30px;
	padding:15px 4.6875%;
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
}

.search_result{
	width:92%;
	margin:50px auto;
}

.search_result h3{
	font-size:18px;
	font-weight: bold;
	color:#f08200;
	margin-bottom:15px;
	line-height:155%;
	text-align:center;
}

.ninki{
	margin:20px auto 0;
	padding:15px 0;
	border-top:1px dotted #e5e5e5;
	text-align:center;
	font-size:16px;
	line-height:2;
}

.ninki span{
	display:block;
	font-weight:bold;
}

.ninki a{
	display:inline-block;
	border-bottom:1px dotted #f9711f;
}


.stock_add{
	margin:0 auto 0;
	padding:8px 0;
	border-top:1px dotted #e5e5e5;
	border-bottom:1px dotted #e5e5e5;
	text-align:center;
	font-size:14px;
	color:#f9711f;
}

.entry_list{
	border:0;	
}

.sub_iteminfo{
	clear:both;
	padding-top:8px;
}

.table_style{
	width:100%;
	margin:0px 0 50px;
	border-top:2px dotted #e5e5e5;
}

.table_style th,
.table_style td{
	padding:12px 0;
	vertical-align:middle;
}

.table_style th{
	width:30%;
	background-color:#e5e5e5;
	border-bottom:3px solid #fff;
}

.table_style td{
	padding-left:15px;	
	border-bottom:2px dotted #e5e5e5;
}

.table_style td a {
    color: #f9711f;
}

/* stock 
----------------------------------------------------*/
#linkarea{
	width: 90.625%;
    margin: 0 auto 30px;
}

#linkarea li{
	margin-bottom:15px;	
}

#linkarea li span{
	display:block;
	margin-bottom:10px;
    padding-left: 15px;
    background: url(../images/list_salesterm.gif) no-repeat left 8px;
    font-weight: bold;	
}

#linkarea li table{
	margin-top:15px;	
}

#linkarea li th span{
	display:inline-block;
	background:none;
	margin:0;
	padding:0 0 0 10px;
}

.wp-pagenavi{
    margin:30px 0 30px;
    text-align:center;
}

.wp-pagenavi .current{
	background-color:#f9711f;
	border:none;
	color:#fff;
}

.wp-pagenavi a:hover{
	border:1px solid #f9711f !important;	
}

.wp-pagenavi span,
.wp-pagenavi a{
	padding:10px 5px !important;	
}



/* stock > 在庫情報詳細
----------------------------------------------------*/
#sub_content #stock_wrap{
	width:90.625%;
	margin:15px auto 0;
}

.item_img img{
	width:100%;
	height:auto;
}

.soldout_txt{
	color:#f00;
}	

/* スライド
----------------------------------------------------*/
#thumbnail,
#thumbnail_sp{
    overflow: hidden;
    width: 100%;
}
#thumbnail li,
#thumbnail_sp li{
    float: left;
}
#thumbnail li img,
#thumbnail_sp li img{
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
#thumbnail li.current img,
#thumbnail_sp li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
#main_photo,
#main_photo_sp{
    position: relative;
    height: 100% !important;
	padding-top: 75%;
}
#main_photo img,
#main_photo_sp img{
    position: absolute;
    top:0;
    width: 100%;
}
/*----------------------------------------------------*/

.deta{
	overflow:hidden;
}

.deta .date{
	overflow:hidden;
	margin:5px 0 0;
	padding-top:3px;
	font-weight: bold;
}

.deta .date span{
	display:block;
	float:left;
	margin:0px 5px 0 0;
}

.deta .cate{
	display:inline-block;
	margin:10px 0 20px;
	padding:5px 10px;
	background-color:#f08200;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	clear:both;
}

.deta .cate a{
	color:#fff;
}

#stock_wrap .itemarea .item_data ul{
	margin-top:20px;
}

#stock_wrap .itemarea .item_data li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#stock_wrap .itemarea .item_data .item_cate{
	position:absolute;
	top:242px;
}

#stock_wrap .itemarea .item_data .item_cate a{
	padding:5px 10px;
	background-color:#e5e5e5;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
	text-decoration:none;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

#stock_wrap .itemarea .item_data .item_cate a:hover{
	background-color:#f18300;
	color:#fff;
}

#stock_wrap .itemarea .item_data .item_name{
	margin-bottom:8px;
	padding-bottom:15px;
	font-size:16px;
	font-weight:bold;
}

#stock_wrap .itemarea .item_data .item_price{
	clear:both;
	margin-top:20px;
	text-align:right;
	color:#f00;
	font-weight:bold;
	font-size:16px;
}

#stock_wrap .itemarea .item_data .item_price span{
	font-size:12px;
	color:#333;	
}

#stock_wrap .itemarea .item_data .rank{
	overflow:hidden;	
}

#stock_wrap .itemarea .item_data .rank a{
	float:right;
	display:block;
	text-align:right;
	text-decoration:underline;	
}

#stock_wrap .itemarea .item_data dl{
	margin-bottom:30px;	
}

#stock_wrap .itemarea .item_data dl dt{
	font-weight: bold;	
}
	
#stock_wrap .itemarea .item_data dl dd{
	margin-top:10px;
}
	
#stock_wrap .itemarea .item_data dl dd a{
	color:#f28204 !important;
	text-decoration:underline !important;
}


.number{
	margin:15px 10px 50px;
}

.contact_num{
	padding:13px;
	border:5px solid #f8b500;
	text-align:center;
}

.contact_num strong{
	display:block;
	margin:10px 0;
	font-size:20px;
	font-weight:bold;
}

.contact_tel{
	margin:30px 0;
	text-align:center;
}

.contact_tel img{
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;	
}

.contact_tel .tel{
	display:inline-block;
	text-align:left;
	vertical-align:middle;
}

.contact_information .contact_tel .tit{
	font-weight: bold;
	font-size: 16px;	
}


@media screen and (max-width: 430px) {
   /* 幅430px以下の場合 */
	
	.contact_tel .tel a{
		font-size:24px !important;	
	}
	
	.time{
		margin-top:5px;	
	}
}

.contact_tel .tel span{
	display:block;
	margin:8px 0 3px;
	font-size:18px;	
}

.contact_tel .tel span a{
	font-size:32px;
	font-weight: bold;
}

.contact_information a span{
	font-size:14px !important;	
}

.time{
	font-size:13px;	
}

.catestock{
	padding-bottom:110px;
	position:relative;	
	border-bottom:1px solid #e5e5e5;
}

.catestock h2{
	font-size:158%;
	padding-top:3px;
}

.catestock .inner{
	border-top:1px solid #e5e5e5;
}

.blogstock_link{
	overflow:hidden;
	width:90.625%;
	margin:0 auto 30px;
	padding:25px 0;
	border:3px solid #f08200;
	text-align:center;
	font-size:16px;
	line-height:155%;
}

.blogstock_link .orange_btn{
	margin:20px 15px 0;
}

.blogstock_link .orange_btn a{
	padding:1px 5px 2px 25px;
}

.add{
	width:90.625%;
	margin:0 auto 5px; 
}

#sub_contact{
	width:87.17672413793103%;
	margin:0 auto 30px;
	padding:1.724137931034483%;
	background:url(../images/stock_bg_subcontact.gif) ;	
}

#sub_contact .inner{
	background-color:#fff;
	padding:20px 15px;
	text-align:center;
}

#sub_contact .inner h3{
	font-size:20px;
	margin-bottom:20px;
	font-weight: bold;
}

#sub_contact .inner .contact_tel{
	margin:10px 0;	
}

#sub_contact .inner .contact_tel .tel span{
	margin-top:12px;
}

#sub_contact .inner .btnarea ul{
	margin:20px 0;
}

#sub_contact .inner .btnarea ul li{
	margin-bottom:10px;
}

#sub_contact .inner .btnarea ul li a{
	background-color:#f08200;
	color:#fff;
}

#sub_contact .inner .btnarea ul li a:hover{
	background-color:#fff;
	color:#f08200;
}

#sub_contact .inner .btnarea ul li.mail_btn a:before{
	content:" ";
	display:inline-block;
	background:url( ../images/head_nav_mail_white.png); 
	background-size:contain;
}

#sub_contact .inner .btnarea ul li.mail_btn a:hover:before{
	content:" ";
	display:inline-block;
	background:url( ../images/head_nav_mail.png); 
	background-size:contain;
}

#sub_contact .inner .btnarea ul li.access_btn a:before{
	content:" ";
	display:inline-block;
	background:url( ../images/head_nav_access_white.png); 
	background-size:contain;
}

#sub_contact .inner .btnarea ul li.access_btn a:hover:before{
	content:" ";
	display:inline-block;
	background:url( ../images/head_nav_access.png); 
	background-size:contain;
}

.telarea .txt{
	font-size:13px;	
}

.telarea img{
	margin-right:5px;	
}


/* 【共通】販売・配送について,買取について
----------------------------------------------------*/
#shoparea h4,
#salesarea h4,
#buyarea h4,
#contactarea h4,
#confirmarea h4,
#thanksarea h4,
h4.dot{
    margin: 50px 0 15px;
    padding-left: 15px;
    background: url(../images/list_salesterm.gif) no-repeat left 8px;
    font-size: 20px;
	font-weight:bold;
}

#salesarea h4:first-child,
#buyarea h4:first-child,
#contactarea h4:first-child,
#confirmarea h4:first-child,
#thanksarea h4:first-child,
h4.dot:first-child{
	margin-top:0;	
}


/* 店舗情報
----------------------------------------------------*/
#shoparea .ttlarea h2{
	background:url(../images/nav_icon_shop.png) no-repeat left top;
	background-size:28px 28px;
}

#shoparea h3{
	line-height:155%;
	text-align:center;	
}

#shoparea .emphasis{
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:30px 0;
}

.shop_table{
	width:100%;
	margin:50px 0;
}

.shop_table th,
.shop_table td{
	padding:12px 0;
	vertical-align:middle;
	word-wrap: break-word;
}

.shop_table th{
	width:40%;
	background-color:#e5e5e5;
	border-bottom:3px solid #fff;
}

.shop_table td{
	padding-left:15px;	
}

/*#map{
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.maplink a{
	display:block;
	width:100%;
	margin:30px 0;
	padding:10px 0;
	background-color:#e5e5e5;
	border-radius:5px;
	text-align:center;
}

.map-embed{
	max-width: 100% ;
	height: 0 ;
	margin: 0 ;
	padding: 0 0 56.25%;
	overflow: hidden ;
	position: relative ;
	top: 0 ;
	left: 0 ;
}

.map-embed div{
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	margin: 0 ;
	padding: 0 ;
}

.map-embed img{
	max-width: none ;
}

.calendar_ttl{
	margin: 20px 0 15px;
    padding-left: 15px;
    background: url(../images/list_salesterm.gif) no-repeat left 8px;
    font-size: 20px;
    font-weight: bold;
}


/* 販売・配送について
----------------------------------------------------*/
#salesarea .ttlarea h2{
	background:url(../images/nav_icon_sale.png) no-repeat left top;
	background-size:30px 30px;
}

#haisou h3{
	margin:80px 0 0;	
}

#haisou .table_style{
	margin-bottom:5px !important;	
}

#haisou .table_style td{
	text-align:center;
	border-right:2px dotted #e5e5e5;
}

#haisou .table_style th.hani{
	text-align:left;
	padding:0 15px;
	font-weight:bold;
}

#haisou .table_style th.hani span{
	display:block;
	margin-top:5px;
	font-weight:100;
}

#haisou .table_style th.hani span br{
	display:none;
}

#haisou img{
	text-align:center;	
}

#haisou ul li{
	border:1px solid #e5e5e5;
	padding:15px;
	margin-top:30px;
}

#haisou ul li strong{
	font-weight:bold;	
}

/* 買取について
----------------------------------------------------*/
#buyarea .ttlarea h2{
	background:url(../images/nav_icon_buy.png) no-repeat left top;
	background-size:26px 26px;
}

.kaitori_nagare{
	background-color:#f5f5f5;
	padding:20px;
	text-align:center;
}

.kaitori_nagare p{
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
}

.kaitori_nagare ul{
	overflow:hidden;
	margin:0 auto;
}

.kaitori_nagare ul li{
	width: 100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #aaa;
	text-align:left;
}

.kaitori_nagare ul li.last{
	margin:0;	
	padding:0;	
	border-bottom:none;
}

.kaitori_nagare ul li span{
	display:block;
	margin-bottom:5px;
	font-weight:bold;	
}


/* お問い合わせについて
----------------------------------------------------*/
#contactarea .ttlarea h2,
#confirmarea .ttlarea h2,
#thanksarea .ttlarea h2{
	background:url(../images/head_nav_mail.png) no-repeat left center;
	background-size:30px 30px;
}

.tel_info{
	background-color:#e5e5e5;
	margin:0 auto;
	padding:25px 0 15px;
	text-align:center;
}

.tel_info li{
	 margin-bottom:5px;
}

.tel_info .tel,
.tel_info .tel a{
	color:#f9711f;
}

.tel_info .tel a{
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
}


.contact_form{
	margin-bottom:0;
	border-top:none;
}

.contact_form th,
.contact_form td{
	display:block !important;
	width:100% !important;
}

.contact_form th{
	background-color:#fff;
	padding:15px 0 0;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}

.contact_form td{
	padding:5px 0 15px 0;
	border:none;
	border-bottom:1px solid #e5e5e5;
}

.contact_form td.last{
	padding:5px 0 20px 0;
	border:none;	
}

.contact_form span.item_data{
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:100%;
	margin:10px 0 5px;
	font-size:13px;
	font-weight:bold;
}

input,
textarea{
	padding:5px 1.5%;
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
	border-radius:5px;
	-webkit-appearance: none;
}

#item_name,
#item_nunber,
#sei,
#mei,
#mail,
#company,
#address,
.mwform-tel-field input,
textarea{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.form-width,
.wpcf7-list-item{
	width:97% !important;
}

.wpcf7-list-item{
	display:block;	
}

/* radio装飾 */
input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
input[type="radio"] + span::before,
input[type="radio"] + span::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
 /* -webkit-transition: all .2s;
  transition: all .2s;*/
}
input[type="radio"] + span::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
input[type="radio"] + span:hover::before {
  background: #fff;
}
input[type="radio"] + span::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  -webkit-transform: scale(2);
  transform: scale(2);
}
input[type="radio"]:checked + span::before {
  background: #fff;
  border: 1px solid #3498db;
}
input[type="radio"]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}

.wpcf7c-conf{ 
	background-color: #f5f5f5 !important;
    color: black !important;
    border: 1px solid #bbb !important;
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset !important;
}

input.wpcf7c-conf-hidden + span{
	padding: 3px 5px 2px;
	background-color: #f5f5f5 !important;
    border: 1px solid #bbb !important;
	border-radius: 5px;
	display: inline-block;
}

#sei,
#mei{
	width:45%;	
}

#address{
	margin-top:5px;	
}

.required{
	color:#f00;
}

.wpcf7-submit,
#kakunin{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width:100%;
	padding:12px 0;
	background-color:#f08200;
	border:3px solid #f08200;
	color:#fff;
	font-size:16px;
}

#hensyu{
	margin: 15px 0 30px -20px;	
}

#backbtn input{
	background-color:#e5e5e5;
	border:#e5e5e5;
	color:#000;
	margin-top:15px;
}

form p{
	margin:20px 0 50px !important;	
}

#thanksarea #sub_contact{
	margin-bottom:30px;	
}

#page_content img.ajax-loader{
	width:auto;
}

#privacy{
	overflow:auto;
	height:200px;
	border:5px solid #ccc;
	padding:30px;
	background-color:#fafafa;
}

#privacy::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 5px;
	background: #e5e5e5;
}
#privacy::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #e5e5e5;
}
#privacy::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #f08200;
	border-radius: 2px;
}
#privacy::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #f08200;
	border-radius: 2px;
}
#privacy::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #e5e5e5;
}
#privacy::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #e5e5e5;
}
#privacy::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}

#privacy h5{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:3px dotted #f08200;
	font-size:18px;
	font-weight:bold;
	color:#f08200;
}

#privacy h6{
	margin-bottom:8px;
	font-size:15px;
	font-weight:bold;
}

#privacy ul{
	margin-bottom:15px;	
}

.privacy_shop{
	padding:30px;
	background-color:#fff;
}

.t_center{
	text-align: center;	
}


/* ブログ
----------------------------------------------------*/

#blogarea .ttlarea h2{
	background:url(../images/ttl_icon_blog_300.png) no-repeat left center;
	background-size: 28px 28px;	
}

#blog_content .blogentryarea{
    width: 90.625%;
	margin:0 auto;
}

#blog_content .blogentryarea img{
	width:100%;
	height:auto;	
}

#blog_content .blogentryarea h3{
	margin-top:15px;
	padding-bottom:10px;	
	font-size:22px;
	font-weight:bold;
	line-height:133%;
}
#blog_content .blogentryarea .blog_day{
	padding:5px 0;
	color:#555;
	font-size:13px;
}

#blog_content .blogentryarea .entry{
	border-top:1px solid #e5e5e5;
	padding-top:25px;
}

.blog_data li,
.blog_data li a{
	display:inline-block;
	margin:5px 15px 5px 0;
	color:#555;
}

.blog_data li a:hover{
	color:#f08200;	
}

.blog_data .time{
	background:url(../images/blog_icon_clock.png) no-repeat left center;
	padding-left:20px;
}

.blog_data .cat,
.cate .cat{
	background:url(../images/blog_icon_cat.png) no-repeat left center;
	padding-left:20px;
}

#blog_content .blogentryarea .entry p{
    margin: 0 0 20px;
}

.archivearea{
	display:none;	
}


#blog_content .blogentryarea .entry table{
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    width: 100%;
}

#blog_content .blogentryarea .entry table th,
#blog_content .blogentryarea .entry table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 10px;
}

#blog_content .blogentryarea .entry a{
	text-decoration:underline;
	color:#f28204 !important;
}

.page_nav{
	overflow:hidden;
	margin:30px 0;	
	border-top:1px solid #e5e5e5;	
	border-bottom:1px solid #e5e5e5;
}

.page_nav li{
	display:inline-block;
	margin:5px 0;
	width:32%;
}

.page_nav li a{
	display:block;
	padding:5px 0;
}

.page_nav li.nav-previous a{
	border-right:1px solid #e5e5e5;
}
.page_nav li.nav-top a{
	border-right:1px solid #e5e5e5;
	text-align:center;
}

.page_nav li.nav-next a{
	text-align:right;
}


#blogarea .cate{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	width:90%;
	margin:0 auto;
	padding:8px 0;
}

#blogarea .cate li a{
	display:block;
	width:100%;
	padding:8px 0 8px 15px;
	background:url(../images/list_salesterm.gif) no-repeat left center;
	color:#888;
}

#blogarea .cate li a:hover{
	color:#f18300;	
}

#blogarea .cate .blog_ttl{
	font-weight:bold;
	font-size:16px;
	margin-top:3px;
	margin-bottom:15px;
}	

#blogarea .cate .current a{
	color:#f18300 !important;
	font-weight:bold;
}

/*▼youtube用*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*▲youtube用*/


/* ネットワーク構築
----------------------------------------------------*/


#networkarea .ttlarea h2{
	background:url(../images/nav_icon_nw.png) no-repeat left top;
	background-size: 30px 30px;
}

#networkarea h4{
	line-height: 1.3;
	margin: 30px 0 15px;
}

.net_reason{
	overflow: hidden;
	margin-bottom: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.net_reason li{
	width:50%;
	float:left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	box-sizing:border-box;
	font-weight: bold;
}

.net_reason li.grey{
	background-color: #f5f5f5;
}

.network_merit{
	border: 5px solid #ddf3fb;
	padding: 15px;
}

.network_merit h4{
	margin: 10px 0 15px !important;
	font-size: 16px;
	font-weight: bold;
	line-height:1.5;
	text-align: center;
}

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

.network_merit h4{
	text-align: left;	
}
}

.network_merit li{
	margin-bottom: 10px;
	padding-left:1em;
	text-indent:-1em;
}

.network_work{
	margin: 30px 0;
	overflow: hidden;	
}

.network_flow{
	margin-top: 30px;	
}

.network_flow li span{
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	text-align: center;	
}


.network_flow li:after{
	display: block;
	content:" ";
	width: 25px;
	height: 15px;
	margin:10px auto;
	background: url(../images/flow_network.jpg);
	background-size: 25px 15px;
}


.network_flow li:last-child:after{
	display: none;	
}

.nw_table{
	width:100%;
	border: 1px solid #ccc;
	border-bottom:  none;
	margin-bottom: 5px;
	border-collapse: inherit;
}

.nw_table td{
	width: 100%;
	display: block;
	text-align: left;
	padding: 5px 10px 3px;	
	color: #555;
	box-sizing: border-box;
	background-color: #f5f5f5;
}

.nw_table td br{
	display: none;	
}

.nw_table td.sp_td{
	border-top: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px  8px;
	background-color: #fff;	
}

.nw_table td.sp_td br{
	display: block;	
}

.nw_table th{
	display: none;
}

#page_content .network_work .network_txt .cost{
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.network_point{
	overflow: hidden;
	margin: 30px auto 0;
}

.nw_pointbox{
	margin-bottom: 30px;
	border: 3px solid #f18300;
	border-radius: 5px;
}

.nw_pointbox h5{
	padding: 10px;
	background-color: #f18300;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}

.nw_pointbox h5 span{
	display: block;
	font-style: italic;
	padding-bottom: 10px;
	font-size: 13px;
}

.nw_pointbox ul{
	padding: 15px 10px 10px;
	font-size: 14px;
}

.nw_pointbox ul li{
	margin-bottom: 5px;
	padding-left:2em;
	text-indent:-2em;
}

.nw_pointbox ul li span{
	color: #f18300;	
}

.nw_pointbox ul li span strong{
	text-decoration: underline;
}

.nw_img_f{
	text-align: center;	
}