/* * * * * * * * * * * * * * * * * *
 naka.css
* * * * * * * * * * * * * * * * * */

/* common
--------------------------------- */
/* header */
body.naka #header {
	height: 188px;
	background: url(../img/naka/bg_header.png) 0 0 repeat-x;
}
body.naka #header .inner {
	width: 960px;
	height: 188px;
	background: url(../img/naka/bg_headerL.png) 0 0 no-repeat;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

body.naka #header h1 {
	width: 222px;
	height: 152px;
	float: left;
	padding-top: 26px;
}

body.naka #header p.kikan {
	width: 280px;
	position: absolute;
	top: 61px;
	left: 365px;
}
body.naka #header p.basyo {
	width: 384px;
	height: 48px;
	position: absolute;
	top: 100px;
	left: 350px;
}
body.naka #header img.imgFix {
	position: absolute;
	right: 0;
	top: 0;
}

/* contents */
body.naka #contents {
	padding-top: 40px;
}

body.naka #main a {
	text-decoration: underline;
}
body.naka #main a:hover {
	text-decoration: none;
}

ul#pan {
	margin-bottom: 10px;
	font-size: 80%;
}
ul#pan a {
	color: #BC8C39;
}
ul#pan li {
	display: inline;
}

body.naka #contents #main h2 {
	font-size: 200%;
	background: url(../img/naka/bg_h2.jpg);
	padding: 15px 10px 10px 20px;
	border: 1px solid #CCC;
}
	body.naka #contents #main h2 img {
		padding: 0 20px 3px 0;;
	}

p#kv {
	margin-bottom: 30px;
}

div#content {
	padding: 0 20px;
	font-size: 90%;
}

.w240 {width: 240px;}
.w300 {width: 300px;}
.w320 {width: 320px;}
.w380 {width: 380px;}

div#content dt {
	font-size: 110%;
	margin-bottom: 5px;
	font-weight: bold;
}
div#content dd {
	margin-bottom: 15px;
}

/* list */
dl.list {
	overflow: hidden;
}
dl.list dt {
	padding-left: 10px;
	border-left: 5px solid #BC8C39;
	margin-bottom: 10px;
	margin-top: 15px;
}
dl.list dd {
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px dotted #AAA;
	margin-bottom: -1px;
}

dl.list .sat {color: #3366FF;}
dl.list .sun {color: #FF0033;}

/* table1 */
table.table1 {
	width: 655px;
	border-collapse: collapse;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
}
table.table1 th,
table.table1 td {
	background: #FFF;
	padding: 5px;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	vertical-align: top;
}
table.table1 th {
	background: url(../img/naka/bg_h2.jpg);
}



/* contest
--------------------------------- */
#contest #regBox {
	border: 1px solid #CCC;
	background: url(../img/naka/contest/bg_regBox.jpg);
	padding: 20px;
}
#contest #regBox p#agreeBox {
	text-align: center;
	margin-bottom: 20px;
}
#contest #regBox p#agreeBox a {
	color: #FF0000;
}
#contest #regBox p#agreeBox span {
	font-size: 90%;
}

ul#regist {
	padding-left: 1px;
}
ul#regist li {
	width: 217px;
	float: left;
	margin-left: 65px;
}
ul#regist li p.btn_reg {
	width: 205px;
	height: 74px;
	margin: 0 auto;
}
	ul#regist li.fb p.btn_reg {
		background: url(../img/naka/contest/bg_btn_reg_fb.png) 0 0 no-repeat;
	}
	ul#regist li.twi p.btn_reg {
		background: url(../img/naka/contest/bg_btn_reg_twi.png) 0 0 no-repeat;
	}
	ul#regist li.form p.btn_reg {
		background: url(../img/naka/contest/bg_btn_reg_form.png) 0 0 no-repeat;
	}

ul#regist li p.note {
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
}
ul#regist li.form p.in {
	text-align: left;
	padding: 5px 5px 0 1.5em;
}

ul#foodList {
	margin-right: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}
ul#foodList li {
	width: 200px;
	overflow: hidden;
	border: 1px solid #160055;
	margin: 0 8px 10px 8px;
	float: left;
}
ul#foodList li img {
	width: 200px;
}

ul#foodList li table {
	padding: 5px;
}

ul#foodList li table th {
	vertical-align: top;
	padding-top: 3px;
}

ul#foodList li table td {
	font-weight: bold;
	color: #0F042F;
}

ul#foodList li table td p {
	font-weight: normal;
	font-size: 11px;
}

