@charset "utf-8";
/* CSS Document */
#kodoWrap h2,#kodoWrap h3{
	line-height: 1.3;
}
#kodoWrap .kodoTopMessage h2:after
#kodoWrap .kodoMessage h2:after{
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	border-top: 5px solid #6B292B;
	border-width: 3px;
	opacity: 0.5;
	margin:0.5em auto 2em;
}

#main .Btn a{
	display: block;
	box-sizing: border-box;
	font-size: 20px;
	background-color: #6B292B;
	color: #EEE;
	padding:  7px;
	border-radius: 3px;
	text-align: center;
	width: 10em;
	margin: 10px;}

#main .Btn a:link,
#main .Btn a:visited{
	color: #EEE;
}
#main .Btn a:hover {
    background-color: #d1a9ab;
}

#kodoWrap p a,
#kodoWrap p a:link{
	color: #520000;
	text-decoration: underline;
}

/*#kodoWrap p.arrow a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #EEE;
    border-right: 2px solid #EEE;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    margin: auto;
}*/

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #520000;
        border-top-width: 1px;
}

#topContentWrap div img{ 
width: 100%;
height: auto;
max-height: 350px;
width: auto;}
#topContentWrap .bookinfo{
	margin-top: 20px;
}
#topContentWrap .bookinfo p{
	display:table-cell;
	text-align: center;
}
#topContentWrap .bookinfo div.PC{
	text-align: center;
	margin-bottom: 10px;
}
#topContentWrap .bookinfo div.PC img{
	margin: auto
}

#topContentWrap .bookinfo p{
	padding-left: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.6vw;
	color: #333;
}

#mainContentWrap h3{
	font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.5em;
	padding-left: 1em;
}

#mainContentWrap .awardTop h3.photoCenter{
	padding-left: 0
}
@media (min-width: 769px){
/* 共通 */
	
.SP{
    display: none;
}
#mobile-head{
    display: none;
}
	
#container {
    width: 100%;
}
.circle {
display: inline-block;
  color: #fff;
  background-color:#333;
border: 2px solid #ddd;
  padding: 0;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
	font-size: 13px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

#main {
	position: relative;
    text-align: left;
    margin: 0 auto;
    width: 100%;
	background-color: #FFF;
}

#main .mainWrap{
	background-color: #f2f0ed;
	text-align: center;
	padding-top: 40px;
	position: relative;
}
	
#main a {
    color: #333;}
	
#main a:visited{
color:#333;
text-decoration: none;
}

#main .RightWrap{
	height: 100%
	min-height: 1300px;
	background-color: #FFF;
}

#main .RightWrap h1{
	font-size: 22px;
	color: #520000;
	letter-spacing: 5px;
	white-space: nowrap;
	line-height: 60px;
	margin-left: 30px;
	padding: 17px;
}
#main .RightWrap h1 img{
	width: 300px;
	height: auto;
}

#main .RightWrap h1 span{
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
}

#main .RightWrap h1 span::before{
	display: inline-block;
    content: "";
    height: 30px;
}

#main .RightWrap p{
	display: inline-block;
margin-top: 40px}

#share{
	position: absolute;
	top:6px;
	right: 20px;
	text-align: left;
}

#share ul li{
	display: inline-block;
	margin-right: 5px;
}

#share ul li a{
	display: block
}
	
/* 共通-end */
/*ナビ*/	
#navbar{
	font-family: "Kaimin Sora Regular","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #520000;
	text-align: left;
	position: absolute;
	top: 20px;
	right: 30px;
	width: 330px;
	  writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	 -webkit-text-orientation: mixed;
	  text-orientation: mixed;
}	

#navbar ul.nav li{
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: 500;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
     -moz-transform-origin: 0 0;
     -moz-transform: scale(1, 1.01);
      -ms-transform-origin: 0 0;
      -ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
       -o-transform-origin: 0 0;
       -o-transform: scale(1, 1.01);
	transform: scale(1.01, 1.00);
}

#navbar ul.nav li span,
#navbar ul.nav li a{
	display: block;
	background-image: url(/kodo/img/nav_list.png) ;
	background-repeat: no-repeat;
