/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.arrowLive a:hover{
	filter:100!important;
	-moz-opacity:1!important;
	opacity:1!important;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* ---------------追加------------------ */
.imgintro {
	float: right;
	width: auto;
	margin: 0 0 5px 5px;
	padding: 0 0 0 0;
}
.imgintro2 {
	float: right;
	width: auto;
	margin: 0 0 2px 1px;
	padding: 0 0 0 0;
}
.imgintro3 {
	float: right;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
}
.imgintroleft {
	float: left;
	width: auto;
	margin: 0 5px 5px 0;
	padding: 0 0 0 0;
}
/* ----------------------------------------- */

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;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:0px;
  line-height:0px;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*スタイルシート
*******************************************/

body{
	/*background:url(/images/common/bg_all.png); 20140603削除しました。*/
}


.mainCont{
	width:990px;
	margin:0 auto 0 auto;
	background:#fff;
}

.headTtlArea{
	background: #e5017d;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding:10px 0 10px 10px;
}

.mainTtl{
	/*width:50%;*/
    /* 2014-04-03 クイックアンケートのレイアウト改訂で、ヘッドライン文の改行を防ぐために幅を変更しました */
    width:60%;
	float:left;
}

.headrightNav{
	/*width:40%;*/
    /* 2014-04-03 クイックアンケートのレイアウト改訂で、ヘッドライン文の改行を防ぐために幅を変更しました */
    width:30%;
	float:right;
	padding-right:10px;
}

.headrightNav li{
	float:right;
	display:block;
	text-align:right;
	padding-left:10px;
}

.headrightNav li a{
	color:#fff;
}	

.pankuzu{
	font-size:12px;
	width:100%;
	float:left;
	line-height:24px;
}

.pankuzu a{
	color:#000;
	text-decoration:none;
}	

.pankuzu span{

}

.pankuzu ul{}

.pankuzu li{
float:left;
list-style:none;
height:24px;
line-height:24px;
}



.pankuzu img{
	vertical-align: -6px;
	float:left;
	margin:0 5px 0 0;
}

.headOptCont{
	/*background:url(../img/common/header_line.png); 削除しました。140603*/
	background-repeat: repeat-x;
	padding:20px 0 5px 0;
	border-bottom:1px solid #e5e5e5;

}

.headOptContInner{
	width:970px;
	margin:0 auto 0 auto;
}

.headTagArea{
	width:50%;
	float:right;
}

.headTagArea li{
	display: block;
	float:right;
	border:1px solid #e4e4e4;
	font-size:12px;
	background: #f8f5f0;
	margin-bottom:5px;
	margin-left:5px;
}


.headTagArea li a{
	padding:5px 10px 5px 10px;
	display:block;
	color:#000;
	text-decoration:none;
}


.searchArea{
	background:url(/images/common/logo_main.png);
	background-repeat:no-repeat;
	width:626px;
	margin:0 auto 0 auto;
	min-height:111px;
	margin-top:16px;
}

.mainTtl2{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding-bottom: 70px;
}

.searchForm{
	text-align:center;
	width:390px;
	height:25px;
	margin:0px auto 0 auto;
	position:relative;
}

.searchForm input.txtEnter{
	width:370px;
	margin:0 auto 0 auto;
	padding:5px 10px 5px 10px;
	background:none;
	height:1.6em;
	border:1px solid #e5e5e5;
	line-height:1.6em;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
}

.submitBtn{
	display:block;
	position:absolute;
	right:5px;
	display:block;
	top:5px;
	width:18px;
	height:17px;
	background:url(/images/common/btn_search.png);
	border:none;
	text-indent:-9999px;
}



.searchBottomTag {
    color: #000000;
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 25px;
    text-align: center;
}
/* ★修正前　20140127
.searchBottomTag {
    font-size: 12.5px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
}
*/



.searchBottomTag a {
    color: #1188FF;
    text-decoration: none;
}

/* ★修正前　20140127
.searchBottomTag a{
	text-decoration: none;
	color:#000;
}
*/



.gnav,.gnav2{
	text-align:center;
	margin-top:20px;
	line-height:0px;
	font-size:0px;
}


.gnav li{
	display:block;
	width:107px;
	float:left;
}
.gnav2 li{
	display:block;
	float:left;
}

.leftCont{
	width:610px;
	float:left;
	padding-left:25px;
	padding-top:20px;
}

.ttlSub1{
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	color:#76535e;
	font-weight:bold;
}

.ttlSub1In{
	font-size:14px;
	font-weight:normal;
	padding-bottom:10px;
	color:#76535e;
	font-weight:bold;
	padding-left:20px;
	width:290px;
	float:left;
	padding-top:5px;
}

.btnTopicSubRight{
	display:block;
	float:right;
	width:224px;
	padding-right:20px;
}

.ttlSub1In img{
	vertical-align: -5px;
}

.ttlSub1 img{
	vertical-align: -5px;
}

.ancCatBottom2Txt{
	font-size:13px;
	line-height:22px;
}

.ancCatBottom2BottomBox{
	background:#fff;
	padding:5px 10px 5px 10px;
	margin-top:15px;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
    font-size:14px;
}

.ancCatBottom2BottomBox a{
	color:#792145;
}

.artArea{
	color:#fff;
	font-size:12px;
	box-shadow: 0px 1px 5px #afafaf; /*CSS3*/
	-moz-box-shadow: 0px 1px 5px #afafaf; /* Firefox用*/
	-webkit-box-shadow: 0px 1px 5px #afafaf; /* Google Chrome, Safari用*/
	padding:15px 0 15px 0;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    margin-bottom:20px;
}

.artArea2{
	color:#fff;
	font-size:12px;
	box-shadow: 0px 1px 5px #afafaf; /*CSS3*/
	-moz-box-shadow: 0px 1px 5px #afafaf; /* Firefox用*/
	-webkit-box-shadow: 0px 1px 5px #afafaf; /* Google Chrome, Safari用*/
	padding:2px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    margin-bottom:20px;
}

.artAreaInner{
	border:1px solid #e5e5e5;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    padding-top:10px;
}

.artAreaHead{
	padding-left:120px;
	font-weight:normal;
	padding-top:8px;
	padding-bottom:8px;
	background:#e5017d;
	font-size:14px;
}

.artAreaHead2{
	padding-left:120px;
	font-weight:normal;
	padding-top:5px;
	color:#000;
	padding-right:10px;
}

.artAreaHead3{
	font-weight:normal;
	padding-top:8px;
	padding-bottom:5px;
	background:#e5017d;
	font-size:16px;
}

.artAreaHead4{
	font-weight:normal;
	padding-top:8px;
	padding-bottom:5px;
	background:#e5017d;
	font-size:16px;
	width:572px;
	margin:0 auto 0 auto;
}



.artAreaHead h2{
	width:390px;
	float:left;
	font-weight:bold;
}

.dayData{
	display:block;
	float:right;
	padding-right:10px;
}

.dayData2{
	display:block;
	float:left;
	padding-right:5px;
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
}

.atIcon{
	width:110px;
	float:left;
	display:block;
	height:71px;
	position:relative;
	margin-top:-30px;
	padding-left:10px;
}

.atIcon2{
	width:110px;
	float:left;
	display:block;
	padding-left:10px;
}

.ttlArtMain{
	font-size:24px;
	color:#000;
	padding-top:10px;
	padding-right:15px;
	line-height:32px;
	width:460px;
	float:right;
}

.ttlArtMain a{

	color:#000;
	text-decoration:none;

}

.ttlArtMain a:hover{

	color:#000;
	text-decoration: underline;

}

.ttlArtMain a:visited{

	color:#000;
	text-decoration:none;

}

.ttlArtMain2{
	font-size:24px;
	color:#000;
	padding-top:5px;
	padding-right:15px;
	line-height:32px;
	width:460px;
	float:right;
}


.ttlArtMain2 a{

	color:#000;
	text-decoration:none;

}

.ttlArtMain2 a:hover{

	color:#000;
	text-decoration: underline;

}

.ttlArtMain2 a:visited{

	color:#000;
	text-decoration:none;

}


.snsBtn{
	clear:both;
}

.atFigure{
	width:160px;
	float:left;
	padding-top:20px;
	padding-left:20px;
}



.snsBtn li{
	display:block;
	float:left;
	width:100px;
}

.gBtn{
	width:80px!important;
}

.fBtn{
	width:110px!important;
}

.atTxtArea{
	width:390px;
	float:right;
	color:#000;
	padding:20px 20px 20px 0px;
	line-height:22px;
	font-size:16px;
}

.atTxtArea2{
	color:#000;
	padding:20px;
	line-height:22px;
	font-size:16px;
}


.continueTxt{
	text-align:right;
	padding-top:10px;
}

.continueTxt a{
	color:#e5007d;
}

.pdt20px{
	padding-top:20px;
}

.aboutContBox{
	background:#f8f5f0;
	padding:20px;
	border:1px solid #e5e5e5;
}

.aboutContBox2{
	background:#f8f5f0;
	padding:10px;
	border:1px solid #e5e5e5;
	margin-bottom:10px;
	font-size:13px;
}

.aboutContTxt{
	float:right;
	width:415px;
	font-size:13px;
	line-height:24px;
}

.aboutContBoxFigure{
	width:126px;
	float:left;
}

.pdt40px{
	padding-top:40px;
}

.pdt30px{
	padding-top:30px;
}


.atColumCont{
	background:#f8f5f0;
	border:1px solid #e5e5e5;
	width:158px;
	padding:15px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}

.colmBox{
	margin-left:-20px;
}

.atColumContTxt{
	font-size:13px;
	line-height:20px;
}

.atColumContFig{
	padding-bottom:10px;
}

.mlArea01{
	border:1px solid #e5e5e5;
	padding:10px 0px 10px 10px;
	margin-bottom:10px;
}

.mlArea01fig{
	float:left;
	width:90px;
}

.mlArea01Cont{
	font-size:13px;
	width:497px;
	float:right;
}

.mlTtlInner{
	background:#e5017d;
	color:#fff;
	padding:8px 5px 5px 5px;
}

.mlTtlMain{
	padding:10px 0 10px 0;
	color:#76525e;
}

.mlInnerCont{
	font-size:13px;
	line-height:20px;
	padding-top:10px;
	padding-right:10px;
}

.rightCont{
	display:block;
	float:right;
	padding-right:25px;
	padding-top:20px;
	width:300px;
}

.sbBnArea li{

}

.sbBnArea li.now{
	display: block!important;
}

.arrowLive{
	background:url(/images/common/bg_sld.png);
	background-repeat:repeat-x;
}

.arrowLeft{
	display:block;
	float:left;
}

.arrowRight{
	display:block;
	float:right;
}

.ank1{
	background:url(/images/common/bg_ttl_dotted.png);
	color:#fff;
	font-size:12px;
	font-weight:normal;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.ank1 p{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px;
}

.ttlSideCont{
	font-weight:normal;
	font-size:16px;
	padding:10px 0 0 0;
}

.ttlSideCont img{
	vertical-align: -6px;
}

.ankArt p{
	display:block;
	font-size:16px;
	line-height:18px;
	padding-top:10px;
}

.ankArt{
	border-bottom:1px solid #f06ba7;
	padding-bottom:10px;
}

.aktBox{
	border-bottom:4px solid #f06ba7;
}

.aktBox2{
	border-bottom:4px solid #f06ba7;
}

.recoTopic li{
	width:70px;
	background:#f8f5f0;
	font-size:13px;
	float:left;
	margin:0 3px 3px 0;
}

/* ★修正前　20140124
.recoTopic li a{
	color:#000;
	text-decoration:none;
	text-align:center;
	padding:3px;
	display:block;
}
*/


.recoTopic li a {
    background: none repeat scroll 0 0 #E5017D;
    color: #FFFFFF;
    display: block;
    height: 28px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}


.recoTopic{
	padding-top:10px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}

.rankindTable{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.rankindTable th{
	background:#e5017d;
	color:#fff;
	padding:20px 10px 20px 10px;
}

.rankindTable td{
	background:#f8f5f0;
	font-size:13px;
	line-height:20px;
	padding:12px;
}

.rankingFamouse{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:5px;
}

.pdb10px{
	padding-bottom:10px;
}

.sideBannerArea a{
	display:block;
	padding-bottom:10px;
}

.txtArea1{
	font-size:13px;
	line-height:22px;
	padding-top:5px;
	padding-bottom:5px;
}

.mainFooter{
	clear:both;
	padding-top:40px;
}

.totop{
	background:#e5017d;
	text-align:right;
	padding:5px 10px 5px 0;
}

.totop a{
	color:#fff;
	text-decoration: none;
	font-size:12px;
}

.totop img{
	vertical-align: -5px
}

.footerNav1{
	font-size:12px;
	line-height:22px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

.footerNav1 a{
	color:#000;
	text-decoration: none;
}

.copyArea{
	font-size:10px;
	text-align:center;
}

.footAreaBg{
	background:#feeef1;
	font-size:12px;
	padding:20px 20px 50px 20px;
	margin-top:15px;
	line-height:24px;
	color:#e5007d;
}

.loveIntArea{
	padding-bottom:20px;
}

.loveIntArea figure.loveLeft{
	float:left;
	width:169px;
}

.loveIntArea figure.loveLeft2{
	float:left;
	width:191px;
}

.loveIntArea figure.loveLeft3{
	float:left;
	width:95px;
}

.loveIntArea figure.loveLeft{
	float:left;
	width:169px;
}

.loveRight{
	width:421px;
	float:right;
	font-size:13px;
	line-height:22px;
}

.loveRight2{
	width:400px;
	float:right;
	font-size:14px;
	line-height:22px;
	font-size:24px;
	line-height:32px;
	padding-top:35px;
	color:#e5017d;
	font-weight:bold;
}


.loveRight3{
	width:490px;
	float:right;
	font-size:14px;
	line-height:22px;
	font-size:24px;
	line-height:32px;
	padding-top:10px;
	color:#000;
	font-weight:bold;
}


.loveTagAlrea{
	font-size:12px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:10px 0 10px 0;
	margin-bottom:15px;
}

.loveTagAlrea a{
	color:#000;
}

.articleChangeArea{
	margin-bottom:20px;
}

.articleChangeArea p{
	display:block;
	float:left;
	line-height:17px;
}

.articleChangeArea p.left{
	display:block;
	float:left;
	width:50px;
}

.articleChangeArea p.right{
	display:block;
	float:right;
	width:50px;
}

.articleChangeArea p.center{
	display:block;
	float:left;
	width:510px;
	font-size:14px;
	text-align:center;
}

.articleChangeArea p.center a{
	color:#e5017d;
}

.pdt10px{
	padding-top:10px;
}

.bdb1pxGray{
	border-bottom:1px solid #e5e5e5;
}

.pdb10px{
	padding-bottom:10px!important;
}

.quesBoxArea{
	color:#000;
	padding:20px;
	font-size:14px;
}

.pdb20px{
	padding-bottom:20px!important;
}

.txtStyle1{
	font-size:13px;
	padding-bottom:5px;
}

.inputAns1{
	width:555px;
}

.daydata{
	clear:both;
	font-size:12px;
	text-align:right;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}

.txtAlignCenter{
	text-align:center;
}

.txtArea1 p{
	color:#000;
	padding:0px 20px 20px 20px;
	font-size:16px;
	line-height:26px;
}

.qesBox{
	background:#f8f5f0;
	border:1px solid #e5e5e5;
	margin:0 20px 20px 20px;
	padding:20px;
}

.qesBox figure{
	width:93px;
	height:97px;
	float:left;
	padding-bottom:20px;
}

.qesBoxRight{
	width:415px;
	float:right;
}

.qesBoxRight h3{
	font-size:18px;
	color:#000;
	padding-bottom:10px;
	padding-top:5px;
}

.qesBoxRight p{
	padding:0px;
	line-height:18px;
	font-size:13px;
}

.graphBox{
	background:#fff;
	border:1px solid #e5e5e5;
	clear:both;
	margin-bottom:10px;
	padding:15px;
	color:#000;
}

.qesBox a{
	color:#000;
}

.autArea{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding-top:20px;
	padding-bottom:20px;
	margin:20px;
}

.autArea p{
	font-size:13px;
	line-height:22px;
}

.bottomArtArea{
	padding-bottom:20px;
	margin:0 20px 0 20px;
}

.bottomArtArea p{
	padding:0px;
	font-size:13px;
}

.relLik a{
	color:#000;
	text-decoration:none;
	font-size:14px;
}


.relLik2{
	padding-top:10px;
	padding-bottom:20px;
}

.relLik2 a{
	color:#e5007d;
	text-decoration:none;
	font-size:14px;
}

.releArea .ank1{
	color:#fff;
}

.releArea .ank1 p{
	padding:5px 0 5px 10px;
	color:#fff;
	font-size:14px;
}

.releArea{
	margin:0 20px 0 20px;
}

.leftAuthArea{
	width:425px;
	float:left;
}

.rightAuthArea{
	float:right;
	width:112px;
}

.autArea p{
	padding:0px;
}


/* prev - next */
.pnTop{
/*	border-top:1px solid #ECB3CB; */
	padding-top:50px;
}
.prev_l{
	margin:0 0 10px 0;
	float:left;
	width:315px;
}
.next_l{
	margin:0 0 10px 0;
	float:right;
	width:315px;
}
.prev_l a .prev:hover , .next_l a .next:hover{
	background:#fff;
}
.pnTop .prev{
	float:left;
	background:#F8F5F0;
	height:40px;
	padding:0 0;
	margin-right:5px;
}
.pnTop .next{
	text-align:right;
	float:right;
	background:#F8F5F0;
	height:40px;
	margin-left:5px;
}
.pnTop .prev p , .pnTop .next p{
	padding:0 5px;
	font-size:12px !important;
}
.prev_l img{
	float:left;
	margin-right:5px;
	height:40px;
}
.next_l img{
	float:right;
	margin-left:5px;
	height:40px;
}
.prev_l_inner{
	width:100%;
}
.prev_l_inner p{
	padding:10px 0;
	font-size:14px !important;
	color:#e38bb0 !important;
}
.prev_l_inner p:hover{
	color:#EDB8CF !important;
}


.snsBootomArea li{
	float:left;
	display:block;
}

.commentArea{
	
}

.fb-comments span{
	height:110px!important;
}

.comBtnArea li{
	float:left;
	padding:0px 7px 0 7px;
}

.comBtnArea{
	width:325px;
	margin:0 auto 0 auto;
	padding-top:20px;
}

.ttlComStyle{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:7px 0 5px 0;
	font-weight:normal;
	margin-top:20px;
}

.ttlComStyle img{
	vertical-align:-7px;
	margin-right:5px;
}

.listFp{
	width:110px;
	float:left;
	font-size:12px;
	padding-left:16px;
}

.listFp figure{
	padding-bottom:5px;
}

.listFp p{
	line-height:14px;
}

.priceArea{
	font-weight:bold;
	color:#76525e;
}

.fpListArea{
	width:630px;
	margin-left:-14px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
}

.fpTtl{
	color:#e5007d;
	padding-bottom:5px;
}

.pdt5px{
	padding-top:5px;
}

.artAreaAll .snsBtn{
	padding-left:20px;
}

.graphData dt{
	float:left;
	width:190px;
	display:block;
	font-size:13px;
}

.graphData dt img{
	vertical-align: -5px;
	margin-right:8px;
}

.graphData dd{
	float:right;
	width:300px;
	display:block;
}

.graphData dd p{
	padding:0px;
	height:15px;
	margin-top:3px;
}
.graphStyle1 {
	background:#e5017d;
}

.graphStyle0{
	background:#f7edba;
}

.graphStyle2{
	background:#f7edba;
}



.pdb5px{
	padding-bottom:5px;
}

.bor{padding:20px 0;
margin:0 20px;
border-top:1px solid #e5e5e5;
font-size:13px;}


/* --- クイックアンケート投稿画面用  ------------*/
.question-row {
	margin-top: 18px;
}

.question-choice {
	font-size: 1.2em;
	margin: 10px 0px;
}

.question-choice input {
	vertical-align: baseline;
}

.research-enquete-submit {
	display: block;
	background-image: url("http://www.lc-net.net/base_research/img/question/submit_button.png");
	width: 200px; /*145*/
	height: 55px; /*40*/
	margin-top: 5px;
	cursor: pointer;
}
/* --- /クイックアンケート投稿画面用  ------------*/




/*shotaueyama*/

.quesTop{
	background:url(/images/question2/bg_ques_top.png);
	background-repeat:no-repeat;
	width:610px;
	min-height:153px;
	font-size:14px;
}


.taikenTop{
	background:url(/images/taiken/recipe/bg_taiken_top.png);
	background-repeat:no-repeat;
	width:610px;
	min-height:193px;
	font-size:14px;
}

.colmnTop{
	background:url(/images/column/bg_colmn_top.png);
	background-repeat:no-repeat;
	width:610px;
	min-height:165px;
	font-size:14px;
}

.topicTop{
	background:url(/images/topics/bg_topic_top.png);
	background-repeat:no-repeat;
	width:610px;
	min-height:165px;
	font-size:14px;
	font-weight:bold;
}

.topicTop2{
	background:url(/images/topics/bg_topic2_top.jpg);
	background-repeat:no-repeat;
	width:612px;
	height:93px;
	font-size:16px;
}

.topicTop2Inner{
	width:394px;
	padding-left:207px;
}

.topicTop2Inner h2{
	padding-top:15px;
	height:25px;
	color:#fff;
}

.topicTop2Inner p{
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	
}



.quesTopInner{
	width:409px;
	float:right;
}

.quesTopInnerLine{
	padding-top:15px;
	padding-bottom:10px;
	color:#fff;
}

.taikenTopInnerLine{
	padding-top:8px;
	color:#fff;
	line-height:22px;
	padding-right:20px;
	font-size:16px;
	height:72px;
}

.columnTopInnerLine{
	padding-top:28px;
	color:#fff;
	line-height:22px;
	padding-right:20px;
	font-size:16px;
	height:52px;
	font-weight:bold;
}

.topicsTopInnerLine{
	padding-top:20px;
	color:#fff;
	line-height:22px;
	padding-right:20px;
	font-size:16px;
	height:60px;
}

.quesTopInnerInput{
	background:#fff;
	padding:5px;
	margin-right:10px;
	margin-left:10px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.allZero{
	line-height:0px;
}

.quesTopInnerInputttl{
	width:180px;
	float:left;
	padding-top:4px;
	color:#792145;
	font-size:16px;
	font-weight:bold;
}

.quesTopInnerInputCont{
	width:170px;
	float:right;
	text-align:right;
	color:#792145;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding-top:2px;
}

.quesTopInnerInputCont img{
	margin-top:-3px;
}

.dataOpen{
	display:none;
}

.dataOpen2{
	display:none;
}

.dataOpen3{
	display:none;
}

.quesTopInnerInputCont img{
	vertical-align: middle;
}

.quesTopInnerCont{
	font-size:16px;
	padding:20px 10px 10px 10px;
	line-height:24px;
}

.taikenTopInnerCont{
	font-size:16px;
	padding:15px 10px 20px 0px;
	line-height:22px;
}

.topicTopInnerCont{
	font-size:16px;
	padding:15px 10px 20px 0px;
	line-height:22px;
	color:#792145;
}

.colorAreaPink{
	color:#e5007d;
}

.quesTopInnerContBottom{
	font-size:14px;
	line-height:24px;
	clear:both;
	padding-bottom:25px;
}

.quesTabArea1{
	width:610px;
	height:30px;
	position: relative;
	font-weight:bold;
}

.quesTabArea1 li{
	background:url(/images/question2/tab_pink.png);
	background-repeat:no-repeat;
	width:244px;
	height:22px;
	float:left;
	color:#fff;
	text-align:center;
	padding-top:8px;
	position:absolute;
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    cursor: pointer;
}

.quesTabArea1 li.usedAnc{
	position: absolute;
	left:230px;
}

.tabQuesOn{
	opacity: 1!important;
    filter: alpha(opacity=10)!important;
    -moz-opacity: 1!important;
}

.tabQuesOnChange{
	opacity: 1!important;
    filter: alpha(opacity=10)!important;
    -moz-opacity: 1!important;
}

.newAnc{
	width:244px;
	height:30px;
	position: relative;
}

.newAnc span{
	display:block;
	position: absolute;
	width:244px;
	height:30px;
}

.icontabBat{
	text-align:left;
	top:-20px;	
}

.quesList{
	padding:10px;
	border-bottom:1px solid #e5e5e5;
}


.quesList h2{
	background:url(/images/question2/icon_heart1.png);
	background-repeat: no-repeat;
	line-height: 18px;
	padding-left:25px;
}

.quesListBox{
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	font-size:14px;
	color:#000;
	width:570px;
	margin:0 auto 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#76525E;
}

.quesList p{
	display: block;
	float:right;
	background: #fef6f8;
	margin-top:5px;
	padding:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}


.quesPinkBox{
	background:#fef6f8;
}

.quesPinkBox h2{
	background:url(/images/question2/icon_heart2.png)!important;
	background-repeat: no-repeat!important;
	line-height: 18px;
	padding-left:25px;
}

.quesPinkBox p{
	background: #fff!important;
}

.ttlSub1_2{
	font-size:14px;
	font-weight:normal;
	color:#76535e;
	font-weight:bold;
	background:#e5017d;
	line-height:26px;
	height:26px;
	width:610px;
	position:relative;
	margin-bottom:15px;
}

.ttlSub1_2 img{
	margin-top:-10px;
	position:absolute;
	width:53px;
	height:34px;
	display: block;
}

.ttlSub1_2 span{
	display:block;
	color:#fff;
	padding-left:60px;
	font-size:14px;
}

.aboutContBox2_2{
	background:#f8f5f0;
	padding:10px;
	margin-bottom:10px;
	font-size:14px;
	border-left:#f06ba7 5px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.aboutContBox2_2 a{
	color:#000;
	text-decoration: none;
	font-size:16px;
}

.borderBottomPink{
	border-bottom:#f06ba7 solid 4px;
}

.searchNews{
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
}

.searchNewsData{
	color:#e5017d;
	padding-bottom:5px;
}

.searchNewsCont{
	background:#f8f5f0;
	padding:5px;
}

.searchNewsCont a{
	color:#76525e;
	text-decoration: none;
}

.ttlSub1_3{
	font-size:14px;
	font-weight:normal;
	color:#76535e;
	font-weight:bold;
	background:#ed92a6;
	line-height:26px;
	height:26px;
	width:610px;
	position:relative;
	margin-bottom:15px;
}

.ttlSub1_3 img{
	margin-top:-10px;
	position:absolute;
	width:53px;
	height:34px;
	display: block;
}

.ttlSub1_3 span{
	display:block;
	color:#fff;
	padding-left:60px;
	font-size:16px;
}

.aboutContBox2_3{
	background:#f8f5f0;
	padding:10px;
	margin-bottom:10px;
	font-size:13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:0px!important;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	line-height:27px; 
}

.aboutContBox2_3 span{
	width:26px;
	height:25px;
	display:block;
	float:left;
	background: url(/images/question2/icon_circle.jpg);
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	padding-top:2px;
	font-weight:bold;
	margin-right:5px;
}

.aboutContBox2_3 a{
	color:#000;
	display:block;
	float:left;
	text-decoration: none;
	padding-top:2px;
	font-size:14px;
}

.bannerAreaQues{
	border-top:4px solid #f06ba7;
}

.ancCatBottom{
	background: #f8f5f0;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}

.mgb0px{
	margin-bottom:0px!important;
}


.ancCatBottom ul{
	padding-bottom:20px;
}

.ancCatBottom li{
	width:175px;
	float:left;
	display:block;
	border-bottom:1px solid #000;
	margin-left:20px;
	padding-top:20px;
	font-size:13px;
	padding-bottom:5px;
}



.ancCatBottom li a{
	text-decoration: none;
	color:#000;
}


.bottomBannerArea{
	padding-top:30px;
}

.bottomBannerArea p.left{
	display:block;
	float:left;
}

.bottomBannerArea p.right{
	display:block;
	float:right;
}

.quesTop2{
	background:url(/images/question2/bg_ques2_top.jpg);
	background-repeat:no-repeat;
	width:612px;
	height:93px;
}

.quesTop2 h2{
	width:427px;
	float:right;
	text-align:center;
	padding-top:35px;
	color:#fff;
}

.moreBtnArea{
	text-align:center;
	padding-bottom:20px;
}

.noTopBorder{
	border:none!important;
}

.topPinkBorder{
	border-top: #f06ba7 solid 4px;
}

.ttlQuesInside{
	font-size:20px;
	text-align:center;
	color:#792045;
	padding-top:10px;
	background:url(/images/question2/ttl_border_ques1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom:20px;
}

.ttlQuesInside span{
	display:block;
	width:490px;
	margin:0 auto 0 auto;
	line-height:28px;
}

.qesBox2{
	color:#000;
}

.qesBox2{
	padding-bottom:15px;
}

.moreBtnArea{
	cursor: pointer;
}

.moreBtnArea2{
	text-align:center;
	cursor: pointer;
}

.snsBtn2{
	width:564px;
	margin:0 auto 0 auto;
}

.snsBtn2 li{
	width:94px;
}

.ancCatBottom2{
	width:524px;
	background: #f8f5f0;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	margin:0 auto 0 auto;
	color:#000;
	padding:20px;
}

.ancCatBottom2pd{
	padding:10px 20px 10px 20px!important;
}

.ancCatBottom2 li{
	border-bottom:1px solid #000;
	font-size:13px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.ancCatBottom2 p{
    border-bottom:1px solid #000;
    font-size:13px;
    padding-bottom:5px;
    margin-bottom:10px;
}

.ttlSub1_3_2{
	width:566px;
	margin:0 auto 0 auto;
}

.mgb20px{
	margin-bottom:20px!important;
}

.articleChangeArea2{
	width:610px;
	margin:0 auto 10px auto;
}

.articleChangeArea2 .center{
	width:510px!important;
}

.boderBottomLine1{
	background-repeat:no-repeat;
	background-position:bottom center;
	margin:0 auto 0 auto;
}

.boderBottomLine2{
	background:url(/images/question2/ttl_border_ques1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto 0 auto;
	padding-bottom:20px;
	padding-top:20px!important;
}

.qesBox3{
	margin:0px!important;
}

.qesTxtStyle1{
	line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	font-weight:bold;
}


.graphBoxQuesList{
	background:#fff;
	border:1px solid #e5e5e5;
	clear:both;
	margin-bottom:10px;
	padding:15px;
	color:#000;
}


.graphStyleQues1 {
/* 年代別回答状況のグラフを改行せずに表示するため、quesListNo, graphStyleQues1との幅を変更 */
/*    width: 210px; */
    width: 150px;
	height:10px!important;
	display:block;
	margin-top:0px!important;
}

.graphStyleQues1inner{
	background:#e5017d;
	height:10px!important;
	display:block;
}

.graphStyleQues2inner{
	background:#ff3333;
	height:10px!important;
	display:block;
}

.graphStyleQues3inner{
	background:#ff6666;
	height:10px!important;
	display:block;
}

.graphStyleQues4inner{
	background:#ff6699;
	height:10px!important;
	display:block;
}

.graphStyleQues5inner{
	background:#ff9999;
	height:10px!important;
	display:block;
}

.graphStyleQues6inner{
	background:#ff99cc;
	height:10px!important;
	display:block;
}

.graphStyleQues7inner{
	background:#cc9999;
	height:10px!important;
	display:block;
}

.graphStyleQues8inner{
	background:#cc99cc;
	height:10px!important;
	display:block;
}

.graphStyleQues9inner{
	background:#ffcc99;
	height:10px!important;
	display:block;
}

.graphStyleQues10inner{
	background:#f7edba;
	height:10px!important;
	display:block;
}


.graphBoxQuesListInner{
	padding-top:5px;
}


.graphBoxQuesListInner span{
	display:block;
	float:left;
}

.graphBoxQuesListInner p{
	display:block;
	float:left;
}

.graphBoxQuesListInner p span{
	display:block;
	float:none;
}


.graphBoxQuesListInner li{
	margin-bottom:10px;
	font-size:12px;
	line-height:10px;
}

.quesListAge{
	width:60px;
}

.quesListNo{
    /* 年代別回答状況のグラフを改行せずに表示するため、quesListNo, graphStyleQues1との幅を変更 */
    /* width:100px; */
	width:90px;
	text-align:right;
}





/*みなぴん*/



.storyArea_mp{
	color:#fff;
	font-size:12px;
	box-shadow: 0px 1px 10px #afafaf; /*CSS3*/
	-moz-box-shadow: 0px 1px 10px #afafaf; /* Firefox用*/
	-webkit-box-shadow: 0px 1px 10px #afafaf; /* Google Chrome, Safari用*/
	padding:2px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.storyAreaInner {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding-bottom:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.storyAreaHead{
	font-weight:normal;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:10px;
	background:#f06ba7;
	font-size:16px;
	border-top-left-radius:4px ;
	border-top-right-radius:4px ;
	font-weight:bold;
}

.storyTxtArea{
	color: #000;
	font-weight:normal;
	padding-left:20px;
	padding-right:20px;
	padding-top:31px;
	padding-bottom:13px;
	font-size: 16px;
	line-height: 24px; 
}

.storyTxtArea a{
	text-decoration: none;
	color:#e5017d;
}

.storyTxtArea p{
	margin-bottom:16px!important;
}



.storyNotes_mp{
	color: #e5007d;	
	font-size:12px;
	padding-left:10px;
	padding-right:20px;
	padding-top:18px;
	padding-bottom:32px;
}



.storyCatBottom{
	background: #f8f5f0;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}

.storyCatBottm_2{
	border-bottom:5px solid #f06ba7;
}


.mgb0px{
	margin-bottom:0px!important;
}


.storyCatBottom ul{
	padding-bottom:20px;
}

.storyCatBottom li{
	width:175px;
	float:left;
	display:block;
	border-bottom:1px solid #000;
	margin-left:20px;
	padding-top:20px;
	font-size:13px;
	padding-bottom:5px;
}

.storyCatBottom li a{
	text-decoration: none;
	color:#000;
}


.storyttlSub1_3{
	font-size:14px;
	font-weight:normal;
	color:#76535e;
	font-weight:bold;
	background:#ed92a6;
	line-height:26px;
	height:26px;
	width:610px;
	position:relative;
	margin-bottom:15px;
	border-top-left-radius:3px ;
	border-top-right-radius:3px ;
}

.storyttlSub1_3 img{
	margin-top:-10px;
	position:absolute;
	width:53px;
	height:34px;
	display: block;
}

.storyttlSub1_3 span{
	display:block;
	color:#fff;
	padding-left:60px;
	font-size:16px;
}

.storyqesBox{
	background:#f8f5f0;
	border:1px solid #e5e5e5;
	margin:0px 0px 20px 0px;
	padding:20px;
	border-radius:8px ;
}

.storyqesBox figure{
	width:93px;
	height:97px;
	float:left;
	padding-bottom:20px;
}

.storyqesBoxRight{
	width:415px;
	float:right;
}

.storyqesBoxRight h3{
	font-size:18px;
	color:#000;
	padding-bottom:10px;
	padding-top:5px;
}

.storyqesBoxRight p{
	padding:0px;
	line-height:18px;
	font-size:13px;
}

.storyqesBox a {
	color: #000;
}


.aboutContBox2_3_mp{
	line-height:18px;
	background:#f8f5f0;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:11px;
	margin-bottom:9px;
	font-size:13px;
	border:#e5e5e5 1px solid;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.aboutContBox2_3_mp a{
	color: #000;
	text-decoration: none;
	font-weight:normal;
}


.storyTtlSub1{
	padding-top: 9px;
	padding-bottom: 19px;
	line-height: 24px; 
}


.storyBg1{
	width: 612px; height:90px; 
	background-image:url(../img/taiken3/img_story_mp.png) ;
	background-repeat: no-repeat;
	background-size: 612px 90px;
	font-weight:bold;
}

.storyBg2{
	width: 612px; height:90px; 
	background-image:url(../img/taiken/recipe/bg_ttl_story.jpg) ;
	background-repeat: no-repeat;
	background-size: 612px 90px;
	color:#fff;
}

.storyBg2Inner{
	width:425px;
	float:right;
	padding-top:35px;
	text-align:center;
}

.storyBgTxt1{
	color: #fff;
	padding-top: 16px;
	text-align: right;
	padding-right: 38px;
	font-size: 16px;
		
	
}

.storyBgTxt2 {
    color: #792145;
    padding-left: 220px;    /* before / padding-right: 180px; by Okada@ultinet*/
    padding-top: 17px;
    text-align: left;       /* before /text-align: right; by Okada@ultinet */
}


.storyTxtImg{
	padding-right: 17px;
	float:left;
}












/*toma*/

.ttlSub2_tm{
	width:610px;
	height:80px;
	background-color:#e5017d;
}

.ttlSub2_tm img{
	float:left;
	margin-bottom:15px;
}

.ttlWhite{
	float:right;
	font-size:16px;
	color:#fff;
	padding:30px 40px 0 0;
}

.txtColumntop{
	font-size:14px;
}

.columnInnertxt{
	width:410px;
	float:left;
	padding:50px 0 0 10px;
}

.ttlSub3_tm{
	clear:both;
	width:610px;
	height:30px;
	background-color:#ed92a6;
	border-top:#f7ccd5 solid 1px;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
	margin:9px 0 20px 0;
	font-weight:bold;
}

.ttlSub3_tm img{
	margin-top:-9px;
	margin-right:2px;
	float:left;
}

.ttlSub3_tm p{
	color:#fff;
	padding-top:8px;
	font-size:16px;
	font-weight:bold;
}

/*
コラムのSEO対策に伴い、pタグをh2に変更したためCSSを複製。
*/
.ttlSub3_tm h2{
	color:#fff;
	padding-top:8px;
	font-size:16px;
	font-weight:bold;
}

.datebox_tm{
	background-color:#f06ba7;
	width:100px;
	height:17px;
	padding-top:5px;
	color:#fff;
	text-align:center;
	font-size:14px;
}

.columnTopics a{
	text-decoration:none;
	color:#000;
	line-height:16px;
	line-height:0px;
	display:block;
}

.columnTopics ul{
	margin-bottom:15px;
	border-bottom:4px solid #f06ba7;
	padding-bottom:15px;
	margin-bottom:30px;
}

.columnTopics ul li{
	width:100px;
	font-size:12px;
	float:left;
	margin-left:27px;
}

.columnTopics ul li:first-child{
	margin-left:0;
}

.columnTopics ul li p{
	padding-top:5px;
	font-size:13px;
}

.columnTopics2 a{
	text-decoration:none;
	color:#000;
}

.columnTopics2 ul li{
	width:290px;
	height:50px;
	background-color:#f8f5f0;
	border-top:#e5e5e5 solid 1px;
	border-bottom:#e5e5e5 solid 1px;
	margin-bottom:7px;
	font-size:13px;
	float:left;
	padding-bottom:10px;
}


.columnTopics2 ul li div.innerLine{
	padding:5px;
	border-top:1px solid #fff;
}


.columnTopics2 ul li:nth-child(2n){
	float:right;
}

.columnTopics2 ul li img{
	float:left;
	padding-right:5px;
}

.recoArtList a{
	line-height:26px;
}

.columnTopics2 ul li p{
	padding-top:6px;
	line-height:18px;
	font-size:13px;
}

.borderpink_tm{
	background-color:#f06ba7;
	width:610px;
	height:5px;
	margin:15px 0 15px 0;
}

.rec_item a{
	text-decoration:none;
	color:#000;
	font-size:13px;
}

.rec_item ul li{
	height:26px;
	margin:0 15px 9px 0;
	font-size:13px;
}

.rec_item ul li p{
	padding-top:6px;
}

.rec_box{
	background-color:#e5017d;
	width:90px;
	color:#fff;
	border-radius:5px;
	float:left;
}

.rec_box p{
	text-align:center;
	line-height:26px;
	font-size:13px;
	padding:0px!important;
	font-size:14px;
}

.bf_tm li{
	margin-bottom:35px;
}

.bf_tm li{
	float:left;
}

.bf_tm li:first-child{
	margin-right:10px;
}



.centerh4{
	color:#792145;
	font-size:20px;
	text-align:center;
	padding:15px 0;
}

.txt_column2head{
	font-size:14px;
	margin:15px 0px 5px 0;
	line-height:22px;
}

.btn_center{
	text-align:center;
}

.columnistbox{
	background-color:#ed92a6;
	border-radius:5px;
	border:#e5e4e5 solid 1px;
	padding:17px 19px;
	color:#fff;
	line-height:22px;
}

.fs15{
	font-size:15px;
}

.fs14{
	font-size:14px;
}

.othercolumn{
	margin-top:25px;
}

.othercolumn a{
	color:#000;
	text-decoration:none;
}

.othercolumn ul li{
	background-color:#f8f5f0;
	border:#e5e5e5 solid 1px;
	padding:9px 11px;
	font-size:13px;
	margin-bottom:9px;
}

.cc_box{
	background-color:#792145;
	width:44px;
	color:#fff;
	font-size:14px;
	padding:7px 8px;
	border-radius:3px;
	float:left;
	margin:15px 13px 15px 0;
}

.lefth4{
	color:#792145;
	font-size:20px;
	margin-top:19px;
}

.ttlWhite2{
	color:#fff;
	padding:15px 10px 0 200px;
}

.pdr10px{
	margin-right:10px;
}













.lc_list{
	clear:both;
}

.lc_list ul li{
	width:190px;
	float:left;
	margin:0 0 20px 20px;
}

.lc_list ul li:first-child{
	margin-left:0;
}

.lc_list ul li:nth-child(4){
	clear:both;
	margin-left:0;
}







.lc_list2{
	clear:both;
}

.lc_list2 ul li{
	width:190px;
	float:left;
	margin:0 0 20px 20px;
}

.lc_list2 ul li:first-child{
	margin-left:0;
}

.lc_list2 ul li:nth-child(4){
	clear:both;
	margin-left:0;
}
/*  20141209 by okada@ultinet */
.lc_list2 ul li:nth-child(7){
    clear:both;
    margin-left:0;
}

/*  20141209 by okada@ultinet   */
.lc_list2 ul li:nth-child(10){
    clear:both;
    margin-left:0;
}

/*  20141209 by okada@ultinet   */
.lc_list2 ul li:nth-child(13){
   clear:both;
   margin-left:0;
}

.lc_list2 ul li ul li{
	margin:0px;
	float:none;
	border-bottom:1px solid #000;
	width:auto!important;
	margin-bottom:10px;
	font-size:13px;
}












.ttl_lc{
	background-color:#ed92a6;
	border-radius:4px 4px 0 0;
}


.ttl_lc2{
	background-color:#e261a7;
	border-radius:4px 4px 0 0;
}


.ttl_lc2 h3{
	text-align:center;
	color:#fff;
	padding:6px;
	font-weight:normal;
	font-weight:bold;
}


.bgPinkThin{
	background:#ed92a6;
}


.ttl_lc img{
	float:left;
	margin-top:-11px;
	padding:0 5px 5px 0;
}

.ttl_lc p{
	font-size:15px!important;
	color:#fff!important;
	padding-top:6px;
}





.lc_list_cont{
	background-color:#f8f5f0;
	font-size:14px;
	border:#e5e5e5 solid 1px;
	border-top:#f8f5f0 solid 1px;
	padding:18px 6px 20px 6px;
	line-height:20px;
}






.lc_list_cont2{
	background-color:#f8f5f0;
	font-size:14px;
	border:#e5e5e5 solid 1px;
	border-top:#f8f5f0 solid 1px;
	padding:18px 6px 20px 6px;
	line-height:20px;
}







.bordergrey_tm{
	border:#e5e5e5 solid 1px;
	margin-top:15px;
}

.txtColumntop2{
	font-size:16px;
	color:#792145;
	line-height:22px;
	margin-top:-20px;
}

.ttlWhite3{
	color:#fff;
	padding:15px 10px 0 200px;
	line-height:22px;
}

.topicstxt{
	font-size:14px;
	padding:20px 6px;
	line-height:21px;
}

.tw_list li{
	background:#feeef1;
	border:#e4e4e4 solid 1px;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin:0 12px 20px 0px;
}

/*.tw_list li:first-child{
	margin:0 0 22px 0;
}*/

/*.tw_list li:nth-child(6n){
	clear:both;
	margin:0 0 22px 0;
}*/

.tw_list_page{
	clear:both;
	width:345px;
	margin:0 auto;
}


.fl1{
	float:left;
}

.fl2{
	float:right;
}

.articleChangeArea2{
	padding-bottom:5px;
}

.articleChangeArea2 p{
	display:block;
	float:left;
	line-height:17px;
}

.articleChangeArea2 p.left{
	display:block;
	float:left;
}

.articleChangeArea2 p.right{
	display:block;
	float:right;
}

.articleChangeArea2 p.center{
	display:block;
	float:left;
	width:110px;
	font-size:14px;
	text-align:center;
}

.articleChangeArea2 p.center a{
	color:#e5017d;
}





.articleChangeArea3{

	
}





.articleChangeArea3 p{
	display:block;
	float:left;
	line-height:17px;
}

.articleChangeArea3 p.left{
	display:inline-block;
	padding-right:10px;
	float:none!important;
	vertical-align:left top;
	*display: inline;
    *zoom: 1;
}

.articleChangeArea3 p.right{
	display:inline-block;
	padding-left:10px;
	float:none!important;
	vertical-align:left top;
	*display: inline;
    *zoom: 1;
}

.articleChangeArea3 ul.center{
	display:inline-block;
	font-size:12px;
	text-align:center;
	float:none!important;
	*display: inline;
    *zoom: 1;
}

.articleChangeArea3 ul.center li{
	display:block;
	float:left;
	font-size:12px;
	text-align:center;
	background:#f8f5f0;
	border:1px solid #e5e5e5;
	margin-left:5px;
}

.articleChangeArea3 ul.center a{
	line-height:24px;
	color:#e5017d;
	display:block;
	padding:0px 10px 0px 10px;
	font-size:14px;
}

.wdthSet{
	width:570px;
	margin:0 auto 0 auto;
	padding-bottom:40px;
}

.pdt0px{
	padding-top:0px;
}

.pdb40px{
	padding-bottom:40px!important;
}

.pdl0px{
	padding-left:0px;
}

.pdr0px{
	padding-right:0px;
}

.pdb0px{
	padding-bottom:0px!important;
}

.bgPinkListArea{
	background:#f6c8d2;
	border-top:4px #f06ba7 solid;
	border-bottom:4px #f06ba7 solid;
}

.borderPinkBottomSide{
	border-bottom:4px #f06ba7 solid;
}


.bgPinkListArea{
	padding:10px 0 10px 0;
}

.bgPinkListArea ul li{
	background:#fff;
	border:1px solid #e5e4e5;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
    margin:0px 10px 5px 10px;
    padding:5px;
}
.bgPinkListArea ul li.active {
    background: none repeat scroll 0 0 #F499C2;
    border: 1px solid #F499C2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px 10px 5px 10px;
    padding: 5px;
}

.bgPinkListArea ul li.active a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}



.noBorderBottom{
	border-bottom:none!important;
}

.bgPinkListArea ul li img{
	vertical-align: middle;
	padding-right:10px;
	padding-left:5px;
}


.pdt15px{
	padding-top:15px;
}


.bgPinkListArea ul li a{
	color:#792145;
	text-decoration: none;
	font-size:16px;
}	


.alignCenter{
	text-align:center;
}

.sec2{
	display:none;
}

.page_top{
	text-align:right;
	}

/*20130130追加　サイドバナー*/

.bana_category_border{
	border: 1px #E30C81 solid;
	text-align:center;
	}




/*2014.2.24追加　サイドバナーのコラム部分*/

.bana_category_wrap {
    background-color: #F8F5F0;
    height: 90px;
    padding: 5px;
    width: 288px;
}

.bana_category_left{
	float:left;
	text-align:center;
	width:90px;
	height:90px;
	}

.bana_category_right{
	float:right;
	text-align:left;
	width:188px;
	height:90px;
	}


/*2014.7.9追加　サイドバナーの新商品部分*/

.bana_newitem_wrap {
    height: 90px;
    padding: 5px;
    width: 288px;
}

.bana_newitem_left{
	float:left;
	text-align:center;
	width:90px;
	height:90px;
	}

.bana_newitem_right{
	float:right;
	text-align:left;
	width:188px;
	height:90px;
	}


/*2014.2.27追加　サイドの人気トピックス表示*/
.bgPinkListArea {
    padding: 10px 0;
}

.bgPinkListArea {
    background: none repeat scroll 0 0 #F6C8D2;
    border-bottom: 4px solid #F06BA7;
    border-top: 4px solid #F06BA7;
}


.bgPinkListArea ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E4E5;
    border-radius: 5px;
    margin: 0 10px 5px;
    padding: 5px;
}


.bgPinkListArea ul li img {
    padding-left: 5px;
    padding-right: 10px;
    vertical-align: middle;
}


.bgPinkListArea ul li a {
    color: #792145;
    font-size: 16px;
    text-decoration: none;
}

/*2014.5.14追加　youtube表示*/

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}
 
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt_wrapper {
  max-width: 560px;
  min-width: 320px;
  margin: 20px auto;
  border: 1px solid #CCC;  
}


/* ラブリサーチ　画面内ポップアップ用CSS　141001追加 */

.footerRecommend {
	position: fixed;
	right: -420px;
	bottom: -280px;
	padding: 12px 15px 15px 15px;
	background: #fff;
	border-top: 4px solid #ff9bc8;
	border-left: 4px solid #ff9bc8;
	z-index: 999999;
}
.footerRecommend a {
	color: #e63082;
	font-size:80%; /*文字サイズ。マイナビウーマン様と同じ設定*/
	line-height:150%; /*行間*/
}
.footerRecommend .randomItem {
	display: none;
}
.footerRecommend .footerRecommend__header {
	width: 480px;
	padding: 0 0 15px;
}
.footerRecommend .footerRecommend__title {
	float: left;
	display: none;
	margin-top: 3px;
}
.footerRecommend .footerRecommend__btn {
	float: left;
	color: #000;
	background: url(http://www.lc-net.net/img_new/popup/ico_open.png) no-repeat left 0.3em;
	display: inline-block;
	padding: 2px 0 2px 23px;
	text-decoration: none;
}
.footerRecommend .footerRecommend__btn:hover {
	color: #e63082;
	text-decoration: none;
}
.footerRecommend .footerRecommend__btn.open {
	background: url(http://www.lc-net.net/img_new/popup/icon_close.png) no-repeat left 0.2em;
}
.footerRecommend .footerRecommend__article {
	width: 140px;
	margin: 0 10px;
	float: left;
	text-align: center;
}
.footerRecommend .footerRecommend__articleTitle {
	font-weight: bold;
	margin-top: 8px;
}


/*記事内のh3　設定141027*/

.fontsize5{
	color:#000;
	font-size:25px;
	font-weight:normal;
	padding:0px 20px 0px 20px;
	}




/* 川崎仮で入れている */
.hosoku {
    font-size: 0.75em;
    margin: 0px 0px 0px 10px;
    color: #888888}
div.coco { font-size: 0.8em;
  padding:5px 0 5px 10px;
  margin: 0px 0px 10px 0px;
  border-left:#7777ff 8px solid;
  border-right:#7777ff 8px solid;
  color: #000099}
#disqus_thread  {font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
border-top: solid 1px #aaaaaa;
  margin-top: 0px 30px 0px 30px;
  padding-top: 5px;
  font-size: smaller}
#com  {margin: 5px 0px 0px 0px;
  font-size: 1.2em;
  color: #000099; /* 文字の色 */
  border-left-color: #7777ff; /* 左枠の色 */
  padding: 3px 0px 0px 3px; /* 余白の幅 */
  border-style: solid; /* 枠の種類 */
  border-width: 0px 0px 0px 15px /* 枠の幅 */}
.comment {background: #ffffff;
  background-image: url('image/bg_body2.png');
  background-repeat: repeat-x;
  padding: 5px 30px 5px 30px;
  box-shadow: 2px 2px 5px #aabbaa;/* css3用記述 */
  border-radius: 25px 25px 25px 25px / 13px 13px 13px 13px;/* css3用記述 */
  overflow: hidden}
  
  
  
  /*20141004 ラブリサーチ［女性の為の体験談レシピ] 追加*/
.love_recipe{
	background:url('../img/taiken/recipe/bg_love_recipe.png');
	background-repeat:no-repeat;
	width:610px;
	min-height:197px;
	font-size:14px;
}
.columnTopics p a{ line-height:1.6;}
.ttlSub3_tm h2{
	color:#fff;
	padding-top:8px;
	font-size:16px;
	font-weight:bold;
}

.love_recipeBg{
	width: 612px; height:103px; 
	background-image: url(../img/taiken/recipe/bg_ttl_resipe.png) ;
	background-repeat: no-repeat;
	background-size: 612px 103px;
	color:#fff;
}
.love_recipeBg2{
	width: 612px; height:103px; 
	background-image: url(../img/taiken/recipe/bg_ttl_resipe2.png) ;
	background-repeat: no-repeat;
	background-size: 612px 103px;
	color:#fff;
}
.love_recipeBgInner{
	width:325px;
	float:right;
	padding-top:35px;
	text-align:center;
	padding-right:100px;
}


.love_recipeBg2 .storyBgTxt1{
	padding-top: 16px;
	text-align: left;
	padding-left: 208px;
	padding-right: 0;
	font-size: 16px;	
}
.ancCatBottom_recipe{
	background: #fff;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
.ancCatBottom_recipe ul{
	padding:20px 0 0 20px;
}
.ancCatBottom_recipe ul li{
	float:left;
	width:287px;
	border-bottom:none;
}
.ancCatBottom_recipe ul li .figLeftSide{
	float:left;
	width:90px;
	height:90px;
	padding-right:15px;
}
.ancCatBottom_recipe ul li .txtRightSide{
	float:left;
	width:162px;
	text-align:left;
}
.ancCatBottom_recipe ul li .txtRightSide h4{
	text-align:left;
	margin:0px;
	padding-bottom:10px;
	font-size:100%;
	font-weight:normal;
}
.ancCatBottom_recipe ul li .txtRightSide h4 a{
	color:#F8889E;
	text-decoration:none;
}
.ancCatBottom_recipe ul li .txtRightSide p{
	font-size:13px;
}

.fpListArea.no_border{
	border-bottom:none;
}
.ancCatBottom.border_pk{
	border-bottom: #f06ba7 solid 4px;
}
.columnTopics ul.no_border{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:40px;
}
  
.lc_list2 a{
	text-decoration:none;
	color:#000;
}








.lc_list3 a {
    color: #fff;
    text-decoration: none;
}

.lc_list3{
	clear:both;
}

.lc_list3 ul li{
	width:190px;
	float:left;
	margin:0 0 20px 20px;
}

.lc_list3 ul li:first-child{
	margin-left:0;
}

.lc_list3 ul li:nth-child(4){
	clear:both;
	margin-left:0;
}
/*  20141209 by okada@ultinet */
.lc_list3 ul li:nth-child(7){
    clear:both;
    margin-left:0;
}

/*  20141209 by okada@ultinet   */
.lc_list3 ul li:nth-child(10){
    clear:both;
    margin-left:0;
}

/*  20141209 by okada@ultinet   */
.lc_list3 ul li:nth-child(13){
   clear:both;
   margin-left:0;
}

.lc_list3 ul li ul li{
	margin:0px;
	float:none;
	border-bottom:1px solid #000;
	width:auto!important;
	margin-bottom:10px;
	font-size:13px;
}

#relation_word{
margin-top:20px;
}


/* お買い物カテゴリ記事のCSS */
#article_body .image img{
width:80%;
}

#article_body h3{
background: url("/images/common/bg_heading.png") no-repeat scroll 8px 0.5em, rgba(0, 0, 0, 0) url("/images/article/bg_article_heading.png") repeat scroll left top;
    border-radius: 4px;
    color: #555;
    font-size: 20px !important;
    font-weight: normal;
    margin-bottom: 34px;
    padding: 13px 8px 13px 21px;
}

#article_body p .b{
font-weight:bold !important;
color:#e38bb0;
}

#article_body h3.nad{
font-weight:bold!important;
font-size:16px!important;
line-height:24px!important;
color:#E38BB0!important;
background:none !important;
margin:0 !important;
padding:10px 0 !important;
}

#article_body .text008{
color:#e38bb0;
}

/*----------------------------------------------

layout
画像が左、テキストが右に流れ込むレイアウトのCSSです

----------------------------------------------*/
.float .layout01 dt{
	width:130px;
	float:left;
	min-height:205px;
}
.float .layout01 dt img{
	width:100%;
}
.float .layout01 dd{
	padding:5px 10px;
}

.float .layout01 dd h4{
	font-size:13px;
	line-heigt:1.5 !important;
}

.float .layout01 dd p{
	font-size:12px !important;
	line-heigt:1.2 !important;
}

.text002{
color:#E38BB0;
font-size:12px !important;
}

@media screen and (min-width: 801px) {
.float > .layout01{
	width:50%;
	float:left;
}
}
@media screen and (max-width: 800px) {
.float .layout01 dt{
	width:100px;
}
.float .float > .layout01{
	border-bottom:1px dotted #000;
	margin-bottom:10px;
}
}


.float *{box-sizing:border-box; -webkit-box-sizing:border-box; word-break:break-all;}

html{-webkit-text-size-adjust:100%; text-size-adjust:100%; font-size:64.5%;}

.float body,.float div,.float dl,.float dt,.float dd,.float ul,.float ol,.float li,.float h1,.float h2,.float h3,.float h4,.float h5,.float h6,.float pre,.float form,.float fieldset,.float input,.float textarea,.float p,.float blockquote,.float th,.float td,.float a {margin:0; padding:0;}

{border:0;outline:none;-webkit-tap-highlight-color:rgba(0,.float  0,.float  0,.float  0); tap-highlight-color:rgba(0,.float  0,.float  0,.float  0);}

.float table {border-collapse:collapse; border-spacing:0;}

.float fieldset,.float img{border:0; vertical-align:bottom;}

.float address,.float caption,.float cite,.float code,.float dfn,.float em,.float th,.float var{font-style:normal; font-weight:normal;}

.float ul{list-style:none;}

.float caption,.float th{text-align:left;}

.float h1,.float h2,.float h3,.float h4,.float h5,.float h6 {font-size:1rem; font-weight:normal;}

.float q:before,.float q:after{content:"";}

.float abbr,.float acronym {border:0;}

.float br{letter-spacing:0;}

.float img{border:none;}

.float input{border:none; outline:none;}

body{width:100%; min-width:300px; color:#000; font-size:1.4rem; line-height:1.5; text-align:left; font-family: "メイリオ",.float Meiryo,.float Helvetica,.float Arial,.float Verdana,.float sans-serif; position:relative; z-index:1;}

.float *{font-size:1.4rem;}

.float a:visited,.float a:focus{outline:none;border:none;}



/* 商品枠 */
#main_detail { margin-bottom:10px;}
#main_detail .main_detail_box { margin-top: 40px;border:solid 1px #ddd;margin-bottom:10px;padding:10px 0;}
#main_detail > div:first-child { margin-top: 0px;}
#main_detail .img_box { float: left; width: 280px; position: relative; top: 0; left: 0; padding-left: 20px;}
#main_detail .flip_item { display: block; position: absolute; z-index: 10;}
#main_detail .flip_item:first-child { z-index: 11;}
#main_detail .img_box .view { overflow: visible;}
#main_detail .flip_item img { width: 268px;}
#main_detail .flip_item .inbox { display: table-cell; vertical-align: middle; height: 268px; background: #FFFFFF;}
#main_detail .img_box > .border { width: 268px; height: 268px; border: #EEEEEE 1px solid;}
#main_detail .pc_thumb { margin-top: 3px; overflow: hidden;}
#main_detail .pc_thumb li { float: left; margin: 10px 10px 0 0; width: 60px; position: relative; top: 0; left: 0; overflow: hidden;}
#main_detail .pc_thumb li a { display: block; text-align: center; height: 45px;}
#main_detail .pc_thumb li img { height: 45px; display: inline;}
#main_detail .pc_thumb li a > span { display: block; width: 58px; height: 43px; border: #E0E0E0 1px solid; position: absolute; top: 0; left: 0;}
#main_detail .pc_thumb li a:hover > span, #main_detail .pc_thumb li.act a > span { width: 56px; height: 41px; border: #B9D1EA 2px solid;}
#main_detail .flip_cntl { margin-right: 10px; display: none;}
#main_detail .label { text-align: center; display: inline-block; *display: inline; *zoom: 1;}
#main_detail .label p {
	background: #FF6868; color: #FFF; font-weight: bold; display: inline-block; *display: inline; *zoom: 1; padding: 3px 5px 1px;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
#main_detail .label p span { font-size: 16px; font-weight: bold;}
#main_detail .label img { display: block; margin: -1px auto 0;}
#main_detail .ex_box { float: right; padding: 0 20px 0 0; width: 300px;}
#main_detail .ex_box .ttl { font-size: 20px; font-weight: normal; color: #3978B2; line-height: 120%; margin-top: 5px; background: none;}
#main_detail .ex_box .ttl_price { color: #D80000; margin-top: 5px;}
#main_detail .ex_box .price { color: #333; margin-top: 5px; border-top: #EEEEEE 1px solid;border-bottom: #EEEEEE 1px solid; margin-top: 13px; padding-top: 13px;}
#main_detail .ex_box .price span { color: #D80000; font-weight: bold; font-size: 18px;}
#main_detail .ex_box .btn_box > p,
#popBox .btn_box > p { font-size: 14px; padding: 15px 0 10px; float: left;}
#main_detail .ex_box .btn_box .vol,
#popBox .btn_box .vol {
  margin-right: 20px;
}

.btn_box .deli {
  display: none;
}
.btn_box.routine .deli {
  display: block;
}


#main_detail .ex_box .btn_box > p select,
#popBox .btn_box > p select { padding: 5px; margin: 0 3px 0 5px;}
#main_detail .deli_date {
  background: #F2F7FB;
  border: #C8DAEA 1px solid;
  padding: 7px 10px;
  margin-top: 15px;
}
#main_detail .deli_date span { color: #2CA5C5; font-size: 14px;}
#main_detail .btn_box,
#popBox .btn_box { overflow: hidden;}
#main_detail .btn_cart { clear: both !important;}
#main_detail .btn_gra_beige {
  display: block;
  text-align: center !important;
}
#main_detail .btn_gra_beige,
#main_detail .btn,
#popBox .btn_gra_beige,
#popBox .btn {
  margin-top: 10px;
}

#main_detail .btn_gra_beige .text {
  padding: 7px 0 5px;
}

#main_detail .setItemArea {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #EEEEEE 1px solid;
}
#main_detail .setItemArea > p {
  font-size: 14px;
  font-weight: bold;
  color: #65A9CF;
  border: #64A8CF 2px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  line-height: 1.4;
}

