@charset "utf-8";

/* CSS Document */


@media only screen and (max-width :641px) {
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　 共通項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body {
	width: 100%;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	/*line-height: 160%;*/
	margin: 0;
	background: #FFFFFF;
	color: #231815;
}
#wrappa {
	width: 100%;
	margin: 0 auto;
}
#wrappa p img {
	width: 100%;
	height: auto;
}
#home p {
	margin: 0;
	padding: 0;
}
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

header {
	height: 100%;
    border-top: 15px solid #243863;
}
#heeder_inner {
	height: 85px;
	width: 100%;
	margin: 0 auto;
}
#heeder_inner h1 {
	margin: 0;
	padding: 5px 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　メイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#main {
	width: 100%;
	height: 100%;
	background: none;
}
#main_img {
	width: 100%;
	height: auto;
}
#main_img img {
	width: 100%;
	height: 100%;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　ナビ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
nav {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.menu {
	display: none;
	width: 100%;
}
.menu li {
	width: 100%;
}
.toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #36518D;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #36518d), color-stop(0.50, #36518d), color-stop(0.50, #36518d), color-stop(1, #243863));
}
.toggle a {
	display: block;
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #36518d;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #FFF;
}
.toggle a:before, .toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background: #36518d;
}
.toggle a:before {
	margin-top: -9px;
}
.toggle a:after {
	margin-top: 3px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　メインコンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#main_contens {
	width: 99%;
	margin: 0 auto;
}
aside {
	width: 100%;
	margin-top: auto;
	float: none;
}
#side_menu {
	display: none;
}
.menuside {
	display: none;
	width: 100%;
}
.menuside p {
	text-align: right;
}
.menuside li {
	width: 80%;
}
.toggle2 {
	display: block;
	width: 100%;
	background: #36518D;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #36518d), color-stop(0.50, #36518d), color-stop(0.50, #36518d), color-stop(1, #243863));
}
.toggle2 a {
	display: block;
	padding: 20px 0 20px;
	border-bottom: 1px solid #000000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
.toggle2 a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #263b69), color-stop(0.50, #263b69), color-stop(0.50, #263b69), color-stop(1, #36518d));
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　記事部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#main_Text {
	width: 100%;
	margin: 0 auto;
	float: none;
	padding: 0;
}
.text {
	margin: 10px;
	padding: 10px;
}
h2 {
	margin: 26px 0;
	line-height: 1.5;
	font-size: 25px;
	font-weight: 600;
	background-color: #F3F3F3;
	padding: 21px 18px 20px;
}
h3 {
	position: relative;
	padding: 1em .75em;
	font-size: 1.75em;
	margin: 0 0 1.5em;
}
h3::before, h3::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h3::before {
	top: 0;
	border-top: 2px solid #243863;
	border-bottom: 1px solid #243863;
}
h3::after {
	bottom: 0;
	border-top: 1px solid #243863;
	border-bottom: 2px solid #243863;
}
h4 {
	margin: 0 0 1.5em;
	font-size: 1.3em;
	padding: 1em .75em;
	border-left: 15px solid #243863;
	border-bottom: 1px solid #243863;
	border-top: 1px solid #243863;
	border-right: 1px solid #243863;
}
h5 {
	position: relative;
	padding: 0 .5em 0 2em;
	border-bottom: 1px dotted #243863;
}
h5::before, h5::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h5::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 10px;
	height: 10px;
	background: rgb(36, 56, 99);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.footer {
	width: 100%;
	padding: 20px 0 30px;
	background-color: #243863;
	margin-top: 15px;
}
.footer_menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.footer_menu .footer_list {
	display: inline-block;
	padding: 5px;
}
.footer_menu .footer_list + .footer_list {
	border-left: 1px solid #fff;
}
.footer_menu .footer_list a {
	border-bottom: 1px dashed #fff;
	color: #fff;
	font-size: 8px;
	transition: color 0.15s;
	text-decoration: none;
}
.footer_menu .footer_list a:hover {
	color: #ddd;
}
.copyright {
	margin-top: 30px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
}
}
