@charset "utf-8";

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

* {
margin: 0px; padding: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html{
background-color:#F6A4D3; /*フッターの色を指定*/
}
body{
margin:0;
padding:0;
color:#333;
font-size:80%;
font-family: Helvetica, Arial, Verdana, Geneva, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
line-height: 1.6;
*font-size:small;
*font:x-small;
background:#FFF;
letter-spacing:0.07em;
}
table, th, tr, td{
font-size:inherit;
font:80%;
line-height: 1.4;
text-align: left;
letter-spacing:0em;
}
input, textarea, select, option {
font-size:inherit;
font:80%;
}
li, ul{
margin:0;
padding:0;
list-style:none;
}
img {
max-width:100%;
width /***/:auto; /* IE8のみ */
height:auto;
vertical-align:bottom;
}

/******共通******/
a:link{color: #E40081; text-decoration:none;}
a:visited{color: #E40081; text-decoration:none;}
a:hover{color: #E40081; text-decoration:underline;}


/* ===============[ float解除 ]=============== */
.clearfix:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac ?*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* ===============[ 全体枠 ]=============== */
.wrap{width:100%; clear:both;}
.wrap2{width:100%; clear:both; border-bottom:0px solid #CCCCCC;}
.box{width:100%; text-align:left; clear:both;}


/* ===============[ ヘッダー（SP） ]=============== */
.header_wrap{
width:100%;
border-top:5px solid #A6005E;
padding-top:15px;
background-image: url(/images/logoArea_back_sp.gif);
background-position: top center;
background-size:100%;
background-repeat: no-repeat;
background-color:#ED2295;
}
.header{
width:100%;
text-align:left;
clear:both;
padding-bottom:0px;
}
.header li.logo{
width:100%;
margin-bottom:10px;
}
.header .logo img{
width:120px;
display:block;
margin:0 auto;
}
.header li.h1box{
text-align:center;
width:100%;
}
.header .h1box h1{
font-size:70%;
color:#FFFFFF;
font-weight:normal;
padding:0 10px;
}
.header .h1box ul{
width:100%;
margin-top:5px;
padding:0 15px;
}
.header .h1box li.tel{
padding:0px 0px 10px;
font-size:125%;
color:#FFF;
text-align:center;
width:100%;
font-family: 'Abril Fatface', cursive;
}
.header .h1box li.tel2{
background-color:rgba( 199, 1, 110, 0.5);
background-color:#C2016E 0.9;
padding:8px 10px 4px;
font-size:125%;
color:#FFF;
-moz-border-radius-topleft:6px;
-webkit-border-top-left-radius:6px;
-khtml-border-radius-topleft:6px; 
border-top-left-radius:6px;
-moz-border-radius-topright:6px;
-webkit-border-top-right-radius:6px;
-khtml-border-radius-topright:6px; 
border-top-right-radius:6px;
font-family: 'Abril Fatface', cursive;
width:70%;
border-top:1px solid #FFF;
border-left:1px solid #FFF;
border-right:1px solid #FFF;
}
.header .h1box li.mail{
background-color:rgba( 199, 1, 110, 0.5);
background-color:#C2016E 0.9;
padding:8px 10px 4px;
font-size:100%;
color:#FFF;
float:right;
-moz-border-radius-topleft:6px;
-webkit-border-top-left-radius:6px;
-khtml-border-radius-topleft:6px; 
border-top-left-radius:6px;
-moz-border-radius-topright:6px;
-webkit-border-top-right-radius:6px;
-khtml-border-radius-topright:6px; 
border-top-right-radius:6px;
width:42%;
border-top:1px solid #FFF;
border-left:1px solid #FFF;
border-right:1px solid #FFF;
}
.header .h1box li.mail a{
color:#FFF;
}
.menu_wrap {
width:100%;
background: -webkit-linear-gradient(top,#ffffff 0%,#EFEFEF 100%);
background: -moz-linear-gradient(top,#ffffff 0%,#EFEFEF 100%);
background: -ms-linear-gradient(top,#ffffff 0%,#ffffff 50%,#EFEFEF 50%,#EFEFEF 100%);
background: linear-gradient(top,#ffffff 0%,#ffffff 50%,#EFEFEF 50%,#EFEFEF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#EFEFEF);
}
.menubox{
width:100%;
}
#menu {
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0;
display: none;
}
#menu li{
display: block;
float: left;
width: 100%;
margin: 0;
padding: 0;
background-image:-moz-linear-gradient(top, #FFFFFF, #EFEFEF);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EFEFEF), color-stop(1,#EFEFEF));
}
#menu li a {
display: block;
padding: 10px 0;
color: #ED2295;
text-align: center;
text-decoration: none;
border-top:1px solid #EFEFEF;
border-bottom:1px solid #CCCCCC;
background:url(/images/m_arrow.png) no-repeat 15px;
-webkit-background-size: 15px 15px;
-moz-background-size: 15px 15px;
-o-background-size: 15px 15px;
background-size: 15px 15px;
}
#menu li:last-child a{
}
#menu li a:hover{
}
#toggle {
display: none;
}
#toggle {
display: block;
position: relative;
width 100%;
background-image:url(/images/sp_bt_menu.png);
background-repeat: no-repeat;
background-position: 15px;
-webkit-background-size: 20px 20px;
-moz-background-size: 20px 20px;
-o-background-size: 20px 20px;
background-size: 20px 20px;
border-top:3px solid #F7C9DD;
border-bottom:3px solid #F7C9DD;
background-color:#FFF;
}
#toggle a{
display: block;
position: relative;
padding: 10px 0 10px;
border-bottom: 0px solid #F7C9DD;
color: #ED2295;
text-align: center;
text-decoration: none;
font-size:145%;
font-family: 'Montserrat', sans-serif;
}
.en{
display:none;
}

/* ===============[ fb_box ]=============== */
.fb_box{
width:90%;
display:block;
margin:40px auto 0;
}


/* ===============[ フッター（SP） ]=============== */
.footer_wrap{
width:100%;
padding-top:30px;
background:#F6A4D3;
}
.footer{
width:100%;
text-align:left;
clear:both;
}
.f_text{
width:100%;
padding:0 20px 20px 20px;
border-bottom:1px dashed #FFF;
margin-bottom:20px;
color:#FFF;
}
.f_text p{
color:#FFF;
font-size:80%;
}
.footer .f_logo{
width:100%;
margin-bottom:10px;
}
.footer .f_logo img{
width:120px;
display:block;
margin:0 auto;
}
.footer .f_menu ul{
width:100%;
padding:0 20px;
}
.footer .f_menu li{
width:49%;
margin:0 0.5%;
float:left;
margin-bottom:5px;
border:3px solid #F7C9DD;
box-shadow:0px 0px 3px rgba(0,0,0,0.10);
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.10);
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.10);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px; 
border-radius: 20px;
background:#FFF;
padding:12px;
text-align:center;
}
.footer .f_menu li a{
font-size:90%;
color: #E40081;
}
.ft_copy p{
font-size:75%;
margin:0px 0 0 0;
padding:15px 0 0px 0;
line-height:1.4em;
text-align:center;
color:#FFFFFF;
border-top:1px solid #FFF;
}
.ft_copy span{
font-family:"Times New Roman", Times, serif!important;
font-size:11px;
}
.link_wrap3{display:none;}


