@charset "utf-8";
.box_shadow {box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}
.pd{ display: block;}
.sd{ display: none;}
.clear01 {clear: both;}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
html{
	overflow-y:scroll;
}
body{
	text-align:left;
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
	background:#fff;
	margin:0;
	padding:0;
}
#ms_wp{
	margin: 0 auto;
	line-height:1.3em;
	background-color:#f2f2f2;
}
#ms_container{
	width:1050px;
	margin:0 auto 0;
	padding:0;
}
#ms_contents{
	clear:both;
	display: flex;
}
#ms_contents:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
.header {
	background: #fff;
}
.header_inner {
	width:1030px;
	margin: 0 auto 0;
	padding:10px 0;
	background:#FFFFFF;
}
/*------------------------------------------------------------------------

title

------------------------------------------------------------------------*/
.title {
	height: 450px;
	background: #000;
}
.title_inner {
	width: 1030px;
	height: 450px;
	margin: 0 auto;
	background: #ddd;
}
/*------------------------------------------------------------------------

headline

------------------------------------------------------------------------*/
h2 {
	margin: 0 0 20px;
}
/*------------------------------------------------------------------------

left_box

------------------------------------------------------------------------*/
.left_box01 {
	display: flex;
	flex-wrap: wrap;
	/*width: 750px;
	margin: 0 20px 0 0;*/
	box-sizing: border-box;
}
.left_box01 li {
	position: relative;
	width: calc(25% - 30px);
	padding: 10px;
	background: #fff;
	margin: 0 10px 10px 0;
	border: solid 1px #eee;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.left_box01 li:nth-child(4n+2) {
	margin: 0 0 10px 0;
}
.left_box01 li:hover {
	background: #f8f8f8;
}
.left_box01 li:first-child,
.left_box01 li:nth-child(2) {
	position: relative;
	width: calc(50% - 28px);
	min-height: 400px;
	padding: 10px;
	background: #fff;
	margin: 0 0 10px 0;
	border: solid 1px #eee;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.left_box01 li:first-child {
	margin: 0 10px 10px 0;
}
.left_box01 li:first-child:hover {
	background: #f5f5f5;
}
.left_box01 li:first-child img {
	width: 100%;
}
.left_box01 li a {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}
.left_box01 li dl {
	line-height: 1.0em;
	color: #444;
}
.left_box01 li dl dt {
	margin: 0 0 3px;
	text-align: center;
}
.left_box01 li dl dd {
	font-size: 0.9em;
}
.left_box01 li dl dd.cat {
	display: inline-block;
	padding: 1px 10px;
	margin: 10px 0 7px;
	font-size: 0.8em;
	border-radius: 2px;
	background: #fff;
}
.left_box01 li dl dd.book {
	border: solid 1px #f00;
	color: #f00;
}
.left_box01 li dl dd.special {
	border: solid 1px #63a642;
	color: #63a642;
}
.left_box01 li dl dd.info {
	border: solid 1px #2654b2;
	color: #2654b2;
}
.left_box01 li dl dd.headline {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 1em;
	text-align: justify;
	line-height: 1.3em;
	word-break: break-all;
}
.left_box01 li dl dd.headline2 {
	margin: 15px 0 15px;
	font-weight: bold;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.2em;
	word-break: break-all;
}
/*------------------------------------------------------------------------

right_box

------------------------------------------------------------------------*/
.right_box01 {
	width: 300px;
	box-sizing: border-box;
}

.pub_area01 {
	padding: 20px;
	background: #fff;
}
.listinf2 li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: dotted 1px #666;
	font-size: 0.8em;
	list-style: none;
}
.blog_area01 {
	padding: 30px;
	background: #fff;
}
.gf-result {
	padding: 0 0 10px;
	font-size: 0.9em;
	border-bottom: dotted 1px #666;
}
.fb_area {
	background: #fff;
}
/*------------------------------------------------------------------------

footer

------------------------------------------------------------------------*/
#footerms{
	padding:10px 0;
	text-align:center;
	color:#fff;
	background-color: #0b186d;
	border-top: solid 1px #fff;
}
.copyms{
	padding:2px;
	font-size:10.5pt;
}
.coution01 {
	color: #402817;
	font-weight:bold;
	font-size:1.2em;
	padding:10px;
}
.top_txt{
	font-size: 1em !important;
	text-align: left !important;
	line-height: 1.2em;
}
.fa_left{
	width: 50px;
	float: left;
	margin: 0 25px 0 45px;
	text-align: center;
	background-color: #00acee;
	padding: 10px;
	border-radius: 100%;
}
.fa_right{
	width: 50px;
	float: right;
	margin: 0 45px 0 25px;
	text-align: center;
	background-color: #4a6eaa;
	padding: 10px;
	border-radius: 100%;
}
.fa_icon{
	color:#ffffff;
}
.fa_icon:hover{
	color:#cccccc;
}
/* スクロールしてページトップへリンク */
#page-top {
	position: fixed;
	bottom: 40px;
	right: 0;
}
#page-top a:hover {
	opacity: 0.9;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	display: none;
}