@charset "utf-8";
/* CSS Document */

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

/* *{ line-height: 150%; }*/

img{
	
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align : bottom;
}

a img { border: none; }


/* テーブル_線灰色 */
table, td, th {
	border: 1px #cccccc solid;
}

#pagebody{
		
	width:100%;
	margin: 0px auto;
	padding: 0px;
	font-size: 90%;
	
}

/* ヘッダー_左（ウィルロゴ）*/
#pagebody #header_l {
	width: 40%;
	/*height: 80px;*/
	float: left;
	padding-top: 0;
}
/* ヘッダー_右*/
#pagebody #header_r {
	width: 60%;
	/*height: 40px;*/
	float: left;
	text-align: left;
	padding-top: 0;
	position: relative;
	top: 0;
}

/* メニュー */
#pagebody #menu {
	clear: left;
	width: 100%;
	height: auto;
	/*background-color: #00a99e;*/
	margin: 0 auto 3px 0;
	padding: 0;
}

/* メニュー(スマホ対応版) */
#s_menu{
  width: 100%;
  max-width: 960px;
  margin: 0 auto 3px auto;
  padding: 0;
}
#s_menu li{
  display: block;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0; }
#s_menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#s_menu li a:hover{
  background: #02e2d4;
}
#toggle{ 
 display: none;
}
/*(max-width: 480px)*/
#s_menu{
    display: none;
  }
  #s_menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #00a99e;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #02e2d4;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #00a99e;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }


/* 大タイトル(画像替わり) */
.l_title{
	border-bottom:#ccc solid 1px;
	display:block;
	padding:.2em .5em;
	margin-top: .5em;
}
.l_title_a{
	border-left:#00a99e solid 8px;
	padding:.3em .3em .3em .8em;
	font-weight: bold;
	font-size: 150%;
}
/* 中タイトル(画像替わり) */
.m_title{
	position: relative;
	padding: .3em 1em .3em 2.5em;
	border: 1px solid #ccc;
	border-top: 3px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	font-size: 110%;
}
.m_title:after {
	position: absolute;
	top: .45em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid red;
	border-radius: 100%
}

/* 右 */
#pagebody #right {
	width: 100%;
	text-align: center;
	margin: 3px auto 10px auto;
}


/* サービス案内・Pマーク等(スマホ対応版) */
.s_right {
	display: block !important;
	width: 100%;
	max-width: 640px;
	text-align: center;
}

/* 画像のリサイズ 拡大(スマホ対応版) */
.resizeimage { width: 350px; }
/* 画像のリサイズ 縮小(スマホ対応版) */
.s_resizeimage { 
	width: 48%;
	max-width: 640px;
}

/* フッター */
#pagebody #footer {
	clear: left;
	height: 50px;
	background-color: #cccccc;
	padding-top: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
}

/* フッター（情報量少） */
/*#pagebody #footer_u {
	clear: left;
	width: 970px;
	height: 50px;
	background-color: #cccccc;
	padding-top: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	bottom: 0;
}*/

/* 間_横_5 */
.blank_5 {
	margin: 5px;
}

/* 右寄り */
.right {
	text-align: right;	
}

/* 真ん中寄せ */
.center {
	text-align: center;	
}

/* 赤文字 */
.red {
	color: red;	
}

/* Q&Aインデント */
.q {
	padding-left: 40px;		
}


/* -------------------------------------- */
/*             最新情報                   */
/* -------------------------------------- */

/* --- 見出し --- */
div.update h3 {
	margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
	font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0;
	border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
div.update dt {
	width: 6.7em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/* ------------------------------ */
/*         パンくずリスト         */
/* ------------------------------ */
/* --- リストエリア --- */
ol.topicPath {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	font-size: 80%;
}

/* --- リスト項目 --- */
ol.topicPath li {
	display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
	margin-right: 6px; /* リンクエリアの右マージン */
}





/* 表示なし */
.s_none {
	
	display: none !important;
	
	
}

}