#main_detail .setItemArea > p:before {
  border:5px solid transparent;
  border-top-color:#fff;
  border-bottom-width:0;
  bottom:-9px;
  z-index:1;
}
 
#main_detail .setItemArea > p:after {
  border:5px solid transparent;
  border-top-color:#6DADD2;
  border-bottom-width:0;
  bottom:-12px;
}
#main_detail .setItemArea > p:before,
#main_detail .setItemArea > p:after {
  content:"";
  display:block;
  left:50%;
  position:absolute;
  width:0;
  border-width: 5px 4px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


#main_detail .setItemArea ul {
  margin-top: 10px;
}
#main_detail .setItemArea li {
  float: left;
  margin-left: 10px;
}

#main_detail .setItemArea li.first {
  margin-left: 0;
}
#main_detail .setItemArea li a {
  display: block;
  padding: 3px 2px 2px 3px;
  border: #EBEBEB 1px solid;
}
#main_detail .setItemArea li img {
  width: 86px;
  height: auto;
}
#main_detail .setItemArea li > p {
  color: #f73261;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;  
}


#main_detail .setItemArea .btn {
  display: block;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  
  background: #8abedb; /* Old browsers */
  background: -moz-linear-gradient(top,  #8abedb 0%, #62a7ce 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8abedb), color-stop(100%,#62a7ce)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8abedb 0%,#62a7ce 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8abedb 0%,#62a7ce 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8abedb 0%,#62a7ce 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #8abedb 0%,#62a7ce 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abedb', endColorstr='#62a7ce',GradientType=0 ); /* IE6-9 */
}
#main_detail .setItemArea .btn span {
  font-size: 16px;
  color: #FFF;
  
  padding-left: 24px;
  background: url(../images/ic_plus.png) left 50% no-repeat;
	background-size: auto 18px;
	-webkit-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
}

