/* ====== タブレット用の設定 ====== */
@media only screen and (min-width: 600px) and (max-width:899px) {


/* header
------------------------------------------------------------*/

header{
	width: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	float: left;
	
}
header nav{
	float: left;
	width: 485px;
	color: #f08719;
	margin-left: -30px;
}
header nav ul{
	list-style:none;
}
header nav li{
	font-family: 'Chango', cursive;
	display: inline;
	font-size: 13px;
	padding-left: 17px;
	
}
header nav li#last{
	/*padding-right: -30px;*/
	
}
header nav li a{
	text-decoration: none;
	color: #f08719;
}
header nav li a:hover {
	color: #9C0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

/* article section#contents
------------------------------------------------------------*/


#contents{
	min-height: 100%;
	position: relative;
	width: 600px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	clear: both;
}
/* article section#contents
------------------------------------------------------------*/

#contents{
	min-height: 100%;
	height: auto !important;
	position: relative;
	width: 600px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	
}

#page_ttl {
	color: #731F21;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#menu{
	width: 550px;
	background-color: #fef1cc;
	overflow:hidden;
	padding: 10px;
	color: #721F20;
	font-size: 15px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	
}
#menu a{
	text-decoration: none;
	color: #721F21;
	font-weight: bold;
	border-right: solid 0px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	background-color:rgba(1,122,205,0);
}
#menu a:hover{
	color: #f08719;
	font-weight: bold;
}	
#block1{
	float: left;
	margin-left: 50px;
	margin-right: 120px;
	
	
}
#block2{
	float: left;
	margin-left: 50px;
	margin-top: -15px;
}


.qa_wrap {
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	color: #721F20;
	line-height: 22px;
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	margin-bottom: 25px;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	overflow:hidden;
}
.box{
	float: left;
	width: 330px;
	margin-left: 50px;
}
.box2{
	float: left;
	width: 450px;
	margin-left: 50px;
	
}
.qa_box{
	overflow:hidden;
}
.shitsumon{
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
}

.kotae{
	float: left;
	margin-left: 30px;/**/
	
}

hr{
	border: solid 1px #f08719;
	margin: 20px;
}

.link{
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius:  5px;    /* Firefox */
	-webkit-border-radius:  5px; /* Safari,Chrome */
	margin-bottom: 10px;
}
a:hover .link{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

}