@charset "utf-8";

/*Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


ins {
	background-color:#9ff;
	color:#000;
	text-decoration:none;
}


mark {
	background-color:#9ff;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted inherit;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}
/*
------------------------------------------------------------*/
body {
	font:13px/1.231 ;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3″,"Hiragino Kaku Gothic Pro W3″,メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: none;
	color:#333;
	}

/* textLinks */
a:link,a:visited,a:hover,a:active {
	color: #666666;
	text-decoration:none;
}


/*width
------------------------------------------------------------*/
/* clearfix */
.clearfix:after,
header:after,
.list-content-box h2:after,
.gnv ul:after,
#visual_content:after
{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;zoom:1;}

/*basicLayout
------------------------------------------------------------*/
header{
	margin-bottom:8px;
	padding:8px 10px 9px;
	background:url(/s/common/img/bkg_header_01.gif) repeat-x left bottom;
	background-size:auto 54px;
	}

header h1,header #logo{
	float:left;
	width:55px;
}

header ul{
	float:right;
	padding-top:8px;
	list-style:none;
}
header ul li{
	float:right;
	width:111px;
	margin-left:11px;
}

footer .navigation-01 li{
	background: -moz-linear-gradient(#ffffff, #d3d3d3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d3d3)); 
}

footer .navigation-01 li a{
	display:block;
	padding:15px 10px 15px 40px;
	background:url(/s/common/img/fnv_icon_01.png) no-repeat left center;
	background-size:auto 18px;
	font-size:116%;
}

footer .navigation-02{
	padding:15px 0 15px;
	background-color:#eff0ee;
}

footer .navigation-02 li{
	padding:10px 10px 10px 30px;
	background:url(/s/common/img/fnv_icon_02.png) no-repeat left center;
	background-size:auto 6px;
}

footer .navigation-02 li a{
	font-size:85%;
}

footer .btn_pc{
	padding:10px 10px 14px;
	text-align:right;
}

footer .btn_pc img{
	width:73px;
}

footer .copyright{
	padding:10px 0;
	background-color:#009e96;
	color:#fff;
	font-size:69%;
	text-align:center;
}

#contents{
	font-size:108%;
}

h2.hdg2-01{
	margin-bottom:15px;
	padding:0 0 0 14px;
	background:url(/s/common/img/bkg_hdg2.png) no-repeat left 0.2em;
	background-size:auto 17px;
	color:#0c9b97;
}

h3{
	margin-bottom:10px;
	font-size:93%;
	font-weight:bold;
}

.lead{
	padding:12px 10px;
	line-height:1.4;
}

/*visual_content*/

#visual_content .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
#visual_content .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

#visual_content {position: relative; zoom: 1;}
#visual_content .slides {zoom: 1;}
#visual_content .slides > li {position: relative;}

/*topicBox*/
nav#topicBox {
}

nav#topicBox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
* html nav#topicBox             { zoom: 1; } /* IE6 */
*:first-child+html nav#topicBox { zoom: 1; } /* IE7 */
nav#topicBox ul li{
	float: left;
	width: 33.333%;
}


/*list-content*/

.list-content-01{background:#f5f5f5;padding:13px 0 1px;}
.list-content-02{background:#009e96;padding:1px 0 1px;}
.list-content-03{background:#426fb0;padding:1px 0 1px;}
.list-content-04{background:#2cbf13;padding:1px 0 1px;}
.list-content-05{background:#009E96;padding:1px 0 1px;}

.list-content-box{
	padding:0 10px 0;
}
.list-content-box h2{
	position:relative;
	padding-top:5px;
}

.list-content-box h2.hdg2-news{
	height:18px;
}
.list-content-box h2 img.txtTtl{
	height:18px;
}

.list-content-box h2.hdg2-important{
	height:19px;
}

.list-content-box h2 .hdg2-btn{
	position:absolute;
	right:0;
	top:0;
	width:111px;
	height:18px;
}

.list-content-box ul{
	margin:15px 0 15px;
	list-style:none;
	border-radius: 4px;
	border-top:2px solid #fff;
	background-color:#fcfcfc;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.list-content-box ul li{
	border-bottom:1px solid #d8d8d8;
	line-height:1.3;
	background:url(/s/common/img/ico_list_01.png) no-repeat right center;
	background-size:auto 15px;
}

.list-content-box ul li:last-child{
	border-bottom:none;
}

.list-content-box ul li a{
	display:block;
	padding:8px 19px 8px 15px;
}

.list-content-box ul li .date{
	color:#009e96;
	padding-bottom:6px;
}

.list-content-navigation-01{
	list-style:none;
	padding:9px 10px 9px;
}
.list-content-navigation-01 li{
	width:100%;
	margin-bottom:10px;
	border-radius: 4px;
	background: -moz-linear-gradient(#ffffff, #f0f0f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	
}

.list-content-navigation-01 li:last-child{
	margin-bottom:0px;

}

.list-content-navigation-01 li a{
	display: table;
	width:100%;
	background:url(/s/common/img/ico_list_01.png) no-repeat right center;
	background-size:auto 15px;
	color:#009e96;
	font-size:126.1%;
}

.list-content-navigation-01 li a span.txt{
	display: table-cell;
	vertical-align:middle;
	padding:10px 15px 10px 0;
	text-align:left;
}

.list-content-navigation-01 li a span.txt-01{
	display: table-cell;
	vertical-align:middle;
	padding:10px 15px 10px 10px;
	text-align:left;
}

.list-content-navigation-01 li a span.pic{
	display: table-cell;
	width:60px;
	padding:10px 10px 10px 10px;
	border-radius: 4px;
	vertical-align:middle;
}
.list-content-navigation-01 li a span.pic img{
	width:60px;
}

/*text-content*/

.text-content{
	padding:10px;
	background-color:#f5f5f5;
	line-height:1.3;
}

.text-content ul{
	margin-left:20px;
}


/*text-box-content*/

.text-box-01{
	margin-bottom:10px;
	padding:15px;
	border-radius: 4px;
	background-color:#FFF;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

/*btn*/

.btn-01{
	border-radius: 4px;
	border:1px solid #0c9b97;
	background: -moz-linear-gradient(#4cbbb5, #0c9b97);
	background: -webkit-gradient(linear, left top, left bottom, from(#4cbbb5), to(#0c9b97)); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.btn-01 a{
	display:block;
	padding:10px 0 8px;
	background:url(/s/common/img/gnv_icon_02.png) no-repeat right center;
	background-size:auto 15px;
	text-align:center;
	color:#fff;
}

/*home
---------------------------*/

#home .index-list-box01{
	border-bottom:1px solid #19aca8;
}

#home .index-list-box02{
	padding-top:12px;
	border-top:2px solid #90dbd8;
}

#home .list-content-02{
	margin-bottom:1px;
}

#home .list-content-03{
	margin-bottom:1px;
}
#home .list-content-04{
	margin-bottom:1px;
}
#home .list-content-05{
	border-bottom:10px solid #f5f5f5;
}
#home .btn-nitori-members,
#home .btn_facebook{
	margin:4px 0 4px;
	padding:0 10px 0;
}
#home .btn-nitori-members a,
#home .btn_facebook a{
	display:block;
	background-color:#FFF;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#home .btn_line{
	margin:4px 0 4px;
	padding:0 10px 0;
}
#home .btn-nitori-members a,
#home .btn_line a{
	display:block;
	background-color:#FFF;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#home .btn_app{
	margin:4px 0 4px;
	padding:0 10px 0;
}
#home .btn-nitori-members a,
#home .btn_app a{
	display:block;
	background-color:#FFF;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#home .sns {
	width:100%;
	margin:5px 0px;
}

