/* IMPORTS ------------------------------------------------------------*/
@import url('reset.css');
/* HACKS ------------------------------------------------------------*/
.clear{
	clear:both;
	/*
	height:1px;
	*/
}
.inv{ display:none; }
.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}
/* yaya */
/*
div {
	border:solid 1px #000000;
}
*/
/* GENERAL ------------------------------------------------------------*/
body {
	line-height: 1;
	color: #51565b;
	font-family: sans-serif, "メイリオ", Meiryo, arial; 
	font-size:  100%;
	/*
	background-color:#F3F2ED;
	*/
	-webkit-text-size-adjust: none;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.wrapper{
	width:100%;
	margin: 0px auto;
}
.top_left {
	width:100%;
	display:block;
	font-size:14px;
	color:#000000;
	text-align:left;
	z-index:99999;
}
.top_left a {
	color:#ad1e23;
	text-decoration:none;
}
.top_left a:hover {
	color:#ad1e23;
}

#header{
	height:68px;
	position: relative;
	z-index: 10;
	background: #ffffff; 
	/*
	border-bottom:solid 2px #ad1e23; 
	*/
}

.header_disp {
	height:60px;
	width:100%;
	/*
	position:absolute;
	top:20px;
	*/
}
.header_box {
	display:blok;
	height:60px;
	width:100%;
}
.header_left {
	display:block;
	width:300px;
	height:auto;
	margin:12px 0 0 0;
}

.header_center {
	display:block;
	width:400px;
	height:auto;
	text-align:right;
	margin:30px 0 0 0;
	/*
	position:absolute;
	top:56px;
	left:436px;
	*/
}
.header_right {
	display:block;
	width:300px;
	height:auto;
	/*
	position:absolute;
	top:0;
	right:0;
	*/
}

.header_umai {
	width:350px;
	position:absolute;
	left:20px;
	top:150px;
	display:block;
}
#logo {
	width:335px;
	height:auto;
}

.clear {
	clear:both;
}

.main{
	width: 90%;
	margin:0 auto;
	padding:5px;
}

#content{
	/*
	min-height: 360px;
	*/
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5em;
	/*
	padding:20px;
	*/
}

#content a{
	color: #909090;
}

#content a:hover{
	color: #FF0000;
}

#content p{
	margin-bottom: 20px;
}

.category_lbl {
	display: block;
	text-align:center;
	vertical-align: middle;
	width:236px;
	height:60px;
	padding:0;
	margin:0;
	color:#ffffff;
	text-decoration:none;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
	font-size:16px;
}

/*
.category_lbl a {
	color:#ffffff;
}

.category_lbl a:hover{
	color:#FFFF00;
}
*/

/* BANNER ----------------------------------------------------------*/
.banner_bar {
	width:100%;
}
/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	/*
	font-family: 'Ubuntu', arial, serif; 
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	*/
	font-family: sans-serif, "メイリオ", Meiryo, arial; 
	font-weight: lighter;
}

h1 {
	font-size:14px;
/*
	color:#ffffff;
*/
	position:absolute;
	top:2;
	z-index:1;
}

h2{ font-size: 12px; }

h3{ font-size: 18px; }

h4{ font-size: 12px; }

h5{ font-size: 12px; }

h6{ font-size: 12px; }

.big_text {
	font-size:46px;
	color:#F7468E;
	font-weight:bold;
}

/* Slide  -------------------------------------------------------------------*/

#slide {
    max-width: 100%;
    width:100%;
    height: auto;
    margin:0 auto;
	background: #ffffff;
	border-bottom:solid 1px #cccccc; 
	background-size: 100%;
}
#topimg_box {
	position: relative;
	width: 100%;
    height:auto;
	margin:0;
	z-index:0;
}
#top_img {
	overflow: hidden;
	/*
    position: absolute;
    */
    margin:0;
    width: 100%;
    height: auto;
    z-index:0;
}
#slide_block{
	overflow: hidden;
    position: relative;
    margin:0 auto;
    width: 800px;
    height: 300px;
    /*
    background-color:#FFFACD;
    */
}