#contest .ssttl{
    font-size: 110%;
    font-weight: bold;
    border-left: 5px solid #BC8C39;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 10px;
}

#contest form dl{
	padding-bottom: 20px;
	border-bottom: 1px dashed #0F042F;
	margin-bottom: 20px;
	overflow: hidden;
}

#contest form dt{
	width: 200px;
	float: left;
	margin-right: 20px;
    font-size: 100%;
    margin-bottom: 0px;
    color: #0F042F
}

#contest form dd{
	width: 400px;
	float: left;
	margin: 0px;
}

#contest form dl.email input,
#contest form dl.email2 input
{
	width: 300px;
}

#contest form dl.sex label
{
	padding-left: 2px;
}

#contest .submit{
	text-align: center;
}

#contest .submit input{
	padding: 10px;
}


#photo dl{
	width: 600px;
}

#photo dl dt{
	border-left: 5px solid #0F042F;
	padding-left: 8px;
	margin-bottom: 10px;
	color: #0F042F;
	font-weight: bold;
}

#photo dl dt span{
	font-size: 90%;
	padding-left: 10px;
}

#photo dl dd{
	font-size: 85%;
}



/*kuramoto
--------------------------------- */

#kuramoto #area {
	background: url(../img/naka/kuramoto/bg_areaList.jpg) 320px 10px no-repeat #FFF;
	padding: 40px;
	height: 210px;
	border: 1px solid #CCC;
}
#kuramoto #area li {
	padding: 3px 0;
}

#kuramoto .areaBox {
	margin-bottom: 50px;
}
#kuramoto .sanka{
	margin: 30px 15px;
}
#kuramoto .sanka p{
	font-size: 110%;
	margin-bottom: 15px;
}

	#kuramoto .sanka span.red {
		background: #EE6557;
		color: #FFF;
		padding: 3px 17px;	}
	#kuramoto .sanka span.blue {
		background: #02AEDC;
		color: #FFF;
		padding: 3px 10px;
	}
#kuramoto dl.areaName {
	margin-top: -20px;
}
#kuramoto dl.areaName dt {
	padding-left: 10px;
	border-left: 5px solid #BC8C39;
	margin: 20px 0 5px;
}
#kuramoto dl.areaName dd {
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #AAA;
	margin: 0;
}
	#kuramoto dl.areaName dd p {
		width: 315px;
		float: left;
	}
	#kuramoto dl.areaName dd p span {
		background: #888;
		color: #FFF;
		padding: 3px 10px;
		margin-right: 10px;
	}
	#kuramoto dl.areaName dd p span.red {
		background: #EE6557;
		color: #FFF;
		padding: 3px 17px;
		margin-right: 10px;
	}
	#kuramoto dl.areaName dd p span.blue {
		background: #02AEDC;
		color: #FFF;
		padding: 3px 10px;
		margin-right: 10px;
	}
	#kuramoto dl.areaName dd div.detail {
		font-size: 90%;
		padding: 5px 0 3px;
		clear: both;
		color: #666;
	}
	#kuramoto dl.areaName dd div.detail address {
		font-style: normal;
	}

#kuramoto dl.areaName dd p.join {
	float: none;
	display: inline;
	background: #FFF;
	padding: 3px 5px !important;
	font-size: 90%;
}
#kuramoto dl.areaName dd p.join span {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #3366FF;
	position: relative !important;
	display: inline !important;
	left: auto !important;
	top: auto !important;
	font-size: 100% !important;
}

/*english sakeichiran
----------------------------------*/

#sakeichiran .right_detail{
	float:right;	
}

#sakeichiran .left_detail{
	display:inline-block;
	margin-top: 5px;
}
	
#sakeichiran .left_detail p{
	 margin-bottom:5px;
}

#sakeichiran .left_detail img{
	float:left;
	margin-right:5px
}

#sakeichiran #area {
	background: url(../img/naka/kuramoto/bg_areaList.jpg) 320px 10px no-repeat #FFF;
	padding: 40px;
	height: 210px;
	border: 1px solid #CCC;
}
#sakeichiran #area li {
	padding: 3px 0;
}

#sakeichiran .areaBox {
	margin-bottom: 50px;
}
#sakeichiran .sanka{
	margin: 30px 15px;
}
#sakeichiran .sanka p{
	font-size: 110%;
	margin-bottom: 15px;
}

	#sakeichiran .sanka span.red {
		background: #EE6557;
		color: #FFF;
		padding: 3px 17px;	}
	#sakeichiran .sanka span.blue {
		background: #02AEDC;
		color: #FFF;
		padding: 3px 10px;
	}