/* ===============[ メイン枠（SP） ]=============== */
.main{
width:100%;
text-align:left;
clear:both;
background:#FFFFFF;
}
.mainimage img{
border-bottom:3px solid #F7C9DD;
}


/* ===============[ コンテンツ枠 ]=============== */
.contents{
padding:0 20px 30px 20px;
}
.contents_top{
padding:20px 0px 30px 0px;
}


/* ===============[ サイド（SP） ]=============== */
.contents_left{
width:100%;
padding:30px 18px;
}
.contents_left h3{
background-color:#CAB7AC;
text-align:center;
padding:6px 15px 4px;
color:#FFF;
font-size:120%;
width:100%;
display:block;
margin:0 auto 20px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px; 
border-radius: 2px;
}
.side_lineupArea{
margin-bottom:10px;
}
.side_lineupbox{
width:100%;
clear: both;
overflow:hidden;
}
.side_lineupbox a{
text-decoration:none;
}
.side_lineupbox ul{
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0;
padding:5px 5px 0;
width:100%;
}
.side_lineupbox li:nth-child(odd){
float:left;
width:48%;
background-color:#FAF8F0;
box-shadow:0px 0px 5px #CCC;
-moz-box-shadow:0px 0px 5px #CCC;
-webkit-box-shadow:0px 0px 5px #CCC;
-moz-border-radius: 26px;
-webkit-border-radius: 26px;
-khtml-border-radius: 26px; 
border-radius: 26px;
border:2px solid #F7C9DD;
margin:0 auto 15px;
display:block;
}
.side_lineupbox li:nth-child(even){
float:right;
width:48%;
background-color:#FAF8F0;
box-shadow:0px 0px 5px #CCC;
-moz-box-shadow:0px 0px 5px #CCC;
-webkit-box-shadow:0px 0px 5px #CCC;
-moz-border-radius: 26px;
-webkit-border-radius: 26px;
-khtml-border-radius: 26px; 
border-radius: 26px;
border:2px solid #F7C9DD;
margin:0 auto 15px;
display:block;
}
.side_lineup_image img{
-moz-border-radius-topleft: 26px;
-webkit-border-top-left-radius: 26px;
-khtml-border-radius-topleft: 26px; 
border-top-left-radius: 26px;
-moz-border-radius-topright: 26px;
-webkit-border-top-right-radius: 26px;
-khtml-border-radius-topright: 26px; 
border-top-right-radius: 26px;
}
.side_lineup_text{
padding:5px;
}
.side_lineup_text p.side_lineup_cat{
font-size:110%;
color:#ED2295;
line-height:1.2;
font-weight:normal;
padding-bottom:3px;
margin-bottom:5px;
text-align:center;
}
.s_cat-s{
font-size:70%;
}
.side_lineup_text p{
padding:5px 0;
text-align:left;
font-size:11px;
}
.side_lineup_detail_btn p{
text-align:right;
}

