/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
    }

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image:url(../images/bg01.png);
}
img {
	margin: 0;
	border: 0;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:1.0;
}
a:hover img.none {
	filter: alpha(opacity=100, enabled=0);
	-moz-opacity:1.0;
	opacity:1.0;
}
.wrap_head{
	margin:auto;
	padding:0px 0px 10px 0px;
	width:750px;
}
h1 {
	margin:auto;
	padding:5px 0px 5px 0px;
	width:750px;
	color: #666666;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
.wrap{
	margin:auto;
	padding:0px 0px 0px 0px;
	width:748px;
	background-image:url(../images/bg02.png);
	background-repeat:repeat-y;
	border-top:solid 1px #DBDBDB;
	border-left:solid 1px #DBDBDB;
	border-right:solid 1px #DBDBDB;
}
.wrap_left{
	margin:auto;
	padding:30px 30px 20px 30px;
	width:468px;
	text-align:left;
	float:left;
}
.wrap_right{
	margin:auto;
	padding:17px 17px 20px 17px;
	width:185px;
	text-align:left;
	float:right;
}
h2{
	margin:0px 0px 15px 0px;
	padding:9px 10px 0px 28px;
	background-image:url(./../images/title_bg01.png);
	background-repeat: no-repeat;
	width:430px;
	min-height:25px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
}
p{
	margin:0px 0px 15px 0px;
	color: #333333;
	font-size: 14px;
	line-height:1.6em;
}
.wrap_left ul {
	margin: 0px 40px;
	padding: 0;
	background: #ffffff;
	color: #333333;
	font-size: 12px;
	line-height: 200%;
}
.wrap_left ul a {
	font-size: 12px;
}
.wrap_left li {
	margin: 0 10px;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	line-height: 200%;
}
.line {
	background-color: #ffff80;
}
.wrap_bana{
	margin:0px 0px 15px 0px;
}

#right_bnr{
	margin:0px 0px 10px 0px;
}
#right_bnr02{
	margin:0px 0px 10px 0px;
}
#right_list{
	margin:0px 0px 10px 0px;
	padding:10px 10px 10px 25px;
	width:147px;
	border:solid 1px #C5C5C5;
	background-color:#ffffff;
	color:#333333;
	font-size:12px;
	line-height:1.6em;
}
#right_list li{
	margin-bottom:10px;
	list-style-image:url("../images/icon01.png");
	text-align:left;
}
#right_list li a{
	text-decoration:none;
}
#right_list li a:hover{
	text-decoration:underline;
}
#wrap_homebtn{
	clear:both;
	margin:auto;
	padding:10px 10px 0px 610px;
	width:120px;
	text-align:left;
}
#wrap_homebtn a{
	display:block;
	margin:0px;
	padding:0px;
	width:120px;
	height:25px;
	background-image:url(../images/home01.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.footer {
	margin:auto;
	padding:15px 0px 15px 0px;
	background-color:#EDC086;
	width:100%;
}
.footer p{
	margin:auto;
	color:#5F3E10;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:1.4em;
	text-align: center;
}

/*デコレーション*/
.sp-bg{
    background-color: #fcfca2;
    }

.sp-dot{
    border-bottom: 1px dotted #666;
    }


}.clearfix:after {
	content: "."; 
	display: block; 
	 height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


}