#sakeichiran dl.areaName {
	margin-top: -20px;
}
#sakeichiran dl.areaName dt {
	padding-left: 10px;
	border-left: 5px solid #BC8C39;
	margin: 20px 0 5px;
}
#sakeichiran dl.areaName dd {
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #AAA;
	margin: 0;
}
	#sakeichiran dl.areaName dd p {
		width: 315px;
	}
	#sakeichiran dl.areaName dd p span {
		background: #888;
		color: #FFF;
		padding: 3px 10px;
		margin-right:5px;
	}
	#sakeichiran dl.areaName dd p span.red {
		background: #EE6557;
		color: #FFF;
		padding: 3px 17px;
		margin-right: 10px;
	}
	#sakeichiran dl.areaName dd p span.blue {
		background: #02AEDC;
		color: #FFF;
		padding: 3px 10px;
		margin-right: 10px;
	}
	#sakeichiran dl.areaName dd div.detail {
		font-size: 90%;
		padding: 5px 0 3px;
		clear: both;
		color: #666;
	}
	#sakeichiran dl.areaName dd div.detail address {
		font-style: normal;
	}

#sakeichiran dl.areaName dd p.join {
	float: none;
	display: inline;
	background: #FFF;
	padding: 3px 5px !important;
	font-size: 90%;
}
#sakeichiran dl.areaName dd p.join span {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #3366FF;
	position: relative !important;
	display: inline !important;
	left: auto !important;
	top: auto !important;
	font-size: 100% !important;
}

/*kuramoto english 
----------------------------------*/

#kuramoto #content .kuramoto_data{
	border:solid 1px;
	padding:10px;
}

#kuramoto #content .kuramoto_data .name{
	font-weight:bold;
	font-size:16px;
}
 

/*sake english
----------------------------------*/

#sake #content .inner_data{
	margin-top:10px;
}

#sake #content .sake_data .name{
	font-weight:bold;
	font-size:16px;
}

#sake #content .sake_data{
	margin-top: 10px;
	float:right;
}

#sake #content .kuramoto_data{
	border: solid 1px;
    padding: 10px;
    margin-top:20px;
}



/* link, sitemap
--------------------------------- */
#link #content li, #sitemap #content li {
	list-style-type: circle;
	margin-left: 20px;
	font-size: 120%;
}
#sitemap #content li {
	margin-bottom: 15px;
}


/* �C�x���g�X�P�W���[��
--------------------------------- */
#schedule .sche_box{
	margin-bottom: 30px;
	overflow: hidden;
}

#schedule .seminar_box{
	overflow: hidden;
	margin-bottom: 30px;
}

#schedule .seminar_box .l{
	width: 310px;
}

#schedule .seminar_box .r{
	width: 310px;
}

#schedule .seminar_box .prof{
	overflow: hidden;
	margin-bottom: 5px;
}

#schedule .seminar_box .prof h4{
	border-left: 5px solid #BC8C39;
    margin-bottom: 8px;
    padding-left: 10px;
    font-size: 120%;
}

#schedule .seminar_box .prof h4 span{
    font-size: 11px;
    color: #999;
    padding: 0;
    margin: 0;
    border: 0;
}


#schedule .seminar_box .prof span{
    font-size: 87%;
    color: #999;
    display: block;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #999;
}

#form table{
	width: 655px;
	border: 0;
	border-collapse: collapse;
border: 1px #c6c6c6 solid;
}
#form table th{
width: 140px;
border: 1px #c6c6c6 solid;
padding: 15px;
text-align: left;
background: #FFF6E0;
}
#form table td{
border: 1px #c6c6c6 solid;
padding: 15px 20px;
text-align: left;
}
#form table#formtable td{
padding: 20px;
}
#form input {
height: 20px;
}
#form #formtable textarea {
width: 420px;
height: 100px;
}
#form #formtable input#company_furi,
#form #formtable input#company,
#form #formtable input#name,
#form #formtable input#number,
#form #formtable input#email,
#form #formtable input#tel,
#form #formtable input#job_etc,
#form #formtable input#zipcode,
#form #formtable input#fax,
#form #formtable input#tel,
#form #formtable input#city,
#form #formtable input#address,
#form #formtable input#p_name,
#form #formtable input#hp,
#form #formtable input#p_section,
#form #formtable input#p_position,
#form #content #formtable textarea {
border: 1px solid #CCC;
}
#form #formtable input#company_furi,
#form #formtable input#company,
#form #formtable input#name,
#form #formtable input#email,
#form #formtable input#hp{
width: 390px;
}
#form #formtable input#job_etc {
width: 80px;
}
#form #formtable input#city,
#form #formtable input#address {
width: 390px;
margin-bottom: 5px;
}
#form #formtable input#p_name {
width: 150px;
}
#form #formtable input#p_section,
#form #formtable input#p_position {
width: 110px;
}
#form #formtable select {
margin-bottom: 5px;
}
#form #formtable span {
width: 100px;
}
#form #formtable input#zipcode,
#form #formtable input#fax,
#form #formtable input#tel{
width: 150px;
}
#form #formtable em {
color:#FF0000;
font-size:10px;
font-weight:normal;
}
#form #content .btn {
text-align: center;
margin: 15px 0 50px;
}
#form #content .btn input{
width:256px;
height:61px;
margin: 0 20px;
}
#form #content .agree {
text-align: center;
margin: 20px 0 0;
}
#form #content .syodan{
	margin-bottom: 10px;
}
#form #content .syodan p {
	text-indent: 1em;
	padding-bottom: 7px;
}