.side_fb_box{
width:98%;
display:block;
margin:30px auto 0;
}


/* ===============[ TOPページ（SP） ]=============== */

/*　◆キャッチエリア◆　*/
.top_catchArea{
margin-bottom:30px;
padding:0 20px;
}
.top_catchArea_left{
text-align:left;
width:100%;
}

.top_catchArea_left h2{
font-size:120%;
color:#ED2295;
line-height:1.4;
font-weight:normal;
}

.top_catchArea_left p{
font-size:90%;
margin-top:15px;
}
.top_catchArea_right{
width:100%;
margin-top:15px;
}
.top_catchArea_right img{
width:220px;
box-shadow:0px 2px 6px #CCC;
-moz-box-shadow:0px 2px 6px #CCC;
-webkit-box-shadow:0px 2px 6px #CCC;
-moz-border-radius: 26px;
-webkit-border-radius: 26px;
-khtml-border-radius: 26px; 
border-radius: 26px;
border:5px solid #FFF;
display:block;
margin:0 auto;
}

/*　◆アイテムLINEUPエリア◆　*/
.top_lineupArea{
margin-bottom:10px;
}
.top_lineupbox{
width: 100%;
clear: both;
overflow:hidden;
}
.top_lineupbox ul{
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0;
width:100%;
}
.top_lineupbox li{
width:280px;
background-color:#FAF8F0;
box-shadow:0px 0px 5px #CCC;
-moz-box-shadow:0px 0px 5px #CCC;
-webkit-box-shadow:0px 0px 5px #CCC;
-moz-border-radius: 26px;
-webkit-border-radius: 26px;
-khtml-border-radius: 26px; 
border-radius: 26px;
border:2px solid #F7C9DD;
display:block;
margin:0 auto 20px;
}
.top_lineup_image img{
-moz-border-radius-topleft: 26px;
-webkit-border-top-left-radius: 26px;
-khtml-border-radius-topleft: 26px; 
border-top-left-radius: 26px;
-moz-border-radius-topright: 26px;
-webkit-border-top-right-radius: 26px;
-khtml-border-radius-topright: 26px; 
border-top-right-radius: 26px;
}
.top_lineup_text{
padding:15px;
}
.top_lineup_text p.top_lineup_cat{
font-size:120%;
color:#ED2295;
line-height:1.4;
font-weight:normal;
border-bottom:1px dashed #AAA;
padding-bottom:3px;
margin-bottom:5px;
}
.cat-s{
font-size:10px;
padding-left:10px;
}
.top_lineup_text p{
padding:5px 0;
text-align:left;
font-size:90%;
}
.top_lineup_detail_btn p{
text-align:right;
}

