@charset "utf-8";

* {
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:12px;
background-color:#ffffff;
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;
letter-spacing:0.07em;
-webkit-text-size-adjust: 100%; 
}
table, th, tr, td{
font-size:inherit;
font:100%;
line-height: 1.4;
text-align: left;
letter-spacing:0em;
}
input, textarea, select, option {
font-size:inherit;
font:100%;
}
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;
opacity: 0.7;
filter: alpha(opacity=70);
}
a img{
border: none;
background-color: transparent;
}


/* ===============[ 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-top:0px solid #F7C9DD;
background:#FFF;
z-index:1;
}
.box{
margin-left:auto;
margin-right:auto;
width:960px;
text-align:left;
clear:both;
}


/* ===============[ ヘッダー ]=============== */
.header_wrap{
width:100%;
border-top:5px solid #A6005E;
padding-top:15px;
background-image: url(../images/logoArea_back.gif);
background-position: top center;
background-repeat: no-repeat;
background-color:#ED2295;
}
.header{
margin-left:auto;
margin-right:auto;
width:960px;
text-align:left;
clear:both;
padding-bottom:0px;
}
.header li.logo{
width:150px;
margin-left:30px;
margin-bottom:10px;
float:left;
}
.header .logo img{
width:150px;
}
.header li.h1box{
text-align:left;
padding:5px 0 0 0;
float:right;
}
.header .h1box h1{
font-size:11px;
color:#FFF;
font-weight:normal;
padding:10px 30px 0px 0;
text-align:right;
width:750px;
}
.header .h1box ul{
float:right;
padding-right:30px;
margin-top:2px;
}
.header .h1box li.tel{
font-size:20px;
color:#FFF;
font-weight:normal;
padding:0px 0px 0 0;
float:left;
margin-top:0px;
font-family: 'Abril Fatface', cursive;
}
.header .h1box li.mail{
background-color:rgba( 199, 1, 110, 0.5);
background-color:#C2016E 0.9;
padding:8px 15px 4px;
font-size:14px;
color:#FFF;
-moz-border-radius:6px;
-webkit-border-radius:6px;
-khtml-border-radius:6px; 
border-radius:6px;
float:left;
border:2px solid #FFF;
}
.header .h1box li.mail a{
color:#FFF;
}
.menu_wrap {
background:#FFF;
z-index: 2;
}
#menu {
width: 100%;
max-width:960px;
margin: 0 auto;
padding: 0 20px;
}
#menu li{
display: block;
float: left;
width:172px;
padding:0;
margin-right:15px;
color: #444;
}
#menu li:last-child{
display: block;
float: left;
width:172px;
padding:0;
margin-right:0px;
color: #444;
}
#menu li a {
display: block;
padding: 8px 0 6px 20px;
color: #E40081;
text-align: center;
text-decoration: none;
font-weight:normal;
font-size:12px;
background:url(/images/m_arrow.png) no-repeat 10px;
background-color:#FFF;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-khtml-border-radius-topleft: 20px; 
border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-khtml-border-radius-topright: 20px; 
border-top-right-radius: 20px;
border-top:3px solid #F7C9DD;
border-left:3px solid #F7C9DD;
border-right:3px solid #F7C9DD;
box-shadow:0px 0px 2px #999;
-moz-box-shadow:0px 0px 2px #999;
-webkit-box-shadow:0px 0px 2px #999;
z-index:1;
position: relative;
}
#menu li:last-child a{
}
#menu li a:hover{
background:url(http://www.noaballet.jp/images/m_arrow.png) no-repeat 10px;
background-color:#FFF;
}
#toggle {
display: none;
}
.en{
color: #F58DC8;
font-size:10px;
font-weight:normal;
}

/* ===============[ fb_box ]=============== */
.fb_box{
width:500px;
margin:40px 200px 0;
}

/* ===============[ フッター ]=============== */
.footer_wrap{
width:100%;
padding-top:30px;
background:#F6A4D3;
}
.footer{
margin-left:auto;
margin-right:auto;
width:960px;
text-align:left;
clear:both;
}
.f_text{
width:960px;
padding:0 20px 20px 20px;
border-bottom:1px dashed #FFF;
color:#FFF;
}
.f_text p{
color:#FFF;
font-size:11px;
max-height: 100%;
}
.footer .f_logobox{
padding-top:15px;
}
.footer .f_logo{
width:150px;
float:left;
padding-left:20px;
}
.footer .f_logo img{
width:150px;
}
.footer .f_menu ul{
float:right;
padding:15px 20px 0 0;
}
.footer .f_menu li{
float:left;
padding-right:10px;
font-size:12px;
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;
margin-left:10px;
}
.footer .f_menu li a{
color: #E40081;
}
.ft_copy p{
font-size:11px;
margin:20px 0 20px 0;
padding:15px 0 15px 0;
line-height:1.4em;
text-align:center;
color:#FFFFFF;
border-bottom:1px solid #FFF;
border-top:1px solid #FFF;
}
.ft_copy span{
font-family:"Times New Roman", Times, serif!important;
font-size:11px;
}
.gray{
color:#777;
font-size:110%;
}


