@charset "shift_jis;

/* related to reset */

.eoty a{
    text-decoration: none;
}

.eoty a img {
    border: 0px;
    border-style:none;
}

.eoty a:focus{
  outline: none;
}



.vote_bnr {
    width: 870px;
    margin: 0px auto 30px;
}


/* layout */

#modalForm{
    margin:0 auto;
    overflow: hidden;
}

.eoty{
    padding-top:50px;
    background: url(../../img/bg_bknumber.gif) repeat-y;
}

.eoty-title{
    margin:0 auto;
    width:870px;
}

.eoty-recipeList{
    list-style-type: none;
    overflow:hidden;
    width:886px;
    margin:0 auto;
    background: url(../../sp-201512/img/tomoko_bgline.gif) no-repeat center bottom;
}

.eoty-recipeList_item{
    float:left;
    width:167px;
    border:1px solid #999999;
    margin:0 0 30px 7px;
    border-radius: 5px;
    overflow: hidden;
}

.recipeList_item_name{
    text-align: center;
    font-size:14px;
    color:#333333;
    background:#fff;
    text-decoration: none;
    padding: 10px 0;
}
.eoty-recipeList_item>a {
    text-decoration: none;
}

.recipeList_item_pic img {
	min-width: 167px;
	min-height: 133px;
}


.ckwmanlink {
	position: absolute;
	right: 90px;
	z-index: 100;
}
.ckwmanlink p {
	background: none;
	width: 300px;
	text-align: right;
	padding: 0;
	margin: 0;
}











/* Modal */

.eoty-modalbox{
    background: url(../../sp-201512/img/modal_bg01.gif) repeat-y center top;
    padding:30px 0;
	overflow: hidden;
}

.eoty-modalbox_name{
    font-size:24px;
    text-align: center;
    padding:0 0 10px;
    font-weight: bold;
    color:#764719;
    font-family:'Hiragino Kaku Gothic Pro', ���C���I, Meiryo, '�l�r �o�S�V�b�N', sans-serif;
}

.eoty-modalbox_inner{
    margin:0 auto 20px;
    padding-bottom:10px;
    width:620px;
    background: #fff;
}
.eoty-modalbox_inner.end {
    margin-bottom: 30px;
}

.eoty-modalbox_image{
    width:600px;
    margin:0 auto;
    padding:10px 0;
    height: 400px;
}

.eoty-modalbox_recipe{
    font-size:20px;
    color:#764719;
    font-family:'Hiragino Kaku Gothic Pro', ���C���I, Meiryo, '�l�r �o�S�V�b�N', sans-serif;
    font-weight:bold;
    text-align: center;
}

.eoty-modalbox_text{
    color:#000000;
    text-align: center;
}



.message p {
	border: 2px solid #aa0000;
	border-radius: 4px;
	padding: 6px;
	color: #a00;
	margin: 0 auto 10px;
	background: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	cursor: pointer;
}
.message p a {
	color: #a00;
	text-decoration: none;
}
.thanks {
    overflow: hidden;
}
.thanks p {
    border: 2px solid #ff6f1b;
    border-radius: 4px;
    padding: 6px;
    color: #ff6f1b;
    margin: 0 auto 10px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
}


