﻿/* CSS Document */

/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 679px) {

/*************************************************テキストカラー・リンクテキストカラー************************/
*{
	margin:0; padding:0;
}

body{
	
}
a{
    
}
a:hover{
    
}
/*************************************************フォントサイズ調整******************************************/
body {
    
}

img{
	
}
body{
	
}
table,div{
	
}

/*************************************************基本レイアウト***********************************************/

#bg{
	width:100%;
	
}
#container{
	width:100%;
	
}

h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:10px;
	
}
/*ロゴ部分*/
h2{
	height:30px;
	font-weight:normal;
	text-indent:10px;
	display:block;
	padding:6px 0 0 0;
	
}
h2 a{
	font-size:18px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
}

h2 a:hover{
	
}

#container h2{
    width: 39%;
}

#container .top-tel{
    width: auto;
    font-size: 70%;
    margin-right: 2px;
}

#container .top-tel span{
    font-size: 220%;
}

/*サブページタイトル*/
h3{
	font-size:20px;
	height:2em;
	line-height:2em;
	margin:4px 1px 0 1px;
	width:100%;
	text-indent:12px;
	
}
/*ヘッダーメニュー*/
#head_menu{
	width:100%;
	font-size:10px;
	height:84px;
    border-bottom: none;
    border-top: none;
    margin-top: 40px;
	
}
#head_menu ul{
	
}
#head_menu ul li{
	float:left;
	padding:0;
	text-align:center;
	height:42px;
	line-height:42px;
    width: 20%;
	
}
#head_menu ul li:hover{
    
}
#head_menu a{
	color:#ffffff;
	font-size:7px;
	text-decoration:none;
	height:42px;
	vertical-align:middle;
    display: block;
	
}
#head_menu a:hover{
	
}

.top_image{
    width:100%;
    height: auto;
}

/*コンテンツ枠*/
#contents{
	margin:6px 10px 0px 10px;
	padding:0 0 20px 0;
	zoom:100%;

	
}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	
}

#top .notice img{
    width: 50%;
    height: auto;
}    

/*フッターコピーライト部分*/
#copy{
	width:100%;
	margin:auto;
    background-color: #333399;
	text-align:center;
	height:41px;
	line-height:41px;
	font-size:8px;
	color:#ffffff;
	clear:both;
	
}



}