/* CSS Document */

body{ margin:0; padding:0; background:url(img/body_back.jpg) center;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

a img{ border:none;}


/* ヘッダービジュアル */
#ramenHead{
	background: url(img/hedder_back.jpg) 0 0;
	height:388px;
	width:100%;
	text-align:center;
}

#ramenHead .line{
	background:url(img/hedder_obi.jpg) repeat-x;
	height:36px;
}

#ramenHead h1{
	height:382px;
	width:980px;
	margin:0 auto;

}
#ramenHead h1 img{ width:100%;}

/* wrapFacebook */
.wrapFacebook{
	position:fixed;
	background:#dfd9c5;
	border-radius:10px 0 0 10px;
	padding:20px;
	top:450px;
	right:0;
	box-shadow:1px 1px 2px 1px rgba(0,0,0,0.15);
}


/* メイン */
#ramenMain{
	background:url(img/main_back.jpg);
	width:900px;
	padding:40px;
/*	margin:40px auto;*/
	margin:10px auto 40px;
	min-height:600px;
}
#ramenMain .wrapRamen{ text-align:center;}
#ramenMain .wrapRamen img{ max-width:100%;}
#ramenMain .catch{
	width: 815px;
	margin: 0 auto 30px;
	position: relative;
	text-align:center;
	background: #fdcec3;
	padding: 10px;
}
#ramenMain .catch .catch_inner{
	padding: 40px 0;
	background:url(img/obi_tyuka.png) repeat-x top center,url(img/obi_tyuka.png) repeat-x bottom center;
}
#ramenMain .catch .img_qua{
	position: absolute;
	bottom: 30px;
	right: -90px;
}

#ramenMain .wrapDays{
	padding:0 0 30px;
	margin-bottom: 20px;
	text-align:center;
	background: url(img/bg_ramen.png) no-repeat center center;
}
#ramenMain .wrapDays p{
	display: inline-block;
	font-size: 29px;
	line-height: 1.8;
	font-weight: bold;
	color: #5b4125;
	text-shadow: 2px 2px 0 #fff,
             -2px 2px 0 #fff,
             2px -2px 0 #fff,
             -2px -2px 0 #fff;
}
#ramenMain .wrapDays p span{border-bottom: 5px solid #d8b528;}

.vote_days{text-align: center; margin-bottom: 40px;}

p.setsumei{width:100%;text-align: center;font-size:18px;; margin-bottom: 20px;line-height:1.6;}

/*ラーメン　店舗一覧*/
.ramen_list_wrap ul{display: flex;flex-wrap: wrap;}

.ramen_list_wrap ul li{
	list-style: none;
	margin:0 30px 30px 0;
	font-size: 14px;
	width: 280px;
	line-height: 1.5;
	background: #FFFFFF;
}
.ramen_list_wrap ul li:nth-child(3n){margin-right: 0;}
.ramen_list_wrap ul li .shop_name{
	font-size: 15px; 
	margin-top:0px;
	margin-bottom: 0px; 
	padding: 0px 0px 0px 15px;
/*	text-align:center;*/
	font-weight:bold;}
.ramen_list_wrap ul li dl {padding:0 10px;}
.ramen_list_wrap ul li dl dt{float: left;}
.ramen_list_wrap ul li dl dd{margin: 0 0 5px 50px;}


.ramen_list_wrap ul li dl:after{
	content: "";
	clear: both;
	display: block;
}

/* 動画 */
#ramenMain .wrapLine{
	padding: 10px 0;
	text-align:center;
}
#ramenMain .wrapText1{
	padding: 0 0 40px;
	text-align:center;
	margin-top: -25px;
}
#ramenMain .wrapMovie{
	margin: 25px auto;
	width: 560px;
}

/* 投票 */
#ramenVote{
	padding:40px 60px;
	border:#cab9a3 10px solid;
	border-radius:10px;
	margin:20px 0 5px;
}
#ramenVote .tit{
	margin:0 0 30px 0;
}
#ramenVote img{ max-width:100%;}

#ramenVote .att{
	margin:0 0 30px 50px
}
#ramenVote .ramenVote_note{text-align: center; font-size: 15px;}

#ramenVote table{
	width:90%;
	margin:0 auto;
	font-size:130%;
}
#ramenVote table td{
	padding:5px 10px 10px;
	vertical-align:top;
}
#ramenVote table td.komoku {
    padding-top: 12px;
}
#ramenVote input{
	padding:5px;
	border:none;
	border-radius:5px;
}
#ramenVote input[type=text]{
	width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid #cab9a3;
    font-size: 130%;
    /* background: #eeeeee;*/
}

#ramenVote select{
	width: 100%;
    padding: 10px;
    border: 3px solid #cab9a3;
    margin: 0 5px 8px;
    text-align: center;
    background: url(img/select.jpg) no-repeat right;
    -webkit-appearance: none;
    font-size: 100%;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    border-radius: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#ramenVote select::-ms-expand {
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #ramenVote select:not(:target) {
    padding:5px 7px;: purple\9; /* IE10（\9なしでIE11にも適用） */
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .#ramenVote select{
    padding:6px 7px;
  }
}