.eoty-modalbox_votebox {
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.btn_vote a img,
.btn_vote .btn_vote_inner img {
	display: inline-block;
}
.btn_vote {
    display: inline-block;
    border: none;
    min-width: 120px;
    /* height: 28px; */
    margin: 1px 0 0;
    position: relative;
    width: 30%;
}
.btn_vote img.count {
    border: none;
    width: 6px;
    /* left: 88px; */
    top: -14px;
    height: 6px;
    position: relative;
    z-index: 100;
    display: inline-block;
    margin-left: 4px;
}
.btn_vote .count_o {
    border: 1px solid #9298a4;
    background-color: #fff;
    position: relative;
    top: -13px;
    /* left: 93px; */
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    color: #242424;
    z-index: 50;
    word-break: normal;
    word-wrap: normal;
    display: inline-block;
    margin-left: -5px;
}
.btn_vote_inner {
	display: inline-block;
}
.btn_vote_inner img[class$="_sta_on"] {
	display: none;
}
.btn_vote_inner img[class$="_sta_off"] {
	display: none;
}
.btn_vote_inner img[class$="_sta_on"]:hover {
	cursor: pointer;
}
.btn_vote_inner img[class$="_sta_off"]:hover {
	cursor: pointer;
}



.guide {
	background: #fff;
	margin: 20px auto 0;
	padding: 12px 24px;
	overflow: hidden;
}
.guide a{
	color:#cc0000;
	text-decoration:underline;
}
.guide h2{
	padding: 10px 0 25px;
}

.guide dl{
	padding: 1.5% 0;
	line-height: 160%;
	font-size: 100%;
	text-align:left;
	width: 100%;
	display: table;
	border-bottom: 1px dashed #ddd;
}
.guide dt{
	font-weight:bold;
	width: 20%;
	text-align: right;
	display: table-cell;
	padding: 0 2.5% 0 0;
	letter-spacing: 1px;
}
.guide dd p {margin: .35em 0;line-height: 160%;}
.guide dd{
	padding: 0 2% 0 0;
	text-align:left;
	word-break: break-all;
	width: 74%;
	display: table-cell;
}

.guide dd ul {
    list-style: disc;
}
.guide dd ul li {
	padding-left: 1em;
	text-indent: -1em;
	list-style: disc inside;
}


.attention{
	color:#CC0000;
	font-weight:bold;
}
.guide dd ol {
    margin: 0;
    overflow: hidden;
}
.guide dd ol,
.guide dd ol li {
	list-style:decimal outside!important;
}
.guide dd ol li {
	margin: .25em 0 .25em 1.5em;
}
.vote_line {
    margin: 4% auto;
    max-width: 630px;
}
.modal_vote_bnr {
    max-width: 640px;
}
.kome {
	text-indent: -1em;
	padding-left: 1em;
}




.bnr_afcommu {
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
	background: url('../../img/bg_bknumber.gif') repeat-y center top;
}
.bnr_afcommu img[src^="img/bnr_funcom.jpg"] {
	max-width: 640px;
	margin: 0 auto;
}
.bnr_afcommu img {
}
.bnr_afcommu img.border_line {
	margin: 30px 0 0;
}





@media screen and (max-width: 640px) {

/* layout */

.guide {margin: 3% auto 0;padding: 3%;}
.guide h2 {overflow: hidden;text-align: center;}
.guide h2 img {
    margin: 0 -100%;
}
.guide dl {font-size: 90%;}
.guide dl dt {width: 100%;display: block;padding: 0;text-align: left;}
.guide dl dd {
	display: block;
	width: 100%;
    line-height: 120%;
}
.guide dl dd p {
    line-height: 120%;
}
.eoty{
    background:#fff;
}

.eoty-title{
    margin:0 auto;
    width:100%;
}

.eoty-recipeList{
    list-style-type: none;
    overflow:hidden;
    width:100%;
    margin:auto;
    background: url(../../sp-201512/img/tomoko_bgline.gif) no-repeat center bottom;
}

.eoty-recipeList_item{
    display: inline-block;
    width: 45.2%;
    margin:0 0 5% 3%;
    float: none;
}

.recipeList_item_name{
}

.recipeList_item_btn img{
    border-radius:0 0 5px 5px;
}

/* Modal */

.eoty-modalbox{
    background: url(../../sp-201512/img/modal_bg01.gif) repeat-y center top;
    padding:5% 0;
}

.eoty-modalbox_name{
    font-size:24px;
    text-align: center;
    padding:2% 0;
    font-weight: bold;
    color:#764719;
    font-family:'Hiragino Kaku Gothic Pro', ���C���I, Meiryo, '�l�r �o�S�V�b�N', sans-serif;
}

.eoty-modalbox_inner{
    margin:0 auto;
    padding-bottom:3%;
    width:100%;
    background: #fff;
}
.eoty-modalbox_inner.end {
	margin-bottom: 4%;
	overflow: hidden;
}
.eoty-modalbox_image{
    width:90%;
    margin:0 auto;
    padding:10px 0;
    height: auto;
    display: block;
}

.eoty-modalbox_recipe{
    font-size:20px;
    color:#764719;
    font-family:'Hiragino Kaku Gothic Pro', ���C���I, Meiryo, '�l�r �o�S�V�b�N', sans-serif;
    font-weight:bold;
    text-align: center;
    padding: 0 2%;
}
.recipeList_item_pic {width: 100%;display: block;}
.recipeList_item_pic img {
    min-width: inherit;
    min-height: auto;
}
.eoty-modalbox_text{
    color:#000000;
    text-align: center;
    padding: 0 2%;
}

.message {width: 90%;margin: 0 auto;}
.btn_vote {
    display: inline-block;
    border: none;
    min-width: 0;
    height: 30%;
    margin: 1px 0 0;
    width: 28%;
    overflow: hidden;
}
.btn_vote_inner {padding: 30px 0 0;}
.btn_vote_inner img[class$="_sta_none"],
.btn_vote_inner a img {
	width: 100%;
	height: auto;
	max-width: 114px;
	max-height: 37px;
}
.btn_vote img.count {display: none;}
.btn_vote .count_o {
    position: absolute;
    top: 0px;
    left: 10%;
    padding: 4px 5px;
    display: inline-block;
    right: 10%;
    width: 80%;
}
.btn_vote .count_o:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #9298a4;
	top: 20.75px;
	left: 44.5%;
	right: 44.5%;
}
.btn_vote .count_o:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #FFF;
	top: 20px;
	left: 45%;
	right: 45%;
}
.vote_comment {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}
.vote_comment strong {
    font-weight: bold;
}
.guide dd ol li {
	margin-left: 1.5em;
}
.modalForm-tit{
    margin:10% 0 5%;
    margin-top: 3%;
}
.vote_bnr {
    width: 100%;
}


.ckwmanlink {
	position: relative;
	right: 0;
	text-align: center;
}
.ckwmanlink p {
	width: 100%;
	text-align: center!important;
}

.bnr_afcommu {
    width: 95%;
    margin: 0 auto;
}

}