﻿@charset "UTF-8";

/*---------------------------------------------------------
   ここの中では全体のレイアウトで使用するCSSを定義する
----------------------------------------------------------*/

html{
	height:100%;
}

*{
	margin :0;
	padding:0;
}

body{
	height:100%;
	color:#000;
	background:url(../images/back.gif) ;
}

.clearfix:after{  
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
 }
 
.clearfix{
	display: inline-block;
}

.clearfix{
	zoom:100%;
}

.clear{
	clear:both;
}




/*---------------------------------------------------------
     link
----------------------------------------------------------*/

a:link{
	color:#0083be;
	text-decoration:none;
}

a:visited{
	color:#0083be;
	text-decoration:none;
}

a:hover{
	color:#0083be;
	text-decoration:underline;
}

a:active{
	color:#0083be;
	text-decoration:none;
}

/*---------------------------------------------------------
    margin
----------------------------------------------------------*/

.mg10{
	margin-bottom:10px;
}

.mg20{
	margin-bottom:20px;
}

.mg30{
	margin-bottom:30px;
}





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

#header{
	padding:0 0 8px 0;
	margin:0;
	background:#fff;
	border-bottom:#ccc 1px solid;
	border-top:#0eafe6 2px solid;
}

#head_wrap{
	padding:0;
	margin:0;
	width:90%;
	margin:0 5%;
}

#header p.logo{
	text-align:center;
	padding-bottom:5px;
}

#header ul#subnavi{
	padding:0 0 10px 0;
	margin:0 auto;
	width:285px;
	display:block;
}
#header ul#subnavi li{
	padding:0;
	margin:0 5px;
	float:left;
	display:inline;
	margin:0 17px 0 0;
}
#header ul#subnavi li.end{
	margin:0px;
}

#header p.info_tel,#header p.info_mail,#header p.info_mail_01,#header p.info_mail_02,#header p.info_mail_03,#header p.info_mail_04{
	display:none;
}

#header p.copy{	
	font-size:63%;
	padding:10px 0;
}


#header h1{
	padding-bottom:10px;
}

#header #headerNavi ul{
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
}
#header #headerNavi li{
	float:left;
	display:block;
	padding:0;
	margin:0;
	width:50%;
	line-height:0;
}
#header #headerNavi li img{
	border-bottom:#ccc 1px solid;
}

#header #headerNavi li img{
	width:100%;
	height:auto;
}

#header #headerNavi p.bred{
	padding:0 0 0 10px;
	margin:0;
	font-size:63%;
}


/*---------------------------------------------------------
    contaner
----------------------------------------------------------*/

#contaner{
	width:90%;
	margin:0 5%;
	padding:0;
}

#contaner #top_side{
	width:100%;
	text-align:center;
	margin:10px 0 0 10px;
}

#contaner #side,#contaner #main{
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}

#contaner #main .cont_head,
#contaner #main .cont_bottom{
	display:none;
}


#contents,#local_menu{
	width:96%;
	margin:0 2%;
	padding:5px 0;	
}
#local_menu{	
	text-align:center;
}


/*---------------------------------------------------------
    local_menu
----------------------------------------------------------*/
#local_menu h2{
	padding:0;
	margin:0;
	line-height:0;
}


#local_menu ul{
	padding:0 0 4px 0;
	margin:0 0 20px 0;
	width:190px;
	background:url(../images/local_bottom.gif) 0 bottom no-repeat;
}



#local_menu ul li{
	float:left;
	display:inline;
	width:190px;
	padding:0;
	margin:0;
	height:30px;
	overflow:hidden;
}

#local_menu ul li.end{
	float:left;
	display:inline;
	width:190px;
	padding:0;
	margin:0;
	height:29px;
	overflow:hidden;
}


/*---------------------------------------------------------
    shop
----------------------------------------------------------*/
#shop{
	padding:0;
	margin:0;
}


#shop h3{
	padding:0;
	margin:0 0 5px 0;
}

#shop p{
	padding:0 10px 20px 10px;
	margin:0;
	font-size:75%;
}

/*-------------------------------------
    pagetop
--------------------------------------*/

#pagetop{
	padding-bottom:8px;
	border-bottom:#ccc 1px solid;
	width:950px;
}

#pagetop li{
	float:right;
	line-height:1.2;
}


/*---------------------------------------------------------
    footer
----------------------------------------------------------*/
#footer{
	border-top:#ccc 1px solid;
	background:#fff;
	padding-top:10px;
	margin-top:10px;
}