#form table#person{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
#form table#person th{
	background: none;
	border: 0;
	padding: 0;
	text-align: center;
}
#form table#person th#name {
	width: 180px;
}
#form table#person th#no {
	width: 30px;
}
#form table#person th#section,
#form table#person th#position {
	width: 125px;
}
#form table#person td{
	border: 0;
	padding: 0 0 5px 0;
	text-align: left;
}
#form table#person td.no{
	text-align: right;
}
#form #job_list li{
	float: left;
	padding-right: 15px;
}

#form div#content #address dt{
	float: left;
	font-size: 90%;
	font-weight: normal;
}
#form #person{
	clear: both;
}
#form #person li{
	float: left;
	padding: 0 0 5px 5px;

}
#form .supporter dt{
	border: 1px #c6c6c6 solid;
	padding: 15px 0 15px 20px;
	background: #FFF6E0;
	margin-bottom: 0;
	border-bottom: none;
}
#form .supporter dd{
	border: 1px #c6c6c6 solid;
	padding: 15px 20px;
	border-bottom: none;
	margin-bottom: 0;
}
#form .supporter{
	border-bottom: 1px #c6c6c6 solid;
}

/*
 supporter_voice.html �ǉ���*/

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #F54E4E;
	padding: 30px;
	width: 593px;
	float: right;
	clear: both;
	border-radius: 10px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.voice .arrow_box span{
	float: right;
	font-size: 90%;
}


/*2014.02.05 �ǉ��i�ɓ��j*/

h4 {
	border-left: 3px solid #960;
	line-height: 130%;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 7px;
}


/*
�T�|�[�^�[���X�g*/
#supporter_list .tenpo_list ul{
width: 650px;
margin: 0 auto;
margin-top: 10px;
}

#supporter_list .tenpo_list ul li{
padding: 7px 0;
border-bottom: 1px dotted #B3ABAB;
}

#supporter_list .tenpo_list ul .city{
padding: 5px 20px;
border-radius: 9px;
margin-right: 15px;
border: 1px solid #C8C5C5;
}

#supporter_list .tenpo_list ul .niigata{
background-color: #94DAEF;
}

#supporter_list .tenpo_list ul .zyouetu{
background-color: #A8EFB1;
}

#supporter_list .tenpo_list ul .tyuetu{
background-color: #FFCD95;
}

#supporter_list .tenpo_list ul table{
font-size: 13px;
}

#supporter_list #area li {
margin-bottom: 5px;
width: 250px;
}

#supporter_list #area li a{
	text-decoration: blink;
}

#supporter_list #area li a p{

	width: 250px;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
}

#supporter_list #area li a:hover p{
	cursor: pointer;
}

#supporter_list #area li a .niigata{background-color: #94DAEF;}
#supporter_list #area li a:hover .niigata{background-color: #AFE4F4;}
#supporter_list #area li a .zyouetu{background-color: #A8EFB1;}
#supporter_list #area li a:hover .zyouetu{background-color: #A6EAAF;}
#supporter_list #area li a .tyuetu{background-color: #FFCD95;}
#supporter_list #area li a:hover .tyuetu{background-color: #FADBB8;}

#supporter_list #area {
background: url(../img/naka/kuramoto/bg_areaList.jpg) 320px 10px no-repeat #FFF;
padding: 20px 40px 20px 40px;
border: 1px solid #CCC;
}
#supporter_list h4{
padding-left: 10px;
border-left: 5px solid #BC8C39;
margin: 20px 0 5px;
font-size: 110%;
margin-bottom: 5px;
font-weight: bold;
	}
