/* ====== タブレット用の設定 ====== */
@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: 580px;
	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 ul{
	list-style-type: none;/**/
	margin-left: -30px;
}
#menu ul li{
	display: inline;
	padding-left: 30px;
	
}

#menu ul li 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 ul li a:hover {
	color: #f08719;
	font-weight: bold;
}

#menu2{
	width: 580px;
	background-color: #fef1cc;
	overflow:hidden;
	padding: 10px;
	color: #721F20;
	font-size: 15px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	
}
#menu2 ul{
	list-style-type: none;/**/
	margin-left: -30px;
}
#menu2 ul li{
	display: inline;
	padding-right: 50px;
	
}

#menu2 ul li 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);
}
#menu2 ul li a:hover {
	color: #f08719;
	font-weight: bold;
}

.box{
	color: #721F20;
	line-height: 22px;
	background-color: rgba(255,255,255,0.6);
	font-size: 14px;
	margin-bottom: 80px;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	overflow:hidden;
}

.progress {
		margin-bottom: 50px;
    }
.progress2 {
		margin-bottom: 50px;
    }
.progress3 {
		margin-bottom: 50px;
    }
.progress img{
	float:right;
	clear: both;
	margin-top: 30px;/**/
	margin-right: 50px;
}
#process{
	margin-top: -50px;
	margin-bottom: 80px;
	overflow:hidden;
}

.process_box{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.process_box p{
	margin-left: 20px;
}
.process_box img{
	margin-bottom: 10px;
	width: 130px;
	height: auto;
	
}


.color_box{
	float: left;
	width: 120px;
	height: 140px;
	margin-right: 60px;
	margin-bottom: 50px;
	overflow:hidden;
}
.color_box img{
	margin-bottom: 0;
}
.color_box p{
	margin-left: 20px;
}


.setsumei {
	width: 290px;
}
.setsumei2 {
		width: 520px;
		float: left;
		display: block;
    }
.setsumei3 {
		width: 400px;
		display: block;
    }

.shouhin{
	float: left;
	width: 520px;
	margin-top: 30px;
	margin-right: 60px;
	display: block;
}
#tensha{
	width: 100%;
	height: auto;
	display: block;
}
.kakudaibox{
	float: left;
	width: 320px;
	margin-top: 20px;
	display: block;
}

.kakudai{
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	display: block;
}
.kakudai_last{
	float: left;
	margin-bottom: 15px;
	display: block;
}
.shouhin2{
	float: right;
	width: 270px;
	margin-right: 20px;
	display: block;
}
#dou{
	width: 100%;
	height: auto;
	display: block;
	
}
.kakudaibox2{
	width: 570px;
	margin-top: 10px;
	display: block;
}
.kakudaibox2 p{
	float: left;
	display: block;
}
.kakudai2{
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	display: block;
}

.only02{
	width: 500px;
}

.sub{
	color: #731F21;
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: bold;
}
.block{
	margin: 0 0 10px 40px;
	overflow:hidden;
}
.block2{
	margin: 50px 40px;
}
.block2 a{
	text-decoration: none;
	color: #721F21;
	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);
	border-bottom: solid 1px #721F21;
	padding-bottom: 0px; 
}
.block2 a:hover {
	color: #f08719;
	border-bottom: solid 1px #f08719;
}
.block3{
	margin: -20px 0 10px 50px;
	overflow:hidden;
}

hr{
	border: solid 1px #f08719;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -5px;
}


.del{display:none !important;}

.title{
	color: #731F21;
	margin-top: 80px;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: bold;
}
.title2{
	color: #731F21;
	margin-top: 100px;
	margin-bottom: 50px;
	font-size: 21px;
	font-weight: bold;
}



.databox{
	float: left;
	width: 213px;
	height: 280px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	/*box-shadow: 5px 5px 5px #CCC;
	-webkit-box-shadow: 5px 5px 5px #CCC;*/
	padding: 20px 60px 20px 0;	
	
}
.dataphot{
	margin-bottom: 10px;
}


.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 )";
}
.sp_sidr{
	display:none;
}
.slider1{
	display:none;
}

}