/*　◆TOP ニュース表示エリア◆　*/
.top_infoArea{
width:100%;
}
.top_infoArea li.top_newsArea{
width:100%;
margin-bottom:30px;
}
.top_newsinfo{
margin-bottom:20px;
padding:0 20px;
}
.top_newsinfo dl{
width:100%;
border-bottom:1px dotted #AAAAAA;
padding:11px 0px 7px;
text-align:left;
}
.top_newsinfo dt{
width:100%;
vertical-align:top;
clear: left;
float: left;
color:#666;
font-size:80%;
}
.top_newsinfo dd{
vertical-align:top;
width:100%;
}

/*　◆TOP アクセス表示エリア◆　*/
.top_infoArea li.top_accessArea{
width:100%;
}
.top_accessArea_left{
width:100%;
padding:10px 20px 0;
}
.top_accessArea_left iframe{
width:100%;
}
.top_accessArea_right{
width:100%;
padding:10px 20px 0;
text-align:center;
}
.top_accessArea_right img{
width:100px;
display:block;
margin:0 auto 20px;
}	
.top_access_midashi{
font-size:120%;
font-weight:bold;
line-height:1.2;
}
.top_access_tel{
margin-top:9px;
font-size:150%;
font-weight:bold;
}
.top_access_add{
margin-top:6px;
margin-bottom:10px;
font-size:90%;
}

/*　◆TOP共通◆　*/
.h3_back{
margin-bottom:15px;
padding:0 18px;
}
.h3_back h3{
background-color:#CAB7AC;
text-align:center;
padding:6px 15px 4px;
color:#FFF;
font-size:120%;
width:100%;
display:block;
margin:0 auto;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px; 
border-radius: 2px;
}
.h3_back h3.media{
background-color:#CAB7AC;
text-align:center;
padding:6px 15px 4px;
color:#FFF;
font-size:120%;
width:100%;
display:block;
margin:0 auto;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px; 
border-radius: 2px;
}
.h3small{
font-size:70%;
padding-left:10px;
}
.top_detail_btn a{
color:#FFF;
border:3px solid #F7C9DD;
background-color:#888888;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px; 
border-radius: 6px;
padding:5px 10px 3px;
font-size:90%;
display:block;
margin:0 auto;
width:150px;
text-align:center;
}
.top_detail_btn2 a{
color:#333;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px; 
border-radius: 6px;
font-size:85%;
display:block;
margin:0 auto;
text-align:center;
border:1px solid #999;
padding:6px;
width:250px;
}


/* ===============[ コンテンツ右枠（SP） ]=============== */
.contents_right{
width:100%;
padding:0 20px;
}


/* ===============[ パンくず ]=============== */
.panlist{
border-bottom:1px dotted #AAAAAA;
font-size:10px;
color:#666;
padding:15px 0 5px 0;
}
.panlist a{
color:#666;
}

/* ===============[ 各下層ページcss ]=============== */

/*　◆ABOUTページ◆　*/
.about .about_catchbox{
margin:30px 0;
}
.about .about_catchbox h2{
font-size:140%;
color:#ED2295;
line-height:1.4;
font-weight:normal;
margin:20px 0 15px;
}
.about .about_catchbox p{
font-size:100%;
line-height:1.6;
margin-bottom:20px;
}
.about .about_sugoibox ul{
border-top:1px dashed #CCC;
padding:20px 0;
width:100%;
}
.about .about_sugoibox li.sugoitext{
width:100%;
margin-bottom:15px;
}
.about .about_sugoibox li.sugoitext p{
font-size:90%;
line-height:1.4;
}
.about .kokoga{
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px; 
border-radius: 12px;
background-color:#81D4E3;
color:#FFF;
font-size:80%;
padding:5px;
width:150px;
font-weight:bold;
text-align:center;
}
.about .sugoicatch{
font-size:130% !important;
color:#ED2295;
line-height:1.4;
font-weight:normal;
margin:10px 0 15px;
}
.about .about_sugoibox li.sugoiph{
width:100%;
}
.about .about_sugoibox li.sugoiph img{
width:100%;
}