#main_detail .btnlimitedW {
  padding-top: 20px !important;
  margin-left: 20px;
  margin-right: 20px;
}


.btn_cart a {
	/*border: #FFB61B 1px solid;*/
	
	overflow: hidden; display: block !important; padding: 1px !important;
	
	text-decoration: none !important;
	
	
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	
	background: #FFAB2D !important; 
	background: -moz-linear-gradient(top,  #FFAB2D 0%, #FD9404 100%) !important; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAB2D), color-stop(100%,#FD9404)) !important; 
	background: -webkit-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%) !important; 
	background: -o-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%) !important; 
	background: -ms-linear-gradient(top,  #FFAB2D 0%,#FD9404 100%) !important; 
	background: linear-gradient(to bottom,  #FFAB2D 0%,#FD9404 100%) !important; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAB2D', endColorstr='#FD9404',GradientType=0 ) !important; 
	
	
	
	
	}
.btn_cart a > span {
	
	display: block !important; padding: 12px 10px !important;
  text-align: center !important;
	
	/*
	background: #FFC93C; 
	background: -moz-linear-gradient(top,  #FFC93C 0%, #FFB61A 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC93C), color-stop(100%,#FFB61A)); 
	background: -webkit-linear-gradient(top,  #FFC93C 0%,#FFB61A 100%); 
	background: -o-linear-gradient(top,  #FFC93C 0%,#FFB61A 100%); 
	background: -ms-linear-gradient(top,  #FFC93C 0%,#FFB61A 100%); 
	background: linear-gradient(to bottom,  #FFC93C 0%,#FFB61A 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC93C', endColorstr='#FFB61A',GradientType=0 ); 
	*/
	
	}
.btn_cart a > span span {
	font-size: 16px !important;
  /*
  font-weight: bold;
  */
  color: #FFF !important;
  padding-left: 29px !important;
  padding-top: 2px !important;
  /*
  min-height: 16px;
  */
  background: url(../images/ic_cart_h.png) 0 1px no-repeat !important;
	
	background-size: auto 22px !important;
	-webkit-background-size: auto 22px !important;
	-moz-background-size: auto 22px !important;
	-o-background-size: auto 22px !important;
	-ms-background-size: auto 22px !important;
	
	}
#main_detail .ex_text { clear: both;}

#main_detail .label_box { overflow: hidden; clear: both; padding: 15px 20px 0;}
#main_detail .label_box > p { font-size: 14px; font-weight: bold;}
#main_detail .label_list { clear: both; overflow: hidden;}
#main_detail .label_list li { margin: 10px 10px 0 0; float: left;}
#main_detail .label_list li a {
	display: block; background: #ECF2F9; color: #3978B2; padding: 6px 10px 3px;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	}
#main_detail .label_list li span {
	display: inline-block; *display: inline; *zoom: 1; background: url(../images/set_ar_blue.png) 0 0 no-repeat; width: 5px; height: 5px;
	margin-right: 5px;
	
	background-position: 0 -8px;
	
	background-size: 5px auto;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	-o-background-size: 5px auto;
	-ms-background-size: 5px auto;
	
	
	}