#loader {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 1000;
}

.slide_ul {
    position: relative;
}
.slide_ul .slide_li {
	overflow: hidden;
    display: none;
    -ms-filter:alpha(opacity=0);
	FILTER:alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 966px;
    height: 470px;
}
.slide_ul .slide_li .slide_info {
    display: none;
    -ms-filter:"alpha(opacity=0)";
	FILTER:alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.slide_info {
    background-color:#FFFACD;
	z-index:1;
}
.slide_ul .slide_li .slide_info img {
}
.slide_inbox {
	z-index:99999;
    display: none;
    -ms-filter:"alpha(opacity=0)";
	FILTER:alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
	opacity:1;
}
.slide_inbox p {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
    opacity: 1;
    -ms-filter:"alpha(opacity=100)";
	FILTER:alpha(opacity=100);
}

#slide_sub {
    max-width: 100%;
    width:100%;
    height: auto;
    margin:0 auto;
	background: #ffffff;
	border-bottom:solid 2px #ad1e23; 
	background-size: 100%;
}
#slide_sub_block{
	overflow: hidden;
    position: relative;
    margin:0 auto;
    width: 800px;
    height: 300px;
}
.slide_sub_ul {
    position: relative;
}
.slide_sub_ul .slide_sub_li {
	overflow: hidden;
    display: block;
    -ms-filter:alpha(opacity=100);
	FILTER:alpha(opacity=100);
    opacity: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 966px;
    height: 470px;
}
.slide_sub_ul .slide_sub_li {
    display: block;
    -ms-filter:"alpha(opacity=100)";
	FILTER:alpha(opacity=100);
    opacity: 100;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.slide_sub_ul .slide_sub_li img {
}

#sceen1 {
}

/* MENU ---------------------------------------------------------------------*/

#menu{
	width: 296px;
	padding-top: 0;
	margin-bottom: 0px;
	position:absolute;
	right:0px;
}

#menu-holder{
	width: 100%;
	height: 79px;
	/*
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) -1%, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) -1%,rgba(254,254,254,1) 0%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) -1%,rgba(254,254,254,1) 0%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
	*/
}

.back_white {
	background-color:#ffffff;
}
.back_bar {
}
.wrapp_box ul{
	width:100%;
}
.wrapp_box li{
	list-style:none;
	position:relative;
}

.distable_box {
	display:block;
	margin:0;
	padding:0;
}
.distable_li {
	display:block;
	float:left;
}

#nav{
	display: block;
	/*
	position:relative;
	top:-10px;
	right:0px;
	width: 320px;
	margin:-10px 0 0 0 ;
	*/
}

#nav>li{
	display: block;
	float: left;
	/*
	height: 79px;
	width:140px;
	*/
	margin:0;
	text-align:center;
}

#nav>li>a{
	display:block;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	/*
	height:60px;
	*/
	font-weight:normal;
}

#nav>li>a:hover{
	font-weight:bold;
}

/* sub navigation */
/*
#nav>li ul{
	display: block;
	margin-top: 33px;
	background: #1d2023;
}
#nav>li>ul ul{
	margin-top: 0px;
}

#nav>li ul li a{
	display: block;
	padding: 10px 15px;
	display: block;
	font-size: 11px;
	color: #bac0c9;
	text-decoration: none;
}
#nav>li ul li a:hover{
	background: #000;
	color: #fff;
}

#nav>li ul li:last-child a:hover{
}
*/
.m1 {
	text-align:center;
	display:block;
	width:140px;
	height:80px;
}
.m2 {
	text-align:center;
	display:block;
	width:140px;
	height:80px;
}
.m3 {
	text-align:center;
	display:block;
	width:140px;
	height:80px;
}
.m4 {
	text-align:center;
	display:block;
	width:140px;
	height:80px;
}
.m5 {
	text-align:center;
	display:block;
	width:140px;
	height:80px;
}
.m6 {
	text-align:center;
	display:block;
	width:140px;
	height:80px;
}
/* Mobile navigation --------------------------------------------------------*/