#home .btn_sns ul {
	display:table;
	width:100%;
}
#home .btn_sns ul li{	
	display:table-cell;
	background-color:#FFF;
	padding:3px;
}

#home .btn_sns ul li img{	
	width:100%;
}

#home .gnv ul li{
	width:50%;
	float:left;
	background: -moz-linear-gradient(#4dbbb6, #019e96);
	background: -webkit-gradient(linear, left top, left bottom, from(#4dbbb6), to(#019e96)); 
}

#home .gnv ul li.shop{
	background: -moz-linear-gradient(#ffab58, #ff8812);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffab58), to(#ff8812)); 
}

#home .gnv ul li a{
	display:block;
	padding:15px 20px 15px 10px;
	border-top:1px solid #fff;
	background:url(/s/common/img/gnv_icon_02.png) no-repeat right center;
	background-size:auto 15px;
	color:#fff;
	font-size:77%;
}

#home .gnv ul li:nth-child(even) a{
	border-left:1px solid #fff;
}

#home .gnv ul li.shop a{
	display:block;
	padding:15px 20px 15px 10px;
	border-top:1px solid #fff;
	background:url(/s/common/img/gnv_icon_01.png) no-repeat right center;
	background-size:auto 15px;
	color:#fff;
	font-size:85%;
}

/*news
---------------------------*/
#news .btn_important{
	padding:0 10px 10px;
}

#news .list-content-box ul{
	margin:0px 0 15px;
}

#news .trigger_content{
	padding:20px 10px 0;
}

#news .trigger_content .trigger{
	border-radius: 4px;
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); 
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
}

#news .trigger_content .trigger span{
	display:block;
	padding:13px 0 14px 12px;
	background:url(/s/common/img/icon_pull-down_01.png) no-repeat right center;
	background-size:auto 100%;
}

#news .trigger_content .toggle_container{
	margin-top:5px;
	padding:0px 1px 0;
	background-color:#fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25) inset;
}

#news .trigger_content .toggle_container ul{
	list-style:none;
}

#news .trigger_content .toggle_container ul li{
	border-bottom:1px solid #eeeeee;
}

#news .trigger_content .toggle_container ul li:last-child{
	border-bottom:none;
}

#news .trigger_content .toggle_container ul li a{
	display:block;
	padding:15px 10px 15px;
	background:url(/s/common/img/ico_list_01.png) no-repeat right center;
	background-size:auto 15px;
}

/*Component
------------------------------------------------------------*/
/*text*/
.large{font-size:123.1% !important;}
.small{font-size:85% !important;}
.bold{font-weight:bold !important;}

.txtcenter{text-align:center !important;}
.txtleft{text-align:right !important;}
.txtright{text-align:right !important;}

/*float*/
.fleft{float:left;}
.fright{float:right;}

/* margin */
/* top */
.mt00 {margin-top:0px !important;}
.mt05 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
/* bottom */
.mb00 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
/* left */
.ml00 {margin-left:0px !important;}
.ml05 {margin-left:5px !important;}
.ml08 {margin-left:8px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
/* right */
.mr00 {margin-right:0px !important;}
.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr13 {margin-right:13px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}