background-position: center top 5px;
	border-right: 1px dotted #003333;
	color: #520000;
	padding: 25px 10px 10px;
	    text-decoration: none;
}

#navbar ul.nav li span{
	color: #957777;
}

#navbar ul.nav li a:hover{
	background-color:#e2ded7; 
}
#navbar ul.nav li:last-child a{
	border-left: 1px dotted #003333;}

#navbar ul.nav li#info{
	width: 70px;
	height: 300px;
	background: url(/kodo/img/fukidashi.png) top 10px right no-repeat;
	background-size: 55px auto;
	top: 10px;
	right: 185px;
	}

#navbar li ul{
	width: 90px; list-style: none;
	  position: absolute;
	  top: 0;
	  right: 0;
	  margin: 0;
	  padding: 0;
	width: 0px;
	z-index: 100;
	}
	
#navbar li ul li{
	  overflow: hidden;
	  height: 0;
	  color: #fff;
	  -moz-transition: .2s;
	  -webkit-transition: .2s;
	  -o-transition: .2s;
	  -ms-transition: .2s;
	  transition: .2s;
	}
	#navbar li ul li a{
		height: 322px;
		background-color: #e2ded7;	z-index: 100;
	}
#navbar li:hover ul li{
	  overflow: visible;
	height: 300px;

	}
	
section{
	padding: 0px 50px;
}
#topContentWrap{
	/*height: 400px;*/
	/*padding: 0 50px 50px;*/
	padding: 0 380px 0 50px;
	margin:0 auto 90px;
	min-height: 280px;
}

#topContentWrap .bookinfo {
	font-family: "Gothic MB101 DemiBold","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	display: table;
	/*border: 1px solid #DDD;*/
	padding: 10px;
	margin-right:0;
	width: 100%;
	/*background-color: #FFF;*/
}

#topContentWrap .bookinfo .yoyaku{
	display: block;
	font-size: 1.4rem;
	box-sizing: border-box;
	position: relative;
	font-family: "Reimin Y30 Medium","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	/*background: url(/kodo/img/arw_yoyaku.png) center left 9px no-repeat;
	background-size: 14px auto;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1em;
	text-align: center;
	border: 2px solid #520000;
	border-radius: 2px;
	width: 70%;
	margin: 20px auto 0;
	background-color: #e2ded7;
	color: #520000;
}

	
#topContentWrap .bookinfo .yoyaku::before{
	position: absolute;
	content: "";
	box-sizing: border-box;
	left: 10px;
	top:0;
		bottom:0;
	margin: auto;
	width: 16px;
	height: 16px;
	border: 2px solid #520000;
	border-radius: 2px;
}
	
#topContentWrap .bookinfo .yoyaku::after{
	position: absolute;
	content: "";
	left: 13px;
	top:0;
	bottom:0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 2px solid #520000;
border-right: 2px solid #520000;

	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*#topContentWrap p span.yoyaku::before,{
	display: block;
	vertical-align: middle;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1em;
	margin: auto;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 1px solid #520000;
}*/


#topContentWrap a:hover .yoyaku{
	background-color: #520000;
	color: #FFF;
}

#topContentWrap .bookinfo a:hover .yoyaku::before{
border: 2px solid #F1E4E4;
}
	
#topContentWrap .bookinfo a:hover .yoyaku::after{
	border-top: 2px solid #F1E4E4;
	border-right: 2px solid #F1E4E4;
}
	
#mainContentWrap p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 17px;
}
#mainContentWrap{
	margin:0 0 0 0;
}

#mainContentWrap.topmain img{
	width: 90%;
	height: auto;
	margin: auto;
}

#kodoWrap footer{
	width: auto;
	height: auto;
	font-size: 16px;
	border-top: none;
}

#kodoWrap footer p{
display: inline-block;
	font-size: 1.0rem;
	border-top: 1px solid #CCC;
	padding-top: 30px;
	padding-bottom: 100px;
	margin-top: 20px;
}


/* デザイン用 */
#kodoDesignWrap{
	width: 980px;
	margin: auto;
	padding-top:50px;
	font-size: 15px;
}
#kodoDesignWrap h1,
#kodoDesignWrap p{
	margin-left: 20px;
	margin-bottom: 20px;
}