/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
  .oneSelect select {
    padding:0 7px;
  }
}

.design-select-box option{
	background:#FFFFFF;
	padding:5px;
}


#ramenVote textarea{
    width: 100%;
    border: 3px solid #cab9a3;
    /* border: none; */
    border-radius: 5px;
    height: 130px;
    padding: 10px;
    /* background: #eeeeee; */
}

#submitBtn{
	background: url(img/btn_oubo.png) 0 0 no-repeat;
	width:406px;
	height:76px;
	margin:20px auto 40px auto;
	text-indent:-9999px;
	color:#FFF;
	font-size:200%;
}

#submitBtn:hover{
	opacity:0.9;
	cursor:pointer;
	filter: brightness(110%);
}

.bnrImg{
	text-align:center;
	padding:0 0 40px 0;
}
.wrapYamazawa{
	width:100%;
	margin:50px auto 20px auto;
	font-size:120%;
}
.wrapYamazawa .fLeft,
.wrapYamazawa .fRight{
	margin:0;
	width:48%;
	font-size:130%;
	line-height:180%;
	font-weight:bold;
}
.wrapYamazawa a:hover{
	opacity:0.9;
	cursor:pointer;
	filter: brightness(110%);
}




#footer{
	background:#cd1019;
	color:#FFF;
	text-align:center;
	padding:20px 0 20px 0;
	margin:0;
}
#footer a{
	color:#FFF;
}

#footer .wrapContact{
	font-size:130%;
	line-height:180%;
	margin:0 0 20px 0;
}


/**
 * ページトップ
 * ----------------------------------------------------------------------------
 */

#pageTopbtn{

	position:fixed;
	bottom:10px;
	right:10px;
	text-align:center;
}

#pageTopbtn a{
	background:#C00;
	color:#FFF;
	opacity:0.7;
	display:block;
	width:60px;
	text-decoration:none;
	padding:10px;
	border-radius:10px;
	font-size:10px;
}


/* 汎用 */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 



/* 投票フォーム確認用 */


#ramenMain #div_confirm  #table_confirm{
	text-align:left;

}

#ramenMain #div_confirm{
	margin:auto;
	
}

#ramenMain #div_confirm  #table_confirm{
	text-align:left;

}

#ramenMain td{
	padding-left:10px;
}

#ramenMain #div_confirm #table_confirm td.title {
    padding: 10px;
	background:#C00;
	color:#FFF;
}
#ramenMain #div_confirm #table_confirm td.list {
    line-height: 170%;
    padding: 10px;
	background:#FFF;
}

input {
    padding: 5px 10px;
}



/* 結果ページ */
.clear{
	clear: both;
}

.Thank{
	padding: 20px;
	background:#C00;
	color:#FFF;
	font-size:30px;
	text-align:center;
}
.Txt{
	padding: 20px 10px 20px 10px;
	margin: 0px 0px 50px 0px;
	background:#FFF;
	font-size:18px;
	text-align:left;
	line-height: 150%;
}

/*チェックボックス*/
.cb_shop{
	float:left;
	position: relative;
	left: 5px;
	margin-left: 2px;
/*
	float:right;
	position: relative;
	top: 48px;
	right: 5px;
	margin-right: 2px;
*/
	width: 30px;
	height: 30px;
/*	cursor: pointer;*/
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: #aa0000 3px solid;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	        appearance: none;
}
.cb_shop:hover {
	background: #fa6c71;
}
.cb_shop:checked {
	background: #da3c41;
}
.cb_shop:checked::before {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	display: inline-block;
	width: 0px;
	height: 30px;
/*	content: '〇';*/
/*	content: '✔';*/
	content: '〇';
	text-align: center;
	left:2px;
	top:2px;
}
.cb_shop:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	        animation: click-wave 0.65s;
	background: #da3c41;
}

label, input[type='checkbox'] {
/*    cursor: pointer;*/
}

input:checked + p {
	color: #a00;
}
input:checked + p+div {
	color: #a00;
}

div.listshop{
/*	height:100%;*/
	clear:both;
/*	margin-left: 35px;*/
	margin-left: 5px;
	margin-right: 5px;
/*	border-top:solid 1px #d8b528;*/
	border-top:solid 1px #a00;
	padding-top:3px;
}

label:hover > p,label:hover >div{
	color: #a00;
}
label:hover > div.listshop{
}


table{
	margin:0 auto;
	font-size:130%;
}


p.read{
	font-size:22px;
	font-weight:bold;
	line-height:1.5em;
	color:#630;
}

p.memo{
	color:#630;
	line-height:1.5em;

}
div.resoa{
	line-height:3em;
	padding-top:1em;
}
.resoa p{
	font-size:32px;
	font-weight:bold;
	color:#a00;
	text-align: center;
}


