@charset "UTF-8";
/* CSS Document */


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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

/*

COMMON
closeInformation
 */
html, body {
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  min-width: 1010px;
  font-size: 14px;
  color:  #444;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: url(../images/spacer.gif);
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: .1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

p {
  margin: 0 0 2em 0;
  line-height: 1.7em;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

a {
  color: #127ccd;
  text-decoration: underline;
/*  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;*/
}
a:hover {
  color: #3cf;
}
a:active, a:focus {
  color: #09c;
}
a img {
  border: none;
}
a:hover img{
  /* opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5; */
  cursor: pointer;
}

.radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f00;
  width: 200px;
  height: 200px;
}
.border{
  border: 1px solid #ddd;
  padding: 30px !important;
}
.bold,strong{font-weight: bold;}
.red{color: #c00 !important;}
.grn{color: #7db326;}
.org{color: #f18e1a;}
.blue{color: #00a9ff;}
.small{font-size: 80%;}
.large{font-size: 150%;}
/* ALIGNMENT and POSITION */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.txtcenter {text-align: center;}
.relative{position: relative;}


/*

CONTENTS

*/


article {
  width:100%;
  margin: 0;
  text-align: center;
}

section {
  width: 1000px;
  padding: 0;
  margin: 0 auto 80px auto !important;
  text-align:center;
}

h3{
  padding: 30px;
  margin: 0 0 60px 0;
   background: #f2ece6;
   font-size: 24px;
   font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
   font-weight: bold;
}
h4{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  color: #7db326;
  padding: 0 20px;
  margin: 0 0 50px 0;
  border-left: 3px solid #7db326;
}
h5{
  padding: 15px;
  margin: 0 0 30px 0;
   background: #eee;
   font-size: 20px;
   font-weight: bold;
   line-height: 1.4em;
/*   border-left: 2px solid #999;*/
}
h6{
  padding: 0;
  margin: 0 0 20px 0;
   font-size: 18px;
   font-weight: bold;
}
h6.h6-second{
/*  border:1px solid #ddd;
  padding:20px;*/
  background: #555;
  color: #fff;
  padding: 10px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight:normal;
}


img.leftImage{
  padding: 0;
  margin: 0 30px 30px 0;
  border: 1px solid #eee;
  float: left;
}
ul.contDot{
  padding: 30px;
  margin: 30px;
  text-align: left;
  border: 1px solid #eee;
}
ul.contDot li{
  padding: 0 0 20px 0;
  margin:  0 0 20px 0;
  border-bottom: 1px dotted #ddd;
  line-height: 1.8em;
}
ul.contDot li:last-child{
  border-bottom:0 !important;
  padding: 0;
  margin:  0;
}
.kakomi{
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 20px 20px 20px;
  line-height: 2em;
  display: inline-block;
}
.pointer{cursor: pointer;background: #7db326; color: #fff;}
.pointer:hover{background: #2b5b0b;}
.indent20{margin-left: 20px !important;}
.indent40{margin-left: 40px !important;}




/*
TABLE STYLE
*/
table.summary-contents{
  width: 100%;
  border:0;
  margin: 0 0 60px 0;
}
table.summary-contents tr th,
table.summary-contents tr td{
  padding: 20px 10px;
  margin: 0;
  vertical-align: top;
  border-bottom: 1px dotted #ddd;
  line-height: 2em;
}
table.summary-contents2{
  width: 100%;
  border:0;
  margin: 0 0 60px 0;
  border-top: 1px dotted #ddd;
}
table.summary-contents2 tr th,
table.summary-contents2 tr td{
  padding: 10px;
  margin: 0;
  vertical-align: top;
  border-bottom: 1px dotted #ddd;
  line-height: 2em;
}
table.summary-contents2 tr th{width: 200px; font-weight: bold;}

table.summary-contents3{
  width: 90%;
  border:0;
  margin: 0 auto 60px auto;
  border: 1px solid #ccc;
}
table.summary-contents3 tr th,
table.summary-contents3 tr td{
  font-size: 14px;
  padding: 20px;
  margin: 0;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: none;
  line-height: 2em;
}

table.summary-contents3 tr th{
  width: 70px;
  font-weight: bold;
  text-align: center;
  background: #efefef;
}

/*TABLE FOR FORM*/
table.formTable{
  width: 100%;
  border:0;
  margin: 0 0 60px 0;
}
table.formTable tr th,
table.formTable tr td{
  padding: 20px 10px;
  margin: 0;
  border-bottom: 1px dotted #ddd;
  line-height: 2em;
  vertical-align: top;
}
table.formTable tr th{
width: 35%;
font-weight: bold;
text-align: right !important;
}
.formSubmitArea{
width: 100%;
font-weight: normal !important;
text-align: center !important;
}
table.formTable tr td{
width: 75%;
text-align: left;
}



/*
FORM STYLE
*/
form{
  margin: 0 0 20px 0;
}
input,textarea,button{
  padding: 5px 10px;
  margin: 0 10px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
input.txtBox{width: 300px;}
input.memberBox{width: 30px; text-align: center;}
input.btnSubmit:enabled,button {color: #fff; background: #7db326; cursor: pointer;}
input.btnSubmit:disabled {color: #ddd; border: 1px solid #ddd; cursor: default;}

.reset{background: #eee; color: #777;}
.reset:hover{ background:#555; color: #fff; cursor: pointer;}
.required{font-size: 10px; color: #fa5e00;}
.priceCal{font-size: 10px; cursor: pointer;}

textarea.entryFormMemo{
  width: 300px;
  height: 60px;
}
.resetBtnArea{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.entryFormConfirm{
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 0 20px 0;
  line-height: 1.7em;
}
.entryFormConfirm p{
  border-bottom: 1px dotted #ddd;
  padding: 20px 0;
}
.mailCheckError{
  color: #fff;
  background-color: #c00;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}



/*

FOOTER

*/
.foot-nav{
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 60px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
}
footer {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background: #e1e1e1;
}
footer p.address {
  width: 1000px;
  font-size: 12px;
  line-height: 1.7em;
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0 0 60px 0;
}
footer p.jasrac{
  width: 200px;
  font-size: 12px;
  line-height: 1.7em;
  display: inline-block;
  text-align: right;
}
footer p.copy {
  width: 100%;
  font-size: 10px;
  text-align: center;
  display: block;
  color: #666;
  padding: 40px 0 10px 0;
  margin: 0;
  border-top: 1px solid #eee;
}

/* ANCHOR */
.topTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  text-align: left;
  line-height: 1em;
}

.topTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}

.topTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.topTopText{
  width: 1000px;
  margin: 0 auto 60px auto;
  font-size: 12px;
  text-align: right;
}

/*

OverWriteStyles

*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
hr{
  margin:80px 0;
  border: solid #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
}

hr.dot {
  width: 100%;
  border: dotted #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 15px 0 40px 0;
}
hr.dot-bigmargin {
  width: 100%;
  border: dotted #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 15px 0 100px 0;
}







/*###################################################################################

COMMON

mainpink > #eb6da5
ttlpink > #f4b3c1
subpink > #f49ac1
subcolor(green) > #00a99d

###################################################################################*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);







.margin0{margin:0 !important;}
.margin1em{margin:0 0 1em 0 !important;}
.margin2em{margin:0 0 2em 0 !important;}
.marginBtm30{margin-bottom: 30px !important}
.smaller{font-size:80%;}
.box-white{
	padding:15px;
	margin:0 auto 15px auto;
	border:1px solid #ddd;
	background:#fff;
	line-height:1.6em;
}
.box-pink{
	padding:20px;
	margin:0 0 2em 0;
	background:#f4b3c1;
	line-height:1.6em;
	color:#fff !important;
}
.box-lpink{
	padding:20px;
	margin:0 0 2em 0;
	background:#f49ac1;
	line-height:1.6em;
	color:#fff !important;
}
.box-border{
	padding:10px;
	margin:0 auto 2em auto;
	border:1px solid #999;
}
.box-border-dot{
	padding:10px;
	margin:0 auto 2em auto;
	border:1px dotted #999;
}
.font-mainpink{color: #e5006e;}
.font-size16{font-size: 16px;}
.font-Emphasis{
	font-weight: 900;
	/*text-decoration: underline;*/
	background: #ff0;
}

/*SOCIAL-NAVIGATION*/
#sns{
	margin:0;
	padding:0;
	width: 270px;
	text-align:right;
	position:absolute;
	top:5px;
	right:5%;
}
ul#sns-btn{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul#sns-btn li{
	padding:0;
	display: inline-block;
	vertical-align:top;
	background : none;
	margin:0;
}

/*###################################################################################

HEADER

###################################################################################*/
header.matsuri {
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
  padding: 0;
/*  border-top: 10px solid #e5006e;*/
}

/*協会ロゴ*/
header.matsuri p.logo{
  width: 50%;
  padding: 20px;
  margin: 0;
  font-size: 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  /*border: 1px solid #f00;*/
}
header.matsuri p.logo img{
	width: 230px;
	height: auto;
	opacity: 0.7;
	margin:0;
}

/*contest banner*/
p.contestLink{
  width: 340px;
  height: 55px;
  margin:10px 0;
  font-size: 0;
  text-align: right;
   display: inline-block;
  vertical-align: middle;
  /*border: 1px solid #f00;*/
}
p.contestLink img{
	width: 340px;
	height: 55px;
	margin: 0;
}


/*TOP nav*/
ul.matsuri-topNav{
  background: #e5006e;
  padding:0;
  margin: 0;
  font-size: 0;
  text-align: center;
  display: block;
}
ul.matsuri-topNav li{
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  vertical-align: middle;
  padding:0;
  margin: 0;
  border-left: 1px solid #ee86a6;
}
ul.matsuri-topNav li:last-child{
  border-right: 1px solid #ee86a6;
}

ul.matsuri-topNav li a{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 15px 40px;
}
ul.matsuri-topNav li a:hover{
  text-decoration: none;
  color: #e5006e;
  background: #fffccb;
}



.matsuriTop,
header.matsuri p.prize
{
  width: 100%;
  height: 700px;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  background: #F9DBE8;  
  line-height: 0;
  position: relative;
  overflow: hidden;
  background-image: url(../images/title.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.matsuriTop::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: #F9DBE8;
  opacity: 0.7;
}
.closeInformation{
  box-sizing: border-box;
  width: 850px;
  height: auto;
  padding: 30px;
  margin: auto;
  background-color:#E5016E ;
  border: 5px solid #fff;
  transform: rotate(-3deg);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  font-family:"mplus-bold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color:#fff;
    position: absolute;
    top:30%;
    left: 20%;
    z-index: 999;
}
/* .closed-title{
    opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
}
.title-over-closed{
    position: absolute;;
    width: 100%;
    height: auto;
    top:100px;
    z-index: 999;
} */

/*###################################################################################

CONTENTS

###################################################################################*/



/*SUMMARY AREA*/
.matsuri-cont-2column-left{
	display: inline-block;
	width: 460px;
	margin: 0 30px 60px 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
.matsuri-cont-2column-right{
	display: inline-block;
	width: 500px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.summary-shimekiri{
	color:#e5006e;
	font-size:26px;
	line-height:1.3em;
	font-weight: bold;
	margin: 0 !important;
	padding: 0;
}


.oubo{
	margin:0 0 15px 0 !important;
	padding:15px 16px !important;
	font-size:18px;
	line-height:1em;
	font-weight: bold;
	color:#fff !important;
	background:#e5006e;
	border-bottom: 1px solid #fef5f9;
}
.summary-oubo-h{
	width:auto !important;
	height:29px !important;
	margin-bottom:10px;
}
.summary-oubo-h2{
	padding:10px;
	background:#0a4595;
	color: #fff;
	margin:0 !important;
	font-family:"mplus-bold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height:1em;
}
.summary-oubo-dl{
	border-bottom:1px dotted #999;
	padding:10px 0 !important;
	margin:0 0 10px 0 !important;
}

/* 参加出版社 */
.summary-company-h{
	/*background: #0a4595;*/
	background: #666;
	display: inline-block;
	padding:10px;
	margin:0 0 10px 0;
	font-size:16px;
	line-height:1em;
	color: #fff;
}
ul#summary-company-list{
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
ul#summary-company-list li{
	display: inline-block;
	padding:0 15px;
	margin:10px 0;
	font-size:14px;
	line-height:1em;
	border-right: 1px solid #999;
}
ul#summary-company-list li:first-child,
ul#summary-company-list li:nth-child(7){
	border-left: 1px solid #999;
}




/*LIST TITLE*/
h3.list-h{
/*	width:100%;
	padding:0px;

	font-size:24px;
	line-height:1em;
	font-family:"mplus-bold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#fff !important;
	background:#e5006e;
	display: inline-block;
	text-align: center;
*/
	display: inline-block;
	position: relative;
	height: 50px;/*リボンの高さ*/
	line-height: 50px;/*リボンの高さ*/
	text-align: center;
	padding: 0 200px;/*横の大きさ*/
	margin:0 0 20px 0;
	background: #e5006e;/*塗りつぶし色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;

	font-size:24px;
	font-family:"mplus-bold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	text-align: center;
}



h3.list-h:before, h3.list-h:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

h3.list-h:before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

h3.list-h:after {
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

/*対象商品一覧 ####################################### */
ul.targetItem{
display: block;
list-style: none;
border:1px solid #ddd;
-moz-box-shadow: 0 2px 5px #ddd;
-webkit-box-shadow: 0 2px 5px #ddd;
box-shadow: 0 2px 5px #ddd;
position: relative;
margin:0 0 80px 0;
padding:20px;
}
ul.targetItem li.toggle{
  display: block;
	padding: 10px 2%;
	margin: 0;
	border-bottom:1px dotted #ddd;
	font-size: 16px;
  font-weight:bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
	line-height: 1.7em;
	color: #666;
	text-align: left;
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  transition: 1s;
}
ul.targetItem li.toggle span{
  font-size: 12px;
  font-weight:100;
  padding: 3px 4px;
  border: 1px solid #afafaf;
  border-radius: 3px;
}
ul.targetItem li i{
  color: #e5006e;
  font-size: 1em;
  transition: 1s;
  position: absolute;
  left:5px;
} 

ul.targetItem li.active{
  background-color: #f9f6e1;
  transition: 1s;
}
ul.targetItem li.active i{transform: rotate(-180deg);}
ul.targetItem li.toggle:hover{
  background-color: #e0eef6;
}
ul.targetItem li.toggle-cont{
	display: block;
	padding: 0;
	margin: 0;
  display: none;
}

ul.targetItem li.toggle-cont ul.targetItem-inner{
  display: block;
  list-style: none;
  position: relative;
  margin:0 0 40px 20px;
  padding:20px 10px 20px 20px;
  text-align: left;
  border-left:3px dotted #ddd;
  }
  ul.targetItem li.toggle-cont ul.targetItem-inner li{
  font-size: 16px;
  font-weight: 400;
	line-height: 1.7em;
  text-align: left;
  display: block;
	padding: 10px 0;
	margin: 0;
	border-bottom:1px dotted #ddd;
}
ul.targetItem li.toggle-cont ul.targetItem-inner li span{
	padding: 3px 5px;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	behavior: url(css/PIE.htc);
	font-size: 9px;
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
}
/*店舗一覧 ####################################### */
.shop-left{
width:48%;
float:left;
padding:0;
margin:0 0 30px 0;
}
.shop-right{
width:48%;
float:right;
padding:0;
margin:0 0 30px 0;
}
.shop-left table,
.shop-right table{
	width:100%;
	background-color:#FFF;
	padding:0; margin:0;
	border:0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.shop-left table tr,
.shop-right table tr{padding:0; margin:0; border:0;}
.shop-left table tr th,
.shop-right table tr th{
padding:10px;
margin:0;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
background-color:#ddd;
color:#444;
font-size:14px;
font-weight:bold;
}
.shop-left table tr td,
.shop-right table tr td{
padding:10px;
margin:0;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
font-size:12px;
}
.shop-left table tr td:first-child,
.shop-right table tr td:first-child{width: 26% !important;}
.shop-left table tr td.itemlsit,
.shop-right table tr td.itemlsit{width: 100% !important;}



/*協力メディア*/
#media{
	width: 100%;
	padding:0 0 60px 0;
	margin:0;
	background:#eee;
	line-height:1.6em;
	color:#fff !important;
	border-top: 1px solid #ddd;
}


#media-h{
	background:#0a4595;
	padding:10px;
	margin:0 0 15px 0;
	font-size:18px;
	line-height:1em;
	font-family:"mplus-bold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#fff;
	text-align:center;
}


ul.media{
	list-style:none;
	margin:0;
	padding:0;
	width: 100%;
}
ul.media li{
	width:90px;
	padding:0;
	margin:10px 5px;
	display: inline-block;
}

.target-lead{
	margin:0 0 50px 0 !important;
	padding: 0;
	text-align: center;
}
.target-lead-h{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px !important;
	color:#e5006e;
}


#end{
	padding: 0;
	margin: 0 0 100px 0;
	border:6px solid #e5006e;
	background: #fff;
}
#end-h{
	padding: 10px;
	margin: 0;
	background: #e5006e;
	font-size: 28px;
	font-family:"mplus-bold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
}
#end-cont{
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #333;
	line-height: 2em;
}
#end-sign{
	padding: 20px 0;
	margin: 0 20px;
	font-size: 12px;
	text-align: right;
}
#end-banner{
	position:absolute;
	width:200px !important;
	height:auto !important;
	bottom:20px;
	margin: 0 0 0 10%;
}



.shimekiri_over{
	position: relative;
	padding: 0;
	margin: 0;
}
.shimekiri{
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	padding: 0;
	margin: 0;
	background: url(../images/shimekiri_bg.png) repeat;
	text-align: center;
	z-index: 9999;
}
.shimekiri img{
	width: 35%;
	height: auto;
	padding: 10% 0 0 0;
}


/*

CONTEST PAGE

*/
header.matsuri-contest{
  width: 100%;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 20px 0 0 0;
/*  border-top: 10px solid #eb6da5;*/
}
header.matsuri-contest p.logo{
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
header.matsuri-contest p.logo img{
	width: 300px;
	height: auto;
	opacity: 0.7;
	margin: 0 0 30px 0;
}
header.matsuri-contest p.contest-title{
	background: #F9DBE8;
	text-align: center;
	padding: 0;
	margin: 0 !important;
  border-top: 10px solid #e5006e;
  /* border-bottom: 10px solid #e5006e;; */
}
header.matsuri-contest p.contest-title img{
  width: 1000px;
  height: auto;
  }
article.contest{
	font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ゴシックM-PRO", "メイリオ", Meiryo, fantasy;
	color: #343434;
}
article.contest p.contest-lead-sub{
	font-size: 20px;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}
.contest-bread{
  width: 1000px;
  font-size: 12px;
  text-align: left;
  line-height: 1em;
  padding: 0; 
  margin:0 auto;
}

article.contest h1{
	font-size: 36px;
	color: #da0e70;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
  border: 1px sdold #f00;
}
hr.pink{
  margin:20px 0 60px 0;
  border: solid #E40065;
  border-width: 1px 0 0 0;
  height: 1px;
  width: 200px;
  display: inline-block;
}
article.contest h2{
	font-size: 16px;
	line-height: 1.7em;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 0 0;
}

.contest-prize{
	background: #fdfbd5;
	position: relative;
	padding: 50px 0 30px 0;
}
.contest-prize-h{
	position: absolute;
	margin: -100px 0 0 0;
	width: 100%;
	text-align: center;
}
.contest-prize-img{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.contest-box{
	width: 800px;
	padding: 50px 30px;
	margin: 0 auto 50px auto;
	position: relative;
	border: 1px solid #aaa;
}

article.contest h3{
	font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ゴシックM-PRO", "メイリオ", Meiryo, fantasy;
  margin:0 0 15px 0 !important;
  padding:15px 16px !important;
  font-size:18px;
  line-height:1em;
  font-weight: bold;
  color:#fff !important;
  background:#e5006e;
  border-bottom: 1px solid #fef5f9;
}
.contest-box ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.contest-box ul li{
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px dotted #ddd;
	text-align: left;
	line-height: 1.6em;

}
/*.contest-box ul li:last-child{border-bottom: none;}*/
.contest-box ul li ul li:last-child{border-bottom: none;}
.contest-box ul li ul{
	padding: 0;
	margin: 0 0 0 100px;
	list-style: none;
}
.contest-snsTxt{
	font-size: 16px;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
	color: #ff6600;
}
.contest-cont-lead{
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}
.marginBtm30{margin-bottom: 30px !important}
.contest-borderbox-radius{
	border:3px solid #eee !important;
	border-radius:20px !important;
	padding:20px !important;
	margin:20px 0 !important;
	line-height:2em !important;
}
.contest-link-oubolist{
	padding:50px 0;
	margin:0 0 60px 0;
	font-size:16px;
	/*background-color:#ededed;*/
	border-bottom: 1px dotted #ccc;
/*	border-top: 1px solid #ddd;

	display:inline-block;
	border-radius:10px;*/
}

/*TABLE FOR FORM*/
article.contest table.formTable{
  width: 100%;
  border:0;
  margin: 0 0 60px 0;
}
article.contest table.formTable tr th,
article.contest table.formTable tr td{
  padding: 20px 10px;
  margin: 0;
  border-bottom: 1px dotted #ddd;
  line-height: 2em;
  vertical-align: top;
}
article.contest table.formTable tr th{
width: 35%;
font-weight: bold;
text-align: right !important;
}
.formSubmitArea{
width: 100%;
font-weight: normal !important;
text-align: center !important;
}
article.contest table.formTable tr td{
width: 75%;
text-align: left;
}
/*
FORM STYLE
*/
form{
  margin: 0 0 20px 0;
  display: inline;
}
input,textarea,button{
  padding: 5px 10px;
  margin: 0 10px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
input.txtBox{width: 300px;}
input.memberBox{width: 30px;}
input.btnSubmit:enabled,button {color: #fff; background: #7db326; cursor: pointer;}
input.btnSubmit:disabled {color: #ddd; border: 1px solid #ddd; cursor: default;}

button.btnLink:enabled{
  color: #fff;
  background: #00BBE4;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}
button.btnLink:hover{
  background: #0c90ad;
}

.reset{background: #eee; color: #777;}
.reset:hover{ background:#555; color: #fff; cursor: pointer;}
.required{font-size: 10px; color: #fa5e00;}
.priceCal{font-size: 10px; cursor: pointer;}

textarea.entryFormMemo{
  width: 400px;
  height: 120px;
}
.resetBtnArea{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.entryFormConfirm{
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.7em;
}
.entryFormConfirm p{
  border-bottom: 1px dotted #ddd;
  padding: 20px 0;
  text-align: left !important;
}
.entryFormConfirm p strong{
	background: #eee;
	border: 1px solid #aaa;
	color: #313131;
	padding: 10px;
	margin: 0 20px 20px 0;
	font-weight: normal;
}


table.contest-result{
	width: 600px;
	margin: 0 auto 50px auto;
	padding: 0;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,Lato,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

table.contest-result tr th{padding:50px 0 15px 0; text-align: center;}
table.contest-result tr td{padding:0 0 50px 0;text-align: center; border-bottom: 1px dotted #ddd;}
.contes-grandprize-name,
.contes-prize-name,
.contes-sanka-name{
	font-weight: 900;
	padding: 0;
	margin: 0 0 15px 0;
}
.contes-grandprize-name{font-size: 36px; line-height: 1em;}
.contes-prize-name{font-size: 24px; line-height: 1.8em;}
.contes-sanka-name{font-size: 24px;}

.contest-ballot{font-size: 14px;}
.contes-prize-item{font-size: 18px; padding: 0; margin: 0;}

.badge-prize-wrapper{
	position: relative;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.badge-grandprize{
	position: absolute;
	width: 150px;
	top: -50px;
	left: 10px;
	/* transform: rotate(-5deg); */
}
.badge-prize{
	position: absolute;
	width: 100px;
	top: -30px;
	left: 10px;
/*	transform: rotate(-15deg);*/
}