/*　◆商品案内TOPページ◆　*/
.item_top .itemtopcatch h2{
font-size:130% !important;
color:#ED2295;
line-height:1.4;
font-weight:normal;
margin:20px 0 15px;
}
.item_top .itemtopcatch p{
font-size:100%;
margin-bottom:25px;
}

.item_top .categorywrap{
border-top:1px dashed #CCCCCC;
padding:30px 0;
}
.item_top .categorywrap h3{
font-size:140%;
color:#ED2295;
line-height:1.4;
font-weight:normal;
margin:0px 0 15px;
}
.item_top .categorywrap .categorytext{
font-size:100%;
margin-bottom:5px;
}
.item_top .categorybox ul{
width:100%;
}
.item_top .categorybox li:nth-child(odd){
float:left;
width:50%;
padding:20px 10px 0 0;
text-align:left;
}
.item_top .categorybox li:nth-child(even){
float:right;
width:50%;
padding:20px 0 0 10px;
text-align:left;
}
.item_top .categorybox li img{
width:150px;;
display:block;
margin:0 auto 10px;
border:1px solid #DDDDDD;
}
.item_top .c_itemname{
font-size:110%;
}
.item_top .c_itemprice{
font-size:100%;
}
.item_top .price_zei2{
font-size:80%;
color:#555;
}

.item_top .detail_btn a{
color:#FFF;
border:3px solid #F7C9DD;
background-color:#888888;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px; 
border-radius: 6px;
padding:5px 10px 3px;
font-size:13px;
font-weight:bold;
display:block;
margin:20px auto 0;
width:50%;
text-align:center;
}


/*　◆商品案内カテゴリ一覧ページ◆　*/
.c_item .categorywrap h2{
font-size:140%;
color:#ED2295;
line-height:1.4;
font-weight:normal;
margin:20px 0 15px;
}
.c_item .categorywrap .categorytext{
font-size:100%;
margin-bottom:10px;
}
.c_item .categorybox ul{
width:100%;
}
.c_item .categorybox li:nth-child(odd){
float:left;
width:50%;
padding:20px 10px 0 0;
text-align:left;
}
.c_item .categorybox li:nth-child(even){
float:right;
width:50%;
padding:20px 0 0 10px;
text-align:left;
}
.c_item .categorybox li img{
width:150px;;
display:block;
margin:0 auto 10px;
border:1px solid #DDDDDD;
}
.c_item .c_itemname{
font-size:110%;
}
.c_item .c_itemprice{
font-size:100%;
}
.c_item .price_zei2{
font-size:80%;
color:#555;
}


/*　◆商品案内個別ページ◆　*/
.item .itembox{
padding-top:20px;
margin-bottom:40px;
}
.item .itembox ul{
margin-bottom:30px;
}
.item .itembox li.item-data{
width:100%;
padding:15px 0;
}
.item .categoryname a{
border:1px solid #81D4E3;
background-color:#F6F6F6;
color:#81D4E3;
padding:5px;
font-size:100%;
}
.item .itembox h2{
font-size:140%;
margin-top:25px;
margin-bottom:10px;
}
.item .itemprice{
font-size:130%;
}
.item .price_koumoku{
font-size:100%;
color:#555;
padding-right:5px;
}
.item .price_zei{
font-size:100%;
color:#555;
}
.item .itembox li.item-image{
width:100%;
}
.item .itembox li.item-image img{
width:250px;
display:block;
margin:0 auto 10px;
}
.item .itemtext{
border-top:1px dashed #CCC;
border-bottom:1px dashed #CCC;
padding:20px 0;
font-size:100%;
line:height:1.6;
}

.item .itemtext iframe{
width:100%;
}

.item .itembox h3{
font-size:130% !important;
color:#ED2295;
line-height:1.4;
font-weight:normal;
margin:30px 0 15px;
}
.item .categorywrap{
padding-top:40px;
margin-bottom:40px;
}
.item .categorybox ul{
width:100%;
}
.item .categorybox li:nth-child(odd){
float:left;
width:50%;
padding:20px 10px 0 0;
text-align:left;
}
.item .categorybox li:nth-child(even){
float:right;
width:50%;
padding:20px 0 0 10px;
text-align:left;
}
.item .categorybox li img{
width:150px;
display:block;
margin:0 auto 10px;
border:1px solid #DDDDDD;
}
.item .c_itemname{
font-size:110%;
}
.item .c_itemprice{
font-size:100%;
}
.item .price_zei2{
font-size:80%;
color:#555;
}