#mobile_nav{
	display: block;
	position: static; 
	top: 42px;
	width: 100%;
	margin:0 auto;
}

#mobile_nav>li{
	display: none;
	height: 42px;
	width:100%;
}

#mobile_nav>li:first-child{}

#mobile_nav>li>a{
	display: block;
	font-size: 16px;
	color:#ffffff;
	text-decoration: none;
	margin:10px 0 10px 0;
	padding:10px 0 10px 10px;
	width:100%;
	height:36px;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
}

#mobile_nav>li>a>span.subheader{
	display: block;
	font-size: 11px;
	color: #e0e0e0;
	font-style: italic;
	margin: 10px 0 0 0;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
}

#mobile_nav>li:hover>a{
	display: block;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
}

/* sub navigation */

#mobile_nav>li ul{
	display: block;
	margin-top: 33px;
}

#mobile_nav>li>ul ul{
	margin-top: 0px;
}

#mobile_nav>li ul li a span{
	display: block;
}

#mobile_nav>li ul li:last-child a:hover{ /* last item its rounded at bottom */
}

#mobile .mobile_menu_margin {
	width:100%;
	height:42px;
}

#mobile-menu-holder {
	width: 100%;
	height: 47px;
	/*
	background-color:#FFFACD;
	*/
}

#mobile_menu_btn {
	color:#ffffff;
	padding:12px 0 0 50px;
	background: url(../../../hiroshima/img/mobile_icon.jpg) no-repeat;
	margin:0;
	height: 47px
}
.mobile_menu_text {
	font-size:22px;
}

#mobile_menu{
	display:block;
	width: 100%;
	padding-top: 1px;
	margin-bottom: 0px;
	background-color: #44AF34; 
}

/* bread --------------------------------------------------------------------*/

#bread {
	font-size:14px;
	margin:0 10px 10px 10px;
	line-height:normal;
}

/* Hedline ------------------------------------------------------------------*/

#headline{
	position: relative;
	width: 80%;
	margin: 20px 0 10px 0;
	padding:0 10px 0 10px;
}

#headline>span.main{
	display: block;
	margin: 0;
	padding :0 0 0 20px;
	/*
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	*/
	font-size: 16px;
	line-height: 1.5em;
	text-align:left;
	width:100%;
}
#headline>span.sub{
	display: block;
	margin: 0;
	padding :0 0 0 20px;
	/*
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	*/
	font-size: 16px;
	line-height: 1.5em;
	text-align:left;
	width:100%;
}

/* Content ------------------------------------------------------------------*/


.lbl {
	width:90%;
	position:relative;
	height:30px;
}
.lbl img {
	margin:0;
	padding:0;
	height:30px;
	position:absolute;
	left:0px;
}

.lbl h3 {
	margin:0;
	font-size:18px;
	font-weight:bold;
	padding:0;
	height:30px;
	position:absolute;
	left:35px;
	top:3px;
}

.lbl_sub {
	margin: 0;
	font-size:18px;
	font-weight:normal;
	padding:0 0 0 30px;
}

.lbl_menu h3 {
	margin: 0 0 15px 5px;
	padding:0;
}

.border_dot {
	border-bottom:solid 1px #000000;
	border-style:dotted;
	width:100%;
}

.lbl_menu_jp {
	font-size:16px;
	font-weight:bold;
	color:#9D2508;
	margin:0 0 2px 0;
	width:480px;
}

.lbl_menu_en {
	font-weight:bold;
	color:#317B02;
	width:480px;
}

.lbl_menu_sub_jp_long {
	margin: 0 10px 5px 10px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding:0;
	color:#000000;
	width:100%;
}

.lbl_menu_sub_jp {
	margin: 0;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	/*
	padding:5px;
	*/
	color:#000000;
	width:480px;
}

