@charset "utf-8";

/***************************************ページベース設定***************************************/
/*ページ背景、フォントなど*/
body {
}

/*テーブル設定*/
td {
	width: auto;
	padding: 2px;
}
th {
	width: 100px;
	padding: 2px;
}

/*幅設定*/
.wl {
	width: 96%;
}
.ws {
	width: 96%;
}
.wh {
	width: 47%;
}

/*サイトロゴ*/
header img {
	width: 95%;
	margin: 0;
	padding: 0;
}
header h1 {
	display: none;
}

topbana img {
	width: 95%;
	padding-bottom: 20px;
}

/*コンテナ*/
#container {
	width: auto;
	padding: 0 5px 0 5px;
/*	margin-right: 5px;
	margin-left: 5px;*/
}

/*表示・非表示設定*/
#sdisp {
	display: inline;
}

#nomenu header nav {
	display: none;
}

.pcdisp {
	display: none;
}
/*メニューブロック設定*/
.sm_menu {
	font-size: 130%;
	width: 100%;
	line-height: 45px;
	background-color: #ffc0cb; /*スマホメニューpink*/
	color: #FFF;
	text-align: center;
	white-space: nowrap;
}
.sm_menu a {
	color: #FFF;
}

header label {
	background-color: #006F90;
	border-radius: 6px 6px 0 0;
	font-size: 130%;
	color: #FFF;
	padding: 3px 0px 3px 15px;
	clear: both;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
    display: block;
}

header nav ul {
	display: none;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0.5em;
}
/*各メニュー設定*/
header nav ul li {
	float: none;
	border-right: 0;
	text-align: center;
	background-color: #FFF;
}
header nav ul li a {
	line-height: 30px;
	color: #666;
	text-decoration: none;
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
header nav ul li a:hover {
	background-color: #006F90;
	color: #FFF;
}
header nav ul li.focus {
	background-color: #fff9cc;
	color: #FFF;
}

/*メイン・サブコンテンツ*/
#main, #sub {
	float: none;
	width: auto;
}

#main img.wa {
	width: 100%;
	height: auto;
}

#main h1 {
	font-size: 120%;
	line-height: 1.5em;
}
#main h2 {
	font-size: 110%;
	line-height: 1.5em;
}
#main h3 {
	font-size: 110%;
	line-height: 1.5em;
}

/*メニュー設定*/
#sub nav ul li {
	float: none;
	border-right: 0;
	text-align: center;
	background-color: #ffc0cb; /*スマホメニューpink*/
	padding-left: 0;
}
#sub nav ul li a {
	padding: 0;
	margin: 0;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	display: block;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#sub nav ul li a:hover {
	background-color:#ff69b4; /*HOTPINK*/
	color: #FFF;
}
#sub nav ul li.focus {
	background-color: #ff69b4; /*HOTPINK*/
	color: #FFF;
}


#topper #boxarea #three {
	display: block;
	vertical-align:baseline;
	width: 100%;
	padding: 2px;
}
/*#main #boxarea #three img {
	margin: 0;
	padding: 0;
	text-align: center;
}
#main #boxarea #three p {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}*/

/***************************************各ページの設定***************************************/
/*トップページのメイン画像*/
#topbana {
	margin: 0;
}

#mainimg img {
	width: 100%;
	height: auto;
}

/*ページタイトル設定*/
#titlebn {
	position: static;
	width: 100%;
	height: auto;
	background-image: none;
/*	font-size: 120%;
	color: #FFF;
	text-shadow: 2px 2px 1px #999999;
	text-align: center;*/
	padding: 0;
}
#titlebn a {
}
#titlebn h1 {
	position: static;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #1d2f84; /*水色*/
	text-shadow: 1px 1px 1px #999999;
	margin: 5px;
	padding: 5px;
	opacity: 1.0;
	z-index: 2000;
}

/*トップページのWhat'sNEW*/
.whatnew dd {
	border-top: none;
	border-bottom: 1px solid #d2d2d2;
	padding-left: 1em;
	cue-after: clearboth;
}

.whatnew dt {
	font-size: 100%;
	float: none;
	text-align: right;
	width: 8em;
}

/*WORDPRESS記事の設定*/
.post img {
	width: 96%;
	height: auto;
	text-align: center;
}