/*　◆NEWS一覧ページ◆　*/
.news_top .element{
margin:0px 0 0 0;
text-align:left;
}
.news_top .elementBox{
margin:0 0 0 0;
}
.news_top .elementBox h2{
font-size:120%;
line-height:1.3em;
}
.news_top .news_list_box{
border-bottom:1px dotted #AAAAAA;
padding:25px 0;
width:100%;
}
.news_top .news_image{
margin-top:20px;
width:100%;
border:none;
}
.news_top .news_image a{
width:235px;
height:140px;
overflow:hidden;
border:1px solid #CCCCCC;
display:block;
margin:0 auto;
}
.news_top .news_list_box .news_text_box{
width:100%;
text-align:left;
}
.news_top .news_list_box .news_more_btn{
color:#FFF;
border:3px solid #F7C9DD;
background-color:#888888;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px; 
border-radius: 6px;
padding:3px 10px 3px;
font-size:13px;
display:block;
margin-top:10px;
margin-bottom:5px;
width:100px;
text-align:center;
}
.news_top .news_list_box .news_more_btn a{
color:#FFF;
text-decoration:none;
}


/*　◆NEWS個別ページ◆　*/
.news .element{
margin:30px 0 0 0;
text-align:left;
}
.news .elementBox{
margin:30px 0 0 0;
padding-bottom:20px;
}
.news .news_date{
font-size:90%;
color:#666666;
}
.news h2{
margin:10px 0 20px 0;
}
.news .elementBox h2{
font-size:130%;
line-height:1.4em;
}
.news .elementBox .elementBlog{
font-size:110%;
margin:10px 0px 10px 0px;
line-height:1.5em;
}
.news .elementBox .elementBlog img{
margin:20px auto 0px auto !important;
}
.news .elementBox .blogLink{
margin:15px 0 0 0;
text-align:right;
}
.news .backnext_box{
width:100%;
padding:10px 0 15px 0px;
margin:10px 0px 30px 0px;
border-top:1px solid #333333;
}
.news .backnext_box li{
float:right;
font-weight:bold;
}
.news .backnext_box li.back{
margin-right:0px;
padding-right:15px;
border-right:1px dotted #AAAAAA;
}
.news .backnext_box li.back2{
margin-right:0px;
padding-right:15px;
border-right:1px dotted #AAAAAA;
color:#CCCCCC !important;
}
.news .backnext_box li.next{
margin-left:15px;
}
.news .backnext_box li.next2{
margin-left:15px;
color:#CCCCCC !important;
}