.lbl_menu_sub_en {
	margin: 0;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	/*
	background-color:#FBF1C1;
	padding:5px;
	*/
	color:#909090;
	width:100%;
}

.lbl_menu_sub_kin {
	margin: 0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#000000;
	width:300px;
	padding:20px 0 0 0;
}

.lbl_menu_topping_jp {
	font-size:14px;
	font-weight:bold;
	color:#9D2508;
	margin:0 0 2px 0;
	width:193px;
}

.lbl_menu_topping_en {
	font-weight:bold;
	color:#317B02;
	width:193px;
}

.lbl_menu_topping_kin {
	margin: 0;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	padding:0 0 10px 0;
	width:193px;
}

.lbl_order_jp {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#9D2508;
	margin:0 0 2px 0;
	width:300px;
	height:40px;
}

.lbl_order_cnt {
	font-weight:bold;
	text-align:right;
	color:#317B02;
	width:60px;
}

.lbl_order_sub_kin {
	margin: 0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#000000;
	width:100px;
	padding:0;
}
.lbl_order_del {
	margin: 0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#000000;
	width:80px;
	padding:0;
}

.cont_box {
	min-height:300px; 
	height:auto !important; 
	width:260px;
	height:300px;
	margin:0;
	padding:19px;
	background-color:#F3F2ED;
	border:1px solid #cccccc;
}

.sub{
	display: block;
	font-size: 14px;
	font-weight:bold;
}

.cont_box_max {
	height:auto !important; 
	width:100%;
	margin-left:8px;
}


.cont_ul_height {
	height: 460px;
}

.cont_li {
	display: block;
	float: left;
	margin-right: 18px;
}


.t_left {
	margin:0;
	padding:0;
	text-align:left;
}

.bar_blue {
	margin:0;
	padding:3px 0 3px 0px;
	width:100%;
	height:48px;
	background-color:#44AF34;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.inazuma {
	position:absolute;
	top:-10px;
}
.bar_text {
	position:absolute;
	top:6px;
	left:72px;
}
.bar_blue h3{
	font-size:30px;
}

.bar_blue1 {
	position:relative;
	top:-26px;
	float:left;
	background: url(../img/bar_back.jpg) repeat 75px 24px;
	width:50px;
	height:24px;
	
}
.bar_blue2 {
	position:relative;
	top:-26px;
	float:right;
	background: url(../img/bar_back.jpg) repeat 75px 24px;
	width:200px;
	height:24px;
	
}
.pr {
	position:relative;
}

.m0 {
	margin:0 auto;
}
.c0 {
	text-align:center;
	margin:0px;
	padding:0px;
}
.l0 {
	text-align:left;
	margin:0px;
	padding:0px;
}

.l10 {
	text-align:left;
	margin:0px;
	padding:0 0 0 10px;
}

.r0 {
	text-align:right;
	margin:0px;
	padding:0px;
}

.w60 {
	width:60px;
}
.w200 {
	width:200px;
}
.w124 {
	width:124px;
	margin:2px;
}
.w250 {
	width:250px;
}
.color_blue {
	color:blue;
}
.color_red {
	color:red;
}
.box1 {
	color:#F7931E;
}
.box2 {
	color:#44AF34;
}
.color_pink {
	color:#FF8AC2;
	font-size:18px;
}
.color_orange {
	color:#F7931E;
	font-size:12px;
	float:right;
}
.submitbotton {
	color:#ffffff;
	background-color:#F7931E;
	border-radius:10px;
	/*
	width:370px;
	height:48px;
	*/
	border:none;
	font-size:20px;
}
.submitbotton a {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	margin:0 auto;
	height:34px;
	width:166px;
	display:block;
	padding:15px 0 0 30px;
}
#btn_toiawase_send2 {
	width:100%;
}