#main_detail .voice { margin-top: 7px;}
#main_detail .voice > span {
	display: block; float: left; width: 23px; height: 23px;
	background: url(../images/ic_set01.png) 0 -142px no-repeat;
	
	
	background-size: 23px auto;
	-webkit-background-size: 23px auto;
	-moz-background-size: 23px auto;
	-o-background-size: 23px auto;
	-ms-background-size: 23px auto;
	
	}
#main_detail .voice > div { overflow: hidden;}
#main_detail .voice .star { font-size: 14px; float: left; padding-right: 5px;}
#main_detail .voice .star img { display: inline; vertical-align: 0;}
#main_detail .voice .link { float: left;}
#main_detail .voice .link a { color: #3978B2;}
#main_detail .voice .link a:hover { text-decoration: underline;}
#main_detail .ex_text { clear: both; padding-top: 20px;}
#main_detail .ex_text .hidden_text { overflow: hidden; padding: 0 20px;}
#main_detail .ex_text .hidden_text p { font-size: 14px; }

#main_detail p{
	margin:5px 0 !important;
	padding:5px 0 !important;	
}


/* 20170228追加　SEO対策スマフォ用Ｈ1タグ表示 */

#sp_h1 {
    background-color: #f9d6e5;
}
#sp_h1 h1 {
    color: #fff;
    font-size: 8px;
    line-height: 1.2;
    padding: 5px 10px;
    text-align: left;
}


/* 20170427追加　本店送客対策おすすめコンテンツ特集 */
.item_bnr_body {
background-color:#FFF;
max-width:590px;
margin:0 auto;
padding:0 10px;
}

.item_bnr {
	float: left;
width:180px;
margin:7px;

height:270px;
}

.item_bnr_title{
font-size:14px;
font-weight:bold;
text-align:center;
color:#FF3366;
	}
.item_bnr_text{
font-size:14px;
text-align:left;
 color:#666;
	}


.item_bnr img{
	width:100%;
}

.item_bnrContainer {
	overflow: hidden;
margin-top:-10px;
margin-bottom:5px;
}

/* clearfix */
.item_bnrContainer:before,
.item_bnrContainer:after {
    content: "";
    display: table;
}
 
.item_bnrContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.item_bnrContainer {
    zoom: 1;
}


@media screen and (max-width: 480px) {
#item_bnr {
   max-width100%;
}

.item_bnr {
	float: left;
max-width:30%;
margin:4px;
height:210px;
max-height:none;
}

.item_bnr_title{
font-size:14px;
font-weight:bold;
text-align:center;
color:#FF3366;
margin-top:7px;
	}
	
.item_bnr_text{
font-size:14px;
text-align:left;
 color:#666;
	}
	
}