#footer_wrap p.info_mail{
	display:none;
}
#footer_wrap{
	width:90%;
	margin:0 5%;
}
#footer_wrap p{
	text-align:center;
	font-size:63%;
	color:#ffffff;
	width:100%;
}
#footer_wrap p a,
#footer_wrap p a:link,
#footer_wrap p a:visited,
#footer_wrap p a:hover,
#footer_wrap p a:active{
	color:#ffffff;
}
#footer_wrap .footer_link{
	background:#08abe2;
	padding:5px;
}

@media only screen and (min-width: 668px) {
	#header{
		height:211px;
		overflow:hidden;
		background:url(../images/head_back.jpg) repeat-x ;
		border:none;
		padding:0;
	}
    #head_wrap{
		width:910px;
		margin:0 auto;
		position:relative;
	}
	#header p.logo{
		top:37px;
		left:5px;
		position:absolute;
		padding:0;
	}
	#header p.copy{
		top:0px;
		left:5px;
		position:absolute;
	}
	#header #headerNavi{
		top:113px;
		left:0px;
		position:absolute;
		width:896px;
		height:99px;
		overflow:hidden;
		padding:7px 7px 0 7px;
		background:url(../images/head_menu_back.jpg) 0 0 no-repeat;
	}
	
	#header #headerNavi ul{
		padding:0;
		margin:0 0 10px 0;
		height:50px;
		overflow:hidden;
		border:none;
	}
	#header #headerNavi li{
		display:inline;
		padding:0;
		margin:0;
		border:none;
		width:auto;
	}
	#header #headerNavi li img{
		width:auto;
		height:auto;
	}
	#header ul#subnavi{
		margin:0;
		width:285px;
		position:absolute;
		top:6px;
		right:0px;
	}
	#header p.info_tel{
		top:38px;
		left:394px;
		position:absolute;
		display:block;
	}
	#header p.info_mail{
		top:38px;
		left:635px;
		position:absolute;
		display:block;
	}	
	#header p.info_mail_01{
		top:55px;
		left:676px;
		position:absolute;
		display:block;
	}		
	#header p.info_mail_02{
		top:72px;
		left:676px;
		position:absolute;
		display:block;
	}	
	#header p.info_mail_03{
		top:89px;
		left:676px;
		position:absolute;
		display:block;
	}	
			
	#contaner{
		width:870px;
		margin:0 auto 20px auto;
		padding:10px 0 0 0;
	}
	#footer_wrap{
		width:910px;
		margin:0 auto 0 auto;
		position:relative;
	}
	#footer{
		height:200px;
		overflow:hidden;
		background:url(../images/foot_back.jpg) repeat-x;
		border:none;
		padding:0;
	}	
	#footer_wrap p.info_logo{
		top:20px;
		left:0px;
		position:absolute;
		display:block;
		text-align:left;
		width:275px;
	}
	#footer_wrap p{
		margin:0;
		padding:0;
	}	
	#footer_wrap p img{
		margin:0;
		padding:0;
	}		
	#footer_wrap p.info_tel{
		top:20px;
		left:370px;
		position:absolute;
		width:235px;
	}
	#footer_wrap p.info_mail{
		top:38px;
		left:635px;
		position:absolute;
		width:40px;
	}	
	#footer_wrap p.info_mail_01{
		top:50px;
		left:640px;
		position:absolute;
		width:225px;		
	}		
	#footer_wrap p.info_mail_02{
		top:66px;
		left:640px;
		position:absolute;
		width:225px;		
	}	
	#footer_wrap p.info_mail_03{
		top:83px;
		left:640px;
		position:absolute;
		width:225px;		
	}	
	#footer_wrap p.info_mail_04{
		top:101px;
		left:676px;
		position:absolute;
		width:225px;		
	}		
		
	#footer_wrap .footer_link{
		top:120px;
		left:0px;
		position:absolute;
		width:870px;	
		background:none;
				
	}	
	#contaner {
	    width: 870px;
	    margin: 0 auto 20px auto;
	    padding: 10px 0 0 0;
	}
	#contaner #side{
		width:190px;
		display:inline;
		float:left;
		margin:10px 10px 0 0;
		background:none;
	}
	#contaner #main{
		width:670px;
		display:inline;
		float:right;
		background:url(../images/cont_middle.jpg) repeat-y;
		padding:0;
		margin:0;
	}
	#home #contaner #main{
		float:left;
	}	
	#contents{
		width:630px;
		margin:0 auto;
		padding:0;
	}
	#local_menu{
		width:100%;
		margin:0;
		padding:0;
		text-align:left;	
	}
	#contaner #main .cont_head,
	#contaner #main .cont_bottom{
		margin:0;
		padding:0;
		line-height:0;
		display:block;
	}	
	#contaner #top_side{
		width:190px;
		display:inline;
		float:left;
		margin:10px 0 0 10px;
	}	
}