.btn_return {
	border:2px solid #F7931E;
	border-radius:10px;
	width:200px;
	height:48px;
	font-size:20px;
	color:#F7931E;
}
.blog_main .btn_return a {
	color:#F7931E;
	text-decoration: none;
	font-weight:bold;
	margin:0 auto;
	width:200px;
	height:48px;
	display:block;
	padding:15px 0 0 0px;
}
.blog_main .btn_return a:hover {
	color:ref;
}
.pink_box {
	width:84px;
	height:26px;
	color:#ffffff;
	background-color:#FF8AC2;
	font-size:16px;
	font-weight:bold;
	padding:4px 6px 2px 8px;
}
.f_small {
	font-size:14px;
	margin:8px 0;
}
.f_big {
	font-size:28px;
}
.check_icon {
	margin:0;
}
.QAQ {
	width: 24px;
	height: 24px;
	background-color: #ff8a00;
	color: #ffffff;
	font-weight: bold;
	display:block;
	padding:6px 0 0 5px;
}
.QAA {
	width: 24px;
	height: 24px;
	background-color: #167ac6;
	color: #ffffff;
	font-weight: bold;
	display:block;
	padding:6px 0 0 5px;
}
.shear_box {
	width:100%;
	margin: 0 auto;
}
.shear_box2 {
	width:320px;
	margin: 0 auto;
}
.back_image1 {
	width:100%;
	min-height:800px;
	background: url(../../../hiroshima/img/esellback_1.jpg) no-repeat top center;
	background-size:cover;
}
.back_image2 {
	width:100%;
	min-height:800px;
	background: url(../../../hiroshima/img/esellback_2.png) no-repeat top center;
	background-size:cover;
}
.back_image3 {
	width:100%;
	min-height:800px;
	background: url(../../../hiroshima/img/esellback_3.jpg) no-repeat top center;
	background-size:cover;
}
.back_image4 {
	width:100%;
	min-height:800px;
	background: url(../../../hiroshima/img/esellback_4.png) no-repeat top center;
	background-size:cover;
}
.back_image5 {
	width:100%;
	min-height:800px;
	background: url(../../../hiroshima/img/esellback_5.png) no-repeat top center;
	background-size:cover;
}

.jirei_box {
	width:96%;
	margin: 0 auto;
}
.blog_box {
	width:100%;
	min-height:320px;
	margin: 20px 0 20px 0;
	background-color:#ffffff7a;
	color:#000000;
}
.blog_main {
	width:600px;
	padding:20px 0 0 0px;
	margin: 0 auto;
}
.orange_bord {
	display:block;
	width:100%;
	border-bottom:1px solid #FBB03B;
	padding:10px 0 40px 0;
}
.blog_main a {
	color:#000000;
    text-decoration: none;
}
.blog_main a:hover {
	color:red;
}
.blog_date {
	display:block;
	width:100px;
	height:auto;
	text-align:left;
}
.blog_detail {
	display:block;
	width:500px;
	height:auto;
}
.anshin_box {
	width:80%;
	margin: 0 auto;
	text-align:left;
}
.wide_text {
	width:100%;
	height:auto;
	padding:0;
	font-weight:normal;
	text-align:left;
}