#kodoDesignWrap table{
	border-collapse: collapse;
	text-align: center;
	width: 900px;
	margin:5px auto 30px;
}
#kodoDesignWrap table tr th{
	background-color: #EFEFEF;
	border: 1px solid #DDD;
	padding: 20px;
}
#kodoDesignWrap table tr td{
	vertical-align: top;
	padding: 10px;
	border: 1px solid #DDD;
}
#kodoDesignWrap table tr td a{
	display: block;
	width: 210px;
	height: auto;
	padding: 5px;	
	border: 1px solid #EEE;
	margin: 10px auto 20px;}

#kodoDesignWrap table tr td img{
	width: 200px;
	height: auto;
}

/* 応募要項 */
#kodoWrap{
	font-size: 1.0rem;
}
#kodoWrap p{
	line-height: 1.6;
	margin-bottom: 1rem;
}

#kodoWrap h2,
#kodoWrap h3,
#kodoWrap h4,
#kodoWrap h5,
#kodoWrap h6{
	margin-bottom: 1rem;
}
#kodoWrap .kodoContents{
	margin:0 auto 100px;
	padding: 20px;
	/*margin-right: 260px;*/
}

#kodoWrap h2{
	font-size: 28px;
	color: #6B292B;
	text-align: left
}

#kodoWrap .kodoContribution h2,
#kodoWrap .kodoTopMessage h2,
#kodoWrap .kodoMessage h2{
	margin-bottom: 1.5em;
	text-align:center;
	margin-top: 1.5em;
}


#kodoWrap .kodoTopMessage h2.midashi-award{
	font-size: 40px;
}
/*#kodoWrap .kodoForm h2,
#kodoWrap .kodoOutline h2{
	text-align: left
}*/

#kodoWrap .kodoContents h2 span{
	font-size: 19px;
}
#kodoWrap table{
	position: relative;
	border-collapse: collapse;
	border: 2px solid #6B292B;
	background-color: #F3EBE9;
	text-align: center;
	/*width: 900px;*/
	margin: auto;
}

#kodoWrap .kodoContents.kodo-topimg {
    margin: 0 auto 50px;
}
	
#kodoWrap #faqWrap dl dd{
	border-bottom: 1px dotted #003333;
	padding-top: 1em;
	}
	#kodoWrap #faqWrap dl dd p{
		display: block;
		text-align: left;
	}
#kodoWrap #faqWrap dl dd p:first-child{
	color:#6B292B;
	}	
	
#kodoWrap #faqWrap dl dd p:first-letter{
    font-size: 1.5em;

}
	
#tw-timeline{
	display: inline-block;
	width: 49%;
	max-width: 1000px;
margin: auto auto 100px}

#bnrWrap{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	}
	
#bnrWrap a{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}
	
#bnrWrap a img{
			width: 100%;
	height: auto;
	}
	
#kodoWrap table tr th,
#kodoWrap table tr td{
	border-bottom: 1px solid #6B292B;
	padding: 20px;
	text-align: left;}

#kodoWrap table tr th{
	width: 11rem;
	color:#6B292B;
	border-right:none;
}

#kodoWrap table tr td dl dt,#kodoWrap table tr td dl dd,
#kodoWrap table tr td span{
	display: inline-block;
	vertical-align: top;
}
#kodoWrap table tr td span:last-child{
	margin-left: 1em;
}
#kodoWrap table tr td span.circle:last-child{
	margin-left: 0;
}
#kodoWrap table tr td dl{
	display: table;
}
#kodoWrap table tr td dl dt{
	padding-right: 1em;
}
#kodoWrap table tr td dl dt,
#kodoWrap table tr td dl dd{
	display: table-cell;
line-height: 150%;}

#kodoWrap table tr td dl dd.row {
    display: table-row;
    padding: 5px 0;
}

/* メッセージ */

#kodoWrap .kodoContents.kodoContribution,
#kodoWrap .kodoContents.kodoMessage{
	border: 3px solid #6B292B;
	margin-top: 40px;
padding: 60px 30px;
	background-color: #FFF;
	background-size: 100%;
	border-radius: 3px;}
	
#kodoWrap .kodoContents.kodoTopMessage
	{
	margin-top: 40px;
padding: 60px 30px;
background: url(/kodo/img/bg_kodo.jpg) top center no-repeat;
	background-size: cover;
	border-radius: 3px;}	
	
