@charset "utf-8";
/* CSS Document */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　 共通項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 160%;
	margin: 0;
	background: #FFFFFF;
	color: #231815;
}
#wrappa {
	width: 100%;
	margin: 0 auto;
}
#wrappa p {
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 1.75em;
}
a:link, a:visited, a:hover, a:active {
	color: #d03c56;
	text-decoration: none;
}
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}


#home a {
	text-decoration: none;
	color: #111;
	font-size: 2em;
	font-weight: bold;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

header {
	height: 100px;
	
	border-top: 15px solid #243863;
	padding: 1em;
}
#heeder_inner {
	height: 85px;
	width: 980px;
	margin: 0 auto;
}
#heeder_inner h1 {
	font-size: 6px;
	color:#888484;
	padding: 1em 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　メイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#main {
	width: 100%;
	height: 305px;
	background-color: #13203b;
}
#main_img {
	width: 980px;
	margin: 0 auto;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　ナビ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

nav {
	width: 980px;
	margin: 0 auto;
}
.menu {
	width: 980px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu li a {
	width: auto;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	background: #666;
}
.menu li a:hover {
	background: #555;
}
.menu {
	width: 980px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu li a {
	width: auto;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	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));
}
.menu li a:hover {
	background: #555;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	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));
}
.toggle {
	display: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　メインコンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#entry-content{
	border: 1px solid #eee;
	padding: 2em;
	margin: -30px 0 0 0 ;
}

#main_contens {
	width: 980px;
	margin: 0 auto;
	
}
aside {
	width: 215px;
	float: left;
	margin-top: 50px;
	border: 1px solid #eee;
}
#side_menu {
	width: 215px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	display: block;
	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 {
	display: none;
}
.menuside a {
	color: #555;
}
.menuside a:hover {
	text-decoration: underline;
	color: #00bcff;
}
aside ul {
	text-decoration: none;
	list-style: none;
	background-color: #f7f7f7;
	padding-bottom: 10px;
}
aside ul li {
	/*background-image: url(img/li_button.png);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
	margin: 10px;
	border-bottom: 1px solid #d0cdcd;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　記事部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#main_Text {
	width: 695px;
	float: right;
	margin: 20px 25px 50px 0px;
}
.text {
	margin: 10px;
	padding: 10px;
}
h2 {
	margin: 26px 0;
	line-height: 1.5;
	font-size: 30px;
	font-weight: 600;
	background-color: #F3F3F3;
	padding: 21px 18px 20px;
}
h3 {
	position: relative;
	padding: 1em .75em;
	font-size: 1.75em;
	margin: 1.5em 0;
	line-height: 1.2em;
}
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;
}
/*h4 {
	 margin: 0  0  1.5em;
	font-size:1.3em;
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(132deg, #160f0e, #160f0e 1px, #243863 2px, #243863 6px);
	background: repeating-linear-gradient(132deg, #160f0e, #160f0e 1px, #243863 2px, #243863 6px);
	border-left: 15px solid #181818;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	
}*/

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: 18px;
	height: 18px;
	background: rgb(36, 56, 99);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.footer {
	width: 100%;
	padding: 20px 0 30px;
	background-color: #243863;
}
.footer_menu {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.footer_menu .footer_list {
	display: inline-block;
	padding: 0 15px;
}
.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: 1rem;
	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;
}