.w200_jirei {
	width:180px;
	height:60px;
	padding:16px 0 0 0;
	font-weight:bold;
	font-size:16px;
	text-align:left;
}
.w130_jirei {
	width:152px;
	height:auto;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.w260_jirei {
	width:260px;
	height:auto;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.w260_youtube {
	width:260px;
	height:150px;
	margin:0 auto;
}
.w260_youtube iframe {
	width:246px;
	height:auto;
}

.w320 {
	width:402px;
}
.w300 {
	width:300px;
	margin:5px;
}
.w310 {
	width:310px;
}
.w100 {
	width:100%;
}
.w136 {
	width:136px;
}

.back_sky {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	margin:0 0 0 0;
}
#tetuzukia {
	position:relative;
	top:0px;
	left:0px;
	margin:0 0 0 0;
}
.tetuzuki {
	display:block;
	width:100%;
}
.tetuzuki2 {
	position:relative;
	top:0px;
	left:0px;
	margin:0 0 0 0;
	width:100%;
	height:max-content;
}
.tetuzuki_text {
	display:block;
	width:100%;
	height:60px;
	color:#ffffff;
	font-size:23px;
	font-weight:bold;
	margin:0;
	text-align:center;
}
.step_box {
	position:relative;
	width:305px;
	height:420px;
	background-color:#ffffff;
	border:2px solid #FBB03B;
	color:#000000;
	display:block;
	margin:5px;
}
.step_img {
	width:100%;
	height:auto;
}
.step_bar {
	position:absolute;
	top:80px;
	left:0px;
	width:100%;
	height:60px;
	background-color:#000000;
	opacity:0.5;
}
.step_text {
	position:absolute;
	top:80px;
	left:0px;
	width:100%;
	height:40px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	padding:20px 0 0 0;
}
.step_text_label {
	position:absolute;
	top:208px;
	left:0px;
	text-align:center;
	width:100%;
	height:40px;
	color:#000000;
	font-weight:bold;
	font-size:28px;
}
.step_text_detail {
	position:absolute;
	top:245px;
	left:0px;
	padding:0 10px;
	text-align:left;
	width:90%;
	height:100px;
	color:#000000;
	font-weight:normal;
	font-size:16px;
}
.step_text_chuui {
	position:absolute;
	top:360px;
	left:0px;
	text-align:center;
	width:100%;
	height:40px;
	color:#44AF34;
	font-weight:bold;
	font-size:32px;
}



.staff01 {
	position:absolute;
	top:-230px;
	right:0px;
	width:343px;
	height:auto;
	float:right;
	display:block;
}

.staff02 {
	position:absolute;
	top:-230px;
	left:0px;
	width:343px;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.tetuzuki_in_box {
	position:relative;
	top:0px;
	left:0;
	width:90%;
	margin:0 auto;
}
.tetuzuki_no {
	width:32px;
	height:32px;
	color:#F7931E;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}
.tetuzuki_text2 {
	width:90%;
	height:auto;
	color:#44AF34;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}
.tetuzuki_text3 {
	width:70%;
	height:auto;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
}
.tetuzuki_text4 {
	width:140px;
	height:auto;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:25px 0 0 0;
	padding:0;
	float:right;
}
.tetuzuki_text5 {
	width:200px;
	height:auto;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:25px 0 0 0;
	padding:0;
	float:right;
}
.tetuzuki_img_box {
	width:300px;
	margin:0 auto;
}
.tetuzuki_user {
	width:67px;
	height:79px;
}
.tetuzuki_esell {
	width:67px;
	height:79px;
}
.tetuzuki_yajirushi {
	width:152px;
	height:63px;
}

.tetuzuki_box2 {
	width:96%;
	height:auto;
	padding:20px;
	color:#000000;
	display:block;
}

.lil {
	display: block;
	float: left;
	/*
	margin:2px;
	*/
}

.lil_date {
	display: block;
	float: left;
	width:13%;
}

.lil_title {
	display: block;
	float: left;
	width:80%;
}


.lin {
	display: block;
	float: left;
}

.lil60 {
	display: block;
	float: left;
	width:60%;
}
.lil40 {
	display: block;
	float: left;
	width:40%;
}
.lil20 {
	display: block;
	float: left;
	width:20%;
}

.img_box_w {
	min-height:100px; 
	height:auto !important; 
	width:296px;
	height:280px;
	margin-left:10px;
}

.img_box_s {
	min-height:100px; 
	height:auto !important; 
	width:200px;
	height:180px;
	margin-left:10px;
}

.img_box_l {
	min-height:100px; 
	height:auto !important; 
	width:480px;
	margin-left:10px;
}

.img_box_menu {
	min-height:60px; 
	height:auto !important; 
	width:236px;
	height:180px;
	margin:2px;
	background-color:#931F22;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer{
	width:100%;
	position: relative;
	margin:-37px 0 0 0;
}

#footer a{
	color: #ffffff;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
}

#footer a:hover{
	color: #cccccc;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	color: #ffffff;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
	line-height: 1.5em;
}

#footer-cols li.col{
	display: block;
	font-size: 12px;
	width: 282px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

#footer-cols li.col>h6{
	color: #ffffff;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
	margin-top: 30px;
	margin-bottom: 20px;
}

#footer-cols li.clear-col{ clear:left; }

#footer-cols li.col ul{
	display: block;
}