#kodoWrap .kodoContents p.shomei{
		text-align: right;
		padding-right: 1em;
	}
#kodoWrap .kodoContents p.shomeiCenter{
		text-align: center;
	margin-bottom: 2em;
	}
#kodoWrap .photoCenter{
	text-align: center;
	padding-left: 0;
}
#kodoWrap .photoCenter img{
	width:400px;
	height:auto;
}

#kodoWrap .photoRight{
	float: right;
	width: 300px;
	margin-left: 15px;
}

#kodoWrap .awardTop .photoLeft{
	width: 225px;
	margin-right: 15px;
}
#kodoWrap .photoLeft{
	float: left;
	width: 300px;
	margin-right: 15px;
}


#kodoWrap .photoRight img,
#kodoWrap .photoLeft img{
	width: 100%;
	height: auto;
}
	#kodoWrap .awardTop .photoLeft img{
		margin-bottom: 10px;
	}
#kodoWrap .sign{
		text-align: right;
}

#kodoWrap .sign img{
	width:250px;
	height:auto;
}

#kodoWrap .formframe{
	height: 750px;
	padding-top: 20px;
	background-color: #FFF;
	border-radius: 3px;
}
#kodoWrap .formframe p{
	margin: 20px;
}
#kodoWrap .formframe:after   {
     content: "."; 
     display: block; 
     visibility: hidden; 
     height: 0; 
     font-size: 0; 
     line-height: 0; 
     clear: both; 
}
#kodoWrap p.size15{
	font-size: 15px;
}

#kodoWrap p.size20{
	font-size: 20px;
	font-weight: bold;
}

#kodoWrap p.size25{
	font-size: 25px;
	font-weight: bold;
}
/*フォーム*/
	
#kodoWrap #faqWrap,
#kodoWrap #ohobo{
	border: 2px solid #6B292B;
	padding: 40px 30px;
	background-color: #F3EBE9;
	position: relative;}
	
#mainContentWrap p.btn-white{
	position: absolute;
	top:-32px;
	right: 10px;
	}

#mainContentWrap p.btn-white a{
	display: block;
	box-sizing: border-box;
	font-size: 15px; 
	background-color: #6B292B;
	color: #EEE;
	padding: 5px 10px 3px;
	border-radius: 5px 5px 0 0;
	}

#mainContentWrap p.btn-white a:hover{
	background-color: #d1a9ab;
	}
}

@media (min-width: 1080px){
#topContentWrap .bookinfo div.PC{
	display:table-cell;
	margin-right: 30px;
}	
#topContentWrap .bookinfo p{
	padding-left: 40px;
	text-align: left;
	font-size: 1.8vw;
}
	
#topContentWrap div img {
    width: 100%;
    height: auto;
    max-height: 250px;
    width: auto;
}

}

@media (max-width: 768px){
	#navbar{
	top:35px;
	right: 110px;
	width: 200px;}
	
	section{
	padding: 30px 30px;
}
	#topContentWrap{
	/*height: 400px;*/
	/*padding: 0 50px 50px;*/
	padding: 0 210px 0 30px;
	margin:0 auto 30px;
	
}
	#topContentWrap .bookinfo div.PC {
		width: 130px;
		}
#topContentWrap div img{ 
width: 100%;
height: auto;
max-height: 330px;
width: auto;}

	}
@media (max-width:1079px) {
	/*#main {
	 width: 1100px;
}*/
	#topContentWrap {
    margin: 0 auto 40px;
}
	
	#topContentWrap .bookinfo div.PC ~ p{
	font-size: 2vw;
		padding-left: 0;
}

	#topContentWrap div.PC ~ p .yoyaku{
	display: block;
	margin-top: 1em;
}
	/*#topContentWrap div.PC ~ p span.yoyaku{
	width: 11em;
}*/
}

@media (min-width: 769px) and (max-width: 1200px){
	#topContentWrap .bookinfo {
		padding-right: 30px;
	}
	#topContentWrap p{
		padding-left: 30px;
		font-size: 2.2vw;
}
	
	#kodoWrap .kodoContents{
	margin-right: 0;

}
}