/* ===============[ メイン枠 ]=============== */
.main{
margin-left:auto;
margin-right:auto;
width:960px;
text-align:left;
clear:both;
background:#FFFFFF;
padding-bottom:30px;
}


/* ===============[ メイン画像 ]=============== */
.mainimage{
position: relative;
z-index:2;
-moz-border-radius: 26px;
-webkit-border-radius: 26px;
-khtml-border-radius: 26px; 
border-radius: 26px;
box-shadow:0px 2px 2px #CCC;
-moz-box-shadow:0px 2px 2px #CCC;
-webkit-box-shadow:0px 2px 2px #CCC;
border:5px solid #F7C9DD;
}
.mainimage img{
position: relative;
z-index:3;
-moz-border-radius: 21px;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px; 
border-radius: 21px;
}
.bxslider{
width:960px;
height:404px;
}


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


/* ===============[ サイド ]=============== */
.contents_left{
width:215px;
float:left;
padding-top:30px;
padding-left:15px;
}
.contents_left h3{
background-color:#CAB7AC;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; 
border-radius: 4px;
text-align:center;
padding:6px 15px 4px;
color:#FFF;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
font-size:13px;
width:100%;
display:block;
margin:0 5px 20px;
width:205px;
}
.side_lineupArea{
margin-bottom:10px;
}
.side_lineupbox{
width:215px;
clear: both;
overflow:hidden;
}
.side_lineupbox a{
text-decoration:none;
}
.side_lineupbox ul{
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0;
padding-left:5px;
padding-top:5px;
width:215px;
}
.side_lineupbox li{
width:205px;
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-bottom:15px;
}
.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:16px;
color:#ED2295;
line-height:1.2;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
font-weight:normal;
padding-bottom:3px;
margin-bottom:5px;
text-align:center;
}
.s_cat-s{
font-size:10px;
}
.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:215px;
display:block;
margin:30px 0 0;
padding-left:5px;
}



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

/*　◆キャッチエリア◆　*/
.top_catchArea{
margin-bottom:30px;
padding:0 5px;
}
.top_catchArea_left{
float:left;
padding-top:15px;
text-align:left;
width:630px;
}
.top_catchArea_left h2{
font-size:16px;
color:#ED2295;
line-height:1.4;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
font-weight:normal;
}
.top_catchArea_left p{
font-size:12px;
margin-top:15px;
}
.top_catchArea_right{
float:right;
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;
}
.top_catchArea_right img{
width:220px;
-moz-border-radius: 21px;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px; 
border-radius: 21px;
}


/*　◆アイテムLINEUPエリア◆　*/
.top_lineupArea{
margin-bottom:10px;
}
.top_lineupArea2{
margin-bottom:0px;
}
.top_lineupbox{
width: 920px;
clear: both;
overflow:hidden;
}
.top_lineupbox ul{
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0;
padding:5px;
width: 930px;
}
.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;
float:left;
margin-right:35px;
margin-bottom:30px;
}
.top_lineupbox li.nomargin{
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;
float:left;
margin-right:0px;
margin-bottom:30px;
}
.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:16px;
color:#ED2295;
line-height:1.4;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
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:11px;
}
.top_lineup_detail_btn p{
text-align:right;
}


/*　◆TOP ニュース表示エリア◆　*/
.top_infoArea{
width:930px;
}
.top_infoArea li.top_newsArea{
width:430px;
float:left;
}
.top_newsinfo{
margin-bottom:10px;
}
.top_newsinfo dl{
width:430px;
border-bottom:1px dotted #AAAAAA;
padding:11px 0 7px 0;
text-align:left;
}
.top_newsinfo dt{
width:105px;
vertical-align:top;
clear: left;
float: left;
margin-left:5px;
color:#666;
font-size:11px;
}
.top_newsinfo dd{
vertical-align:top;
width:320px;
float: left;
}
.top_news_all_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:11px;
float:right;
margin-top:10px;
}