#footer-cols li.col ul li{
	display: block;
	line-height: 1.7em;
}


#footer-cols li.col ul li.page_item{
	display: block;
	line-height: 2.5em;
	padding-left: 17px;
	border-bottom: 1px solid #ffffff;
}

#footer-cols li.col ul li:first-child{ border-top: none; }
/*
#footer-cols li.col ul li:last-child{ border-bottom: none; }
*/
#footer-cols li.col ul li a{
	text-decoration: none;
	color: #ffffff;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
}

#footer-cols li.col ul li a:hover{
	color: #cccccc;
}

.iso27001 {
	width:200px;
	height:auto;
}

/* FOOTER BOTTOM ------------------------------------------------------------*/

#bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	line-height: 60px;
	color: #868686;
	/*
	text-shadow:1px 1px 0px #000000;
	*/
}

#bottom #bottom-text{
	width: 300px;
	overflow: hidden;
	margin:0 auto;
	line-height:normal;
	padding:10px 0 0 0;
	height:60px;
	word-wrap:break-word;
}

#bottom a{
	color: #AFEAF9;
	text-decoration: none;
}

#bottom #to-top{
	position: absolute;
	right: 30px;
	top: -22px;
	width: 33px;
	height: 33px;
	cursor: pointer;
}

/* Page Top -----------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
    font-size: 77%;
    opacity:0.5;
	z-index: 10;
}
#page-top a {
    background: red;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: blue;
}

/* Form ---------------------------------------------------------------------*/

.l200 {
	width:250px;
}

.contact_submit {
	width:200px;
	height:50px;
}

.cont_box input {
	width:160px;
	height:40px;
}

/* Link Page ----------------------------------------------------------------*/

.p0 {
	margin:0px;
	padding:0px;
}

/* company Page -------------------------------------------------------------*/

.box_company {
	width:480px;
	margin-bottom:10px;
}

.box_company dl dt {
	float:left;
	text-align:left;
}

.box_dtdl dl dt {
	float:left;
	text-align:left;
}

.dt_class {
	width:100px;
	padding-left:20px;
}

.lis {
	width:100px;
}

.lim {
	width:200px;
}

.lim2 {
	width:350px;
}

.liw {
	width:400px;
}

.li70 {
	width:70%;
}

.li80 {
	width:80%;
}

.li100 {
	width:100%;
}

#cart_box {
/*
	padding:20px;
*/
	width:100%;
}

#order_akaokkon_1 {
	margin: 0;
	padding:0;
	width:100px;
}

#order_akaokkon_3 {
	margin: 0;
	padding:0;
	width:100px;
}
#order_akaokkon_5 {
	margin: 0;
	padding:0;
	width:100px;
}
#order_nikutamasoba_1 {
	margin: 0;
	padding:0;
	width:100px;
}
#order_nikutamasoba_3 {
	margin: 0;
	padding:0;
	width:100px;
}
#order_nikutamasoba_4 {
	margin: 0;
	padding:0;
	width:100px;
}
#order_sirunashi_1 {
	margin: 0;
	padding:0;
	width:100px;
}
#order_sirunashi_2 {
	margin: 0;
	padding:0;
	width:100px;
}
#order_sirunashi_3 {
	margin: 0;
	padding:0;
	width:100px;
}
/* wordpress field */
.meta-sep {
	display:none;
}
.author {
	display:none;
}
.entry-utility {
	display:none;
}
.navigation {
	display:block;
	width:100%;
	height:auto;
}
.nav-previous {
	text-align:left;
}
.nav-next {
	text-align:right;
}
.entry-title {
	position:relative;
	font-size:16px;
	display:block;
	height:auto;
	width:100%;
}

