@charset "UTF-8";


th,td {
	text-align: right;
}

div#meinichiInput {
	margin: 0;
}

div#meinichiInput input {
	font-size: large;
	font-weight: bold;
	color: #2d1200;
	text-align: center;
}

div#meinichiInput input.dBtn {
	width: 300px;
 height: 50px;
	width: 220px;
 text-align: center;
 line-height: 40px;
	color: #fff;
	background: #2d1200;
 border: 1px solid #fff;
 border-radius: 5px;        /* CSS3草案 */  
 -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 5px;   /* Firefox用 */  
}

div#meinichiInput h4 {
	margin: 20px 0 0 0;
	font-weight: bold;
	border-bottom: solid 1px #2d1200;
	}

div#meinichiInput span {
	display: block;
}

p#botunenInput {
	padding: 10px 20px;
	color: #fff;
	background: #2d1200;
}

p#nenkilistGo {
	padding-top: 10px;
	text-align: center;
}

.hosoku {
	font-size: small;
}
	












/* 
---------------------------------------*/














/* mainSite
---------------------------------------*/


.entryTitleBox {
 margin: 0;
 font-size: 19px;
 line-height: 1em;
 letter-spacing: 0.3em;
}



div.entrySubDataBox {
	 padding: 7px 20px;
}

div.entryPost {
 padding: 0;
 line-height: 1.65em;
}

div.entryPost h2.entryTitle {
 }

div.entryPost h3 {
 margin: 0;
 padding: 0;
 color: #2d1200;
 font-size: 21px;
 font-weight: bold;
}

div.entryPost h4 {
 margin: 10px 0;
 padding: 10px 0 5px;
 color: #2d1200;
 font-size: 18px;
}

div.entryPost ul,
div.entryPost ol,
div.entryPost dl,
div.entryPost p {
 padding-bottom: 10px;
}

div.entryPost ul li,
div.entryPost ol li,
div.entryPost dl dd {
padding: 0 5px;
}

div.entryPost ul li,
div.entryPost ol li {
 padding-left: 21px;
 border-bottom: dotted 1px #2d1200;
}

div.entryPost dl {
	margin: 20px 0 0 0;
}
div.entryPost dl dt {
	width: 100px;
}
div.entryPost dl dd {
	width: 580px;
	padding: 0 0 0 20px;
}
div.entryPost dl dt p {
 padding: 10px 0;
	text-align: center;
 font-weight: bold;
	color: #fff;
	background: #2d1200;
 border-radius: 5px;        /* CSS3草案 */  
 -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 5px;   /* Firefox用 */  
}


div.entryPost table {
 display: table;
 width: 100%;
 margin: 10px 0;
 border-collapse: collapse;
 border-top: solid 1px #2d1200;
 border-right: solid 1px #2d1200;
}

div.entryPost table th {
}
div.entryPost table th,
div.entryPost table td {
 padding: 3px;
	text-align: center;
 border-left: solid 1px #2d1200;
 border-bottom: solid 1px #2d1200;
}
div.entryPost table tr:nth-child(2n) th,
div.entryPost table tr:nth-child(2n) td {
	background: #fff;
}

div.entryPost img {
 display: block;
 padding: 0;
}

hr.bulkhead {
 height: 1px;
 padding-top: 20px;
 border: none;
 border-bottom: solid 1px #BBAA98;
 clear: both;
}




/* smartphone */

@media screen and (max-width: 750px) {

div.entryPost dl dt {
	width: 80px;
	margin: 10px 0;
}
div.entryPost dl dd {
	width: 100%;
	padding: 0;
}
div.entryPost dl dt p {
 padding: 6px 0;
	text-align: center;
 font-weight: bold;
	color: #fff;
	background: #2d1200;
 border-radius: 5px;        /* CSS3草案 */  
 -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 5px;   /* Firefox用 */  
}

div#meinichiInput input.dBtn {
	width: 220px;
 height: 50px;
	margin: 10px 0 0 0;
 text-align: center;
 line-height: 40px;
	color: #fff;
	background: #2d1200;
 border: 1px solid #fff;
 border-radius: 5px;        /* CSS3草案 */  
 -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 5px;   /* Firefox用 */  
}

	

	
	
}