#supporter_list #contents .areaBox .area_ttl{
background: #140153;
font-size: 160%;
color: #FFF;
border-bottom: none;
padding: 5px 0 5px 20px;
margin-bottom: 20px;
}
#area1 .voice {
background: none;
clear: both;
overflow: hidden;
margin-bottom: 35px;
}
#area2 .voice {
background: url(../img/naka/supporter/megaphone02.png) left bottom no-repeat;
clear: both;
overflow: hidden;
margin-bottom: 35px;
}
#area3 .voice {
background: url(../img/naka/supporter/megaphone03.png) left bottom no-repeat;
clear: both;
overflow: hidden;
margin-bottom: 35px;
}
#area4 .voice {
background: url(../img/naka/supporter/megaphone04.png) left bottom no-repeat;
clear: both;
overflow: hidden;
margin-bottom: 35px;
}
#area5 .voice {
background: url(../img/naka/supporter/megaphone05.png) left bottom no-repeat;
clear: both;
overflow: hidden;
margin-bottom: 35px;
}
#supporter_list .sp_txt{
	display: none;
}
.thanks_msg{
	font-weight: bold;
	font-family: "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", serif;
	font-size: 19px;
	color: #170058;
	margin-bottom: 30px;
}
/* �M�󉞉��X */
	#form .supporter dd{
	font-size: 12px;
	}
	.supporter2015 .item{
		font-size: 90%;
		}
	.supporter2015 .item .l{
		width: 430px;
	}
	.supporter2015 .item .l .ttl{
		font-size: 120%;
		margin-bottom: 10px;
		color: #FFF;
	}
	.supporter2015 .item .l .ttl span.b01{background: #1B206C;}
	.supporter2015 .item .l .ttl span.b02{background: #E64865;}
	.supporter2015 .item .l .ttl span{
		padding: 5px 10px;
	}
	.supporter2015 .item p span.s{
		font-size: 80%;
	}
	.supporter2015 .item {
		margin-bottom: 20px;
	}
	.supporter2015 #contents #main h3{
		 border-bottom: none;
	}
	body.supporter2015 #contents #main h2{
		background: none;
		padding: 0;
		margin-bottom: 20px;
	}

/* ��������
--------------------------------- */

#search form {
	background: url(../img/naka/bg_h2.jpg);
	padding: 20px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
}
#search .sanka{
	margin: 30px 15px;
}
#search .sanka p{
	font-size: 110%;
	margin-bottom: 15px;
}

	#search .sanka span.red {
		background: #EE6557;
		color: #FFF;
		padding: 3px 17px;	}
#search form div.l{
    width: 400px;
    display: inline-block;
}
#search form div.r{
    width: 200px;
    margin-right: 50px;
    display: inline-block;
}
#search form div label {
    width: 160px;
    display: inline-block;
}
#search form div input {
    height: 20px;
    margin-bottom: 10px;
}
#search form button{
    width: 200px;
    height: 45px;
    background: #140153;
    font-size: 20px;
    border: none;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
}
#search form button:hover{
	background: #19457a;
}
#search form div.r a{
    text-align: right;
    font-weight: bold;
    font-size: 90%;
    padding-top: 5px;
    display: block;
}
#search form div.r a:hover{
    color: #ff0000;
}

#search .areaBox dl {
	border-bottom: 1px dotted #AAA;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#search .areaBox dl dt {
	padding-left: 10px;
	border-left: 5px solid #BC8C39;
	box-sizing: border-box;
	width: 50%;
	float: left;
	font-size: 100%;
}
	#search .areaBox dl dt span.blue {
		background: #140153;
		color: #FFF;
		padding: 3px 10px;
	}
	#search .areaBox dl dt strong {
		font-size: 140%;
	}
#search .areaBox dl dd {
	width: 50%;
	float: left;
	margin: 7px 0 0;
}
	#search .areaBox dl dd span {
		background: #888;
		color: #FFF;
		padding: 3px 10px;
		margin-right: 10px;
	}
	#search .areaBox dl dd ul li {
		font-size: 90%;
	}
	
.no_entry {
	color: #ee6557;
}


/* Q&A
--------------------------------- */

#faq dl{
	margin-top: 20px;
}
#faq dt span{
	margin-left: 5px;
	line-height: 44px;
	font-size: 30px;
	display: inline-block;
	border-bottom: 3px double #2c1c5d;
	width: 90%;
	color: #2c1c5d;
}
#faq dd{
	background: url(../img/naka/faq/bg.jpg) center center;
	padding: 20px;
	margin-top: 20px;
}