/*　◆TOP アクセス表示エリア◆　*/
.top_infoArea li.top_accessArea{
width:430px;
float:right;
}
.top_accessArea_left{
width:250px;
float:left;
padding-top:10px;
}
.top_accessArea_right{
width:155px;
float:right;
padding-top:10px;
text-align:left;
}
.top_accessArea_right img{
width:100px;
display:block;
margin:0 auto 20px;
}	
.top_access_midashi{
font-size:14px;
font-weight:bold;
line-height:1.2;
}
.top_access_tel{
margin-top:9px;
font-size:13px;
}
.top_access_add{
margin-top:6px;
margin-bottom:10px;
font-size:11px;
}


/*　◆TOP共通◆　*/
.h3_back{
margin-bottom:15px;
background-image: url(../images/item_lineup_catch_back.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}
.h3_back h3{
background-color:#CAB7AC;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-khtml-border-radius-topleft: 10px; 
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-radius-topright: 10px; 
border-top-right-radius: 10px;
text-align:left;
padding:6px 15px 4px;
color:#FFF;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
font-size:15px;
width:250px;
}
.h3_back h3.media{
background-color:#CAB7AC;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-khtml-border-radius-topleft: 10px; 
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-radius-topright: 10px; 
border-top-right-radius: 10px;
text-align:left;
padding:6px 15px 4px;
color:#FFF;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
font-size:15px;
width:320px;
}
.h3small{
font-size:11px;
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:11px;
float:right;
}
.top_detail_btn2 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:11px;
float:right;
}


/* ===============[ コンテンツ右枠 ]=============== */
.contents_right{
padding:30px 20px 35px 0;
width:680px;
float:right;
}


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


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


/*　◆ABOUTページ◆　*/
.about .about_catchbox{
margin:30px 0;
}
.about .about_catchbox h2{
font-size:20px;
color:#ED2295;
line-height:1.4;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
font-weight:normal;
margin:20px 0 15px;
}
.about .about_catchbox p{
font-size:14px;
line-height:1.6;
margin-bottom:20px;
}
.about .about_sugoibox ul{
border-bottom:1px dashed #CCC;
padding:20px 0;
}
.about .about_sugoibox li.sugoitext{
float:left;
width:390px;
}
.about .about_sugoibox li.sugoitext p{
font-size:13px;
line-height:1.4;
}
.about .kokoga{
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
-khtml-border-radius: 14px; 
border-radius: 14px;
background-color:#81D4E3;
color:#FFF;
font-size:11px;
padding:5px;
width:170px;
font-weight:bold;
text-align:center;
}
.about .sugoicatch{
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:10px 0 15px;
}
.about .about_sugoibox li.sugoiph{
float:right;
width:240px;
}
.about .about_sugoibox li.sugoiph img{
width:240px;
}


/*　◆商品案内ページ◆　*/
.item_top .itemtopcatch h2{
font-size:16px !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;
}
.item_top .itemtopcatch p{
font-size:12px;
margin-bottom:25px;
}
.item_top .categorywrap{
padding-top:0px;
border-top:1px dashed #CCCCCC;
padding:25px 0;
}
.item_top .categorywrap h3{
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:0px 0 10px;
}
.item_top .categorywrap .categorytext{
font-size:12px;
margin-bottom:10px;
}
.item_top .categorybox ul{
width:680px;
}
.item_top .categorybox li{
float:left;
width:150px;
margin:20px 20px 0 0;
}
.item_top .categorybox li img{
width:150px;
margin-bottom:10px;
border:1px solid #DDDDDD;
}
.item_top .c_itemname{
margin-bottom:1px;
font-size:13px;
}
.item_top .c_itemprice{
font-size:12px;
}
.item_top .price_zei2{
font-size:10px;
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: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 10px;
}
.c_item .categorywrap .categorytext{
font-size:12px;
margin-bottom:10px;
}
.c_item .categorybox ul{
width:680px;
}
.c_item .categorybox li{
float:left;
width:150px;
margin:20px 20px 0 0;
}
.c_item .categorybox li img{
width:150px;
margin-bottom:10px;
border:1px solid #DDDDDD;
}
.c_item .c_itemname{
margin-bottom:1px;
font-size:13px;
}
.c_item .c_itemprice{
font-size:12px;
}
.c_item .price_zei2{
font-size:10px;
color:#555;
}