/* ===============[ pager ]=============== */
.pager{margin-top:20px; text-align:center; padding-bottom:25px;}
.pager a{color:#043459;}
.pager .num{display:inline-block; padding:3px 10px; font-size:14px !important;}
.pager .num a{display:inline-block; border:1px solid #F69CD4; padding:3px 10px;}
.pager .num a:hover{background:none; background-color:#F69CD4; color:#FFFFFF; padding:4px 11px; border:none; text-decoration:none;}
.pager .num .current_page{display:inline-block; border:1px solid #CCCCCC; color:#CCCCCC; padding:4px 11px;}


/*　◆Accessページ◆　*/
.access .access_box{
padding:30px 0px;
width:100%;
}
.access .access_box img{
width:300px;
display:block;
margin:0 auto 30px;
}
.access .access_box dl {
width:100%;
border-bottom:1px dotted #AAAAAA;
}
.access .access_box dt {
padding:10px 0 0 0px;
font-weight:bold;
font-size:12px;
color:#333333;
}
.access .access_box dd {
padding:5px 0 10px 0;
}
.fst{
margin-top:-5px;
}
.access .store_image {
float:left;
padding-bottom:40px;
}
.access .store_image{
width:100%;
}
.access .store_image li{
width:300px;
box-shadow:0px 2px 6px #CCC;
-moz-box-shadow:0px 2px 6px #CCC;
-webkit-box-shadow:0px 2px 6px #CCC;
-moz-border-radius: 26px;
-webkit-border-radius: 26px;
-khtml-border-radius: 26px; 
border-radius: 26px;
border:5px solid #FFF;
display:block;
margin:0 auto 20px;
}
.access .store_image li img{
width:300px;
-moz-border-radius: 21px;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px; 
border-radius: 21px;
display:block;
margin:0 auto;
}
.access .google_map {
text-align:center;
padding-bottom:40px;
}
.access .google_map iframe{
width:100%;
}


/*　◆求人ページ◆　*/
.recruit_wrap{
margin-top:20px;
padding:0;
}
.recruit_wrap a:hover img{
opacity: 0.7;
filter: alpha(opacity=70);
}
.recruit_midashi{
font-family: 'Prata', serif;
color:#222222;
font-size:170%;
font-weight:bold;
text-align:center;
line-height:1.0;
}
.h2_span{
color:#222222;
font-size:90%;
padding-top:5px;
text-align:center;
margin-bottom:10px;
}
.catchbox{
width:100%;
margin-bottom:30px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px; 
border-radius:8px;
border-top:1px solid #DDD;
border-bottom:1px solid #DDD;
border-left:1px solid #DDD;
border-right:1px solid #DDD;
background-color:#FFF4F9;
}
.kadomaru{
-moz-border-radius:7px;
-webkit-border-radius:7px;
-khtml-border-radius:7px; 
border-radius:7px;
}
.catchbox .catch_title{
color:#E40081;
font-size:130%;
font-weight:normal;
padding:15px;
text-align:left;
background-color:#FFF;
}
.catchbox .catch_textbox{
padding:0 15px;
}
.catchbox .catch_textbox li.catch_text{
width:100%;
font-size:90%;
color:#000000;
padding:20px 0 0;
line-height:1.4;
}
.catchbox .catch_textbox li.catch_btn{
padding:10px 0 20px;
width:100%;
}
.catchbox .catch_textbox li.catch_btn img{
display:block;
margin:0 auto;
width:100px;
}
.companybt{
margin-bottom:30px;
}	
.recruit_icon{
padding-top:0px;
}
.recruit_icon a{
color:#333333;
}
.recruit_icon a:hover{
color:#E40081;
}
.recruit_icon img{
margin-bottom:10px;
}
.recruit_icon li:nth-child(odd){
width:50%;
float:left;
font-size:80%;
padding-right:10px;
margin-bottom:15px;
}
.recruit_icon li:nth-child(even){
width:50%;
float:left;
font-size:80%;
padding-left:10px;
margin-bottom:15px;
}


/*◆求人企業情報ページ◆*/
.vision_box{
margin-bottom:30px;
}
.vision_box p{
font-size:90%;
padding-top:15px;	
}
.stepup_box{
margin-bottom:30px;
}
.company_midashi img{
display:block;
margin:-8px auto 0;
width:200px;
}
.stepup_box p{
font-size:90%;
padding-top:25px;	
}
.company_info{
width:100%;
padding:5px 0px 5px;
}
.company_info dl {
border-bottom:1px dotted #AAAAAA;
width:100%;
}
.company_info dl.fst{
border-bottom:0px dotted #AAAAAA;
width:100%;
}
.company_info dt {
clear: left;
float: left;
padding:15px 0 10px 3px;
width:34%;
font-weight:bold;
color:#333333;
}
.company_info dt.ginko{
clear: left;
float: left;
padding:15px 0 50px 3px;
width:34%;
font-weight:bold;
color:#333333;
}
.company_info dd {
padding:15px 0 10px;
}


/*　◆求人詳細ページ◆　*/
.svbox_shige{
width:100%;
padding-top:90%;
background:url("http://www.dor.tokyo/images/sv_back_shige_sp.jpg");
background-repeat:no-repeat;
background-size:contain;
margin-bottom:30px;
}
.svbox_shige .sv_title_shige{
padding-bottom:2px;
border-left:7px solid #ED2295;; 
border-bottom:1px dashed #ED2295;;
margin-bottom:12px;
}
.katagaki{
font-size:110%;
padding-left:15px;
}
.staff_name{
font-size:155%;
font-weight:bold;
padding-left:15px;
}
.name_small{
font-size:70%;
color:#777;
font-weight:normal;
padding-left:10px;
}
.svbox_shige .sv_text_shige{
color:#000000;
font-size:100%;
border:1px solid #DDD;
padding:15px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px; 
border-radius:8px;
}
.svbox_shige .sv_text_shige p{
line-height:1.6;
}
.kinmuphoto{
margin-bottom:15px;
}
.kinmuphoto li img{
margin:0 auto 10px;
diplay:block;
}
.kinmuphoto li:nth-child(odd){
width:50%;
float:left;
font-size:80%;
padding-right:10px;
margin-bottom:15px;
}
.kinmuphoto li:nth-child(even){
width:50%;
float:left;
font-size:80%;
padding-left:10px;
margin-bottom:15px;
}
.kinmuphoto li p{
line-height: 1.4;
}
.recruit_wrap table{
border-collapse:collapse;
width:100%;
margin-top:20px;
}
.recruit_wrap th{
font-weight:normal;
vertical-align:text-top;
width:28%;
padding:10px;
border:1px solid #CCCCCC;
vertical-align:middle;
text-align:center;
background-color:#F6F6F6;
}
.recruit_wrap td{
vertical-align:text-top;
padding:10px;
border:1px solid #CCCCCC;
vertical-align:middle;
text-align:center;
}
.recruit_wrap p{
line-height:1.8;
}
.recruit_wrap .recruit{
width:100%;
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
font-size:100%;
text-align:left;
}
.recruit_wrap .recruit td{
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
text-align:left;
}
.recruit_tel_box{
background-image: url(http://www.kknoah.co.jp/images/media_list_back.jpg);
background-repeat: repeat-x;
padding:10px;
margin:20px 0;
}
.recruit_tel_text{
background-color:#ffffff;
padding:15px;
text-align:center;
}
.recruit_tel{
font-size:150%;
font-weight:bold;
margin-top:5px;
}
.oubo{
font-size:100%;
}
.tanto{
font-size:100%;
}


/*　◆求人応募フォーム◆　*/
.recruit_contact h2{
font-size:18px !important;
color:#ED2295;
line-height:1.4;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
font-weight:normal;
margin:30px 0 15px;
}
.recruit_contact .h2_span{
font-size:12px;
font-weight:normal;
}
.recruit_contact table{
border-collapse:collapse;
width:100%;
margin-top:20px;
}
.recruit_contact th{
font-weight:normal;
vertical-align:text-top;
width:28%;
padding:10px;
border:1px solid #CCCCCC;
vertical-align:middle;
text-align:center;
background-color:#F6F6F6;
}
.recruit_contact td{
vertical-align:text-top;
padding:10px;
border:1px solid #CCCCCC;
vertical-align:middle;
}
.recruit_contact p{
line-height:1.8;
}
.recruit_contact .recruit{
width:100%;
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
font-size:100%;
text-align:left;
}
.recruit_contact .recruit td{
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
text-align:left;
}
.recruit_contact .form_table td.button_td{
text-align:center;
}
.mail-error{
color:#FF0000;
}
.app a{
display:block;
text-align:center;
background-color:#;
-moz-border-radius:24px;
-webkit-border-radius:24px;
-khtml-border-radius:24px; 
border-radius:24px;
font-size:130%;
font-weight:normal;
color:#FFF;
padding:10px;
margin:15px auto;
border:3px solid #DDDDDD;
background: -webkit-linear-gradient(top,#F6A4D3 0%,#F07EBF 100%);
background: -moz-linear-gradient(top,#F6A4D3 0%,#F07EBF 100%);
background: -ms-linear-gradient(top,#F6A4D3 0%,#F6A4D3 50%,#F07EBF 50%,#F07EBF 100%);
background: linear-gradient(top,#F6A4D3 0%,#F6A4D3 50%,#F07EBF 50%,#F07EBF 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F6A4D3, endColorstr=#F07EBF);
width:50%;
}
.s_box{
width:30%;
}
.b_box{
width:100%;
}
	
/*ピックアップブランド*/
.pickup-brand ul{padding:2em 2em 0;display: flex; flex-wrap: wrap; justify-content: space-between;}
.pickup-brand li{width:100%;margin-bottom:1em;}


}