.entry-meta {
	position:relative;
	height:20px;
	width:200px;
}
.error_txt {
	color:#ff0000;
	font-size:12px;
	font-weight:normal;
}

.meishi_sub_01 p{
	font-size:26px;
	color:#4c4c4c;
	font-weight:bold;
	line-height:31px;
}

.hanten_kuro {
	background-color:#000000;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
}
.toiawase_box {
	margin:0 auto;
	width:100%;
}

/* category -----------------------------------------------------------------*/
.cat_box {
	width:300px;
	height:44px;
	text-align:center;
	background-color:#f45d5d;
	border:solid 1px #f45d5d;
}

.cat_box a{
	height:28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin:0;
	padding-top: 16px;
}
.cat_box a:hover{
	color:#ffff00;
}

.cat_box {
	width:300px;
	height:44px;
	text-align:center;
	background-color:#f45d5d;
	border:solid 1px #f45d5d;
}

.cat_box a{
	height:28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin:0;
	padding-top: 16px;
}
.cat_box a:hover{
	color:#ffff00;
}

.cat_box_rev {
	width:300px;
	height:44px;
	text-align:center;
	background-color:#F45D5D;
	border:solid 1px #E51F1F;
}

.cat_box_rev a{
	height:28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin:0;
	padding-top: 16px;
}
.cat_box_rev a:hover{
	color:#ffff00;
}

.cat_box_desc {
	padding:2px;
	width:296px;
	height:64px;
	text-align:center;
	border:solid 1px #00008B;
}

.cat_box_desc a{
	height:28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin:0;
	padding-top: 16px;
}
.cat_box_desc a:hover{
	color:#ffff00;
}

.cat_box_desc {
	padding:2px;
	width:296px;
	height:64px;
	text-align:center;
	border:solid 1px #00008B;
}

.cat_box_desc a{
	height:28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin:0;
	padding-top: 16px;
}
.cat_box_desc a:hover{
	color:#ffff00;
}

.cart_box {
	width:300px;
	height:44px;
	text-align:center;
	background-color:#228B22;
	border:solid 1px #228B22;
}

.cart_box a{
	height:28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin:0;
	padding-top: 16px;
}

.cart_box {
	width:300px;
	height:44px;
	text-align:center;
	background-color:#228B22;
	border:solid 1px #228B22;
}

.cart_box a{
	height:28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin:0;
	padding-top: 16px;
}
.form_box_back {
	position:absolute;
	right:2%;
	top:21px;
	background-color:#333333;
	width:422px;
	height:376px;
	opacity:0.5;
    z-index:1;
}
.form_box {
	position:absolute;
	right:2%;
	top:21px;
	width:403px;
	height:376px;
	opacity:1;
	color:#ffffff;
	padding:0;
    z-index:2;
    line-height:18px;
}
.input_width {
	width:240px;
	height:18px;
}

.form_box2 {
	margin:0 auto;
	position:relative;
	left:0px;
	top:0px;
	width:400px;
	height:430px;
	opacity:1;
	color:#000000;
	padding:15px 0 0 0 ;
}

/******************************

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
	width: 100% ;
	min-height: 115px ;
	/*
	background: #ffffff ;
	*/
	padding: 1.5em 0 ;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
	.social-area-syncer {
		min-height: 119px ;
	}
}


/******************************

 [ul]要素

******************************/
/* スマホ */
ul.social-button-syncer {
	width: 238px ;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
	ul.social-button-syncer {
		width: 410px ;
	}
}

/******************************

 [li]要素

******************************/
ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
}

/******************************

 各種ボタン

******************************/
/* [Twitter] */
.sc-tw {
	width: 71px ;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}

/* [LINE] */
.sc-li {
	width: 50px ;
}

.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 60px ;
	height: 60px ;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
	.sc-li {
		display: none ;
	}
}