/*　◆商品案内個別ページ◆　*/
.item .itembox{
padding-top:40px;
margin-bottom:40px;
}
.item .itembox ul{
margin-bottom:30px;
}
.item .itembox li.item-data{
float:left;
width:350px;
padding-top:15px;
}
.item .categoryname a{
border:1px solid #81D4E3;
background-color:#F6F6F6;
color:#81D4E3;
padding:5px;
font-size:12px;
}
.item .itembox h2{
font-size:20px;
margin-top:25px;
margin-bottom:10px;
}
.item .itemprice{
font-size:18px;
}
.item .price_koumoku{
font-size:12px;
color:#555;
padding-right:5px;
}
.item .price_zei{
font-size:12px;
color:#555;
}
.item .itembox li.item-image{
float:right;
width:250px;
}
.item .itembox li.item-image img{
width:250px;
}
.item .itemtext{
border-top:1px dashed #CCC;
border-bottom:1px dashed #CCC;
padding:20px 0;
font-size:14px;
line-height:1.6;
}
.item .itembox h3{
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;
}
.item .categorywrap{
padding-top:40px;
margin-bottom:40px;
}
.item .categorybox ul{
width:660px;
border:1px solid #CCC;
padding:0px 0 43px 21px;
}
.item .categorybox li{
float:left;
width:140px;
margin:20px 18px 0 0;
height:211px;
}
.item .categorybox li img{
width:140px;
margin-bottom:10px;
border:1px solid #DDDDDD;
}
.item .c_itemname{
margin-bottom:1px;
font-size:13px;
}
.item .c_itemprice{
font-size:12px;
}
.item .price_zei2{
font-size:10px;
color:#555;
}


/*　◆NEWS一覧ページ◆　*/
.news_top .element{
margin:10px 0 0 0;
text-align:left;
}
.news_top .elementBox{
margin:0 0 0 0;
padding-bottom:20px;
}
.news_top .news_date{
font-size:10px;
color:#666666;
}
.news_top .elementBox h2{
font-size:15px;
line-height:1.6em;
margin:10px 0;
}
.news_top .news_list_box{
border-bottom:1px dotted #AAAAAA;
padding:25px 0;
}
.news_top .news_image{
width:235px;
height:140px;
overflow:hidden;
float:right;
border:1px solid #CCCCCC;
}
.news_top .news_image img{
width:235px;
}
.news_top .news_list_box .news_text_box{
width:390px;
float:left;
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;
float:left;
margin-top:10px;
}
.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;
width:670px;
}
.news .elementBox{
margin:30px 0 0 0;
padding-bottom:20px;
}
.news .news_date{
font-size:10px;
color:#666666;
}
.news h2{
margin:10px 0 20px 0;
}
.news .elementBox h2{
font-size:18px;
line-height:1.4em;
}
.news .elementBox .elementBlog{
font-size:13px;
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:670px;
padding:10px 0 15px 0px;
margin:10px 0px 0px 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;
}
.access .access_box img{
float:left;
width:340px;
}
.access .access_box dl {
width:280px;
border-bottom:1px dotted #AAAAAA;
float:right;
}
.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 li{
float:left;
width:210px;
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;
margin-right:10px;
}
.access .store_image li:last-child{
float:left;
width:210px;
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;
margin-right:0px;
}
.access .store_image li img{
width:210px;
-moz-border-radius: 21px;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px; 
border-radius: 21px;
}
.access .google_map {
text-align:center;
padding-bottom:40px;
}



/*　◆求人ページ◆　*/
.recruit_wrap{
margin-top:40px;
clear:both;
padding:0 10px;
}
.recruit_wrap a:hover img{
opacity: 0.7;
filter: alpha(opacity=70);
}
.recruit_midashi{
font-family: 'Prata', serif;
color:#222222;
font-size:44px;
font-weight:normal;
text-align:center;
line-height:1.0;
}
.h2_span{
color:#222222;
font-size:14px;
padding-top:10px;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
text-align:center;
margin-bottom:20px;
}
.catchbox{
width:900px;
margin-bottom:40px;
-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:30px;
font-weight:normal;
font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
padding:15px;
text-align:center;
background-color:#FFF;
}
.catchbox .catch_textbox{
padding:0 20px;
}
.catchbox .catch_textbox li.catch_text{
float:left;
width:700px;
font-size:14px;
color:#000000;
padding:20px 0 0;
line-height:1.6;
}
.catchbox .catch_textbox li.catch_btn{
float:right;
padding:20px 0 20px;
width:130px;
}
.companybt{
margin-bottom:40px;
}	
.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{
width:204px;
margin-left:28px;
float:left;
font-size:12px;
}
.recruit_icon li:first-child{
width:204px;
margin-left:0px;
float:left;
font-size:12px;
}


/*◆求人企業情報ページ◆*/
.vision_box{
margin-bottom:40px;
}
.vision_box p{
font-size:14px;
padding-top:15px;	
}
.stepup_box{
margin-bottom:40px;
}
.company_midashi img{
display:block;
margin:0px auto;
}
.stepup_box p{
font-size:14px;
padding-top:25px;	
}
.company_info{
border:1px solid #DDDDDD;
width:900px;
padding:15px 20px 20px;
}
.company_info dl {
border-bottom:1px dotted #AAAAAA;
}
.company_info dl.fst{
border-bottom:0px dotted #AAAAAA;
}
.company_info dt{
clear: left;
float: left;
padding:15px 0 10px 3px;
width:15%;
font-weight:bold;
color:#333333;
}
.company_info dd {
padding:15px 0 10px;
}
.company_info dd a{
padding-left:15px;
}


/*　◆求人詳細ページ◆　*/
.svbox_shige{
width:900px;
height:559px;
background:url("/images/sv_back_shige.jpg");
position:relative;
margin-bottom:40px;
}
.svbox_shige .sv_title_shige{
padding-bottom:2px;
border-left:7px solid #ED2295;; 
border-bottom:1px dashed #ED2295;;
margin-bottom:15px;
}
.katagaki{
font-size:16px;
padding-left:15px;
}
.staff_name{
font-size:26px;
font-weight:bold;
padding-left:15px;
}
.name_small{
font-size:12px;
color:#777;
font-weight:normal;
padding-left:10px;
}
.svbox_shige .sv_text_shige{
position:absolute;
top:35px;
right:30px;
width:420px;
height:500px;
background-color:rgba( 255, 255, 255, 0.9);
overflow:hidden;
padding:15px;
color:#000000;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px; 
border-radius:8px;
font-size:13px;
}
.svbox_shige .sv_text_shige p{
line-height:1.6;
}
.kinmuphoto{
margin-bottom:40px;
}
.kinmuphoto li img{
margin-bottom:10px;
width:204px;
}
.kinmuphoto li{
width:204px;
font-size:12px;
float:left;
margin-left:28px;
}
.kinmuphoto li p{
line-height: 1.4;
}
.kinmuphoto li:first-child {
width:204px;
font-size:12px;
line-height: 1.2;
float:left;
margin-left:0px;
}
.recruit_tel_box{background-image: url(http://www.kknoah.co.jp/images/media_list_back.jpg);
background-repeat: repeat-x;
padding:15px;
margin:20px 0;
}
.recruit_tel_text{
background-color:#ffffff;
padding:10px;
text-align:center;
}
.recruit_tel_text li{
display:inline;
}
.recruit_tel{
font-size:20px;
font-weight:bold;
margin-top:5px;
}
.oubo{
font-size:12px;
padding-right:5px;
}
.tanto{
font-size:12px;
padding-left:5px;
}
.recruit_wrap table{
border-collapse:collapse;
width:100%;
margin-top:20px;
}
.recruit_wrap th{
font-weight:normal;
vertical-align:text-top;
width:200px;
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:900px;
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_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;
font-size:14px;
}
.recruit_contact th{
font-weight:normal;
vertical-align:text-top;
width:200px;
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;
text-align:center;
}
.recruit_contact p{
line-height:1.8;
}
.recruit_contact .recruit{
width:900px;
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{
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:20px;
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:30%;
}
.s_box{
width:100px;
}
.b_box{
width:600px;
}


/*フッターリンク*/
.ft_links3{padding:0;}
.link_wrap3{ width:960px; padding:20px 0; font-size:10px; margin-left:auto; margin-right:auto;color:#FFFFFF;line-height:1.4;}
.span{font-weight:normal; color:#FFFFFF;}
.logobox{width:160px; float:left; text-align:center;}
.logobox li{width:160px; display:inline; line-height:1.4; color:#EEEEEE;}
.logobox li img{margin:0 auto 12px auto; !important;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.logobox a:link{ color: #EEEEEE !important; text-decoration:none;}
.logobox a:visited{ color:#EEEEEE !important; text-decoration:none;}
.logobox a:hover{ color: #EEEEEE !important; text-decoration:underline;}
.logobox a:active{ color: #EEEEEE !important;}
.link_midashi {font-weight:bold; margin:0 0 15px 0px; text-align:center;}
.link_midashi a:link{ color: #FFFFFF; text-decoration:none;}
.link_midashi a:visited{ color:#FFFFFF; text-decoration:none;}
.link_midashi a:hover{ color: #FFFFFF; text-decoration:underline;}
.link_midashi a:active{ color: #FFFFFF;}

/*ピックアップブランド*/

.pickup-brand ul{padding-top:40px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.pickup-brand li{width:30%;}
