@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, figure, input, textarea, p, blockquote, table, th, td, address {
  margin: 0;
  padding: 0;
  color: #000;
  font-style: normal;
  font: 15px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
  font-size: 1.5rem;
}

select,
input,
button,
textarea {
  font-size: 99%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

textarea, input {
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

fieldset, img, abbr {
  border: none;
}

li {
  list-style-type: none;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

main div,
main p,
main ul,
main dl,
main ol,
main h2,
main h3,
main h4,
main table {
  margin: 0 0 20px;
}

a, a:link {
  color: #008BD6;
  text-decoration: none;
}

a:visited {
  color: #008BD6;
}

a:hover {
  color: #008BD6;
  text-decoration: underline;
}

@media screen and (max-width: 3000px) {
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{ display: block; }
/* End hide from IE-mac */


/* wrapper */
#wrapper {
	margin: 0 auto;
	padding-top: 55px;
}

/* site_header */
#header {
    position: fixed;
    z-index: 1030;
    background-color: #fff;
    border-bottom: 1px solid #5BB4E5;
    top: 0;
    left: 0;
    width: 100%;
}
/*#header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 60;
}*/
#header .inner {
	padding: 7px 10px;
	margin: 0 auto;
}
#header .logo {
    float: left;
	margin-top: 2px;
    margin-left: 20px;
    width: 70%;
    max-width: 210px;
}
#header .logo img { width: 100%; height: auto; }

#site_navi_sp {
	float: left;
    width: 30px;
    margin: 7px 0 0 0;
}
#site_navi_sp img { width: 100%; height: auto; }

.topic_path_top {
	padding: 3px 10px 8px;
	margin-bottom: 0;
    background-color: #F7F7F7;
}
.topic_path_top li .icon_home {
	background: url(../img/icon_home.png) no-repeat 0 0;
	background-size: 13px;
	padding-left: 17px;
}
.topic_path_top li {
	font-size: 11px;
	display: inline-block;
}
.topic_path_top li + li::before {
	content: ">";
	 margin: 0 2px;
}

.category_ttl {
	font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 7px 10px;
    background-color: #000;
	margin-bottom: 0;
}

/* main */
.main_contents {
	box-sizing: content-box;
    max-width: 600px;
    margin: 0 auto;
}


.site_lead {
	background: url(../img/bg_01.jpg);
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #5BB4E5;
    color: #535353;
	margin-bottom: 0;
    font-weight: bold;
}

.blog_list {
    background-color: #F7F7F7;
    padding: 20px 10px;
	margin-bottom: 0;
}

.category { margin-bottom: 10px; }
.category li {
	display: inline-block;
}
.category li + li { margin-left: 5px; }
.category li a,
.category li span {
	color: #545454;
	font-size: 10px;
	text-decoration: none;
	line-height: 1.5;
	padding: 2px 5px;
	display: block;
	border: 1px solid #ADDAF1;
	background-color: #E7F4FB;
}

/* blog_list */
.main_contents .blog_list li {
	position: relative;
	background-color: #fff;
}
.main_contents .blog_list li.no_item {
	padding: 20px;
}
.main_contents .blog_list li a {
	display: block;
	border: 1px dotted #666666;
	padding: 15px 15px 12px 15px;
	margin-bottom: 15px;
	transition: all .3s;
}
.main_contents .blog_list li a:hover {
	border: 1px solid #008BD6;
	text-decoration: none;
	transition: all .3s;
	background: #FAFAFA;
}
.main_contents .blog_list .list_txt { margin: 0; }
.main_contents .blog_list .ttl {
	font-size: 18px;
	font-weight: bold;
}
.main_contents .blog_list .detail {
	color: #444;
	font-size: 13px;
	padding-top: 5px;
	margin: 0;
}
.main_contents .blog_list .date {
	color: #666;
	font-size: 11px;
	text-align: right;
	margin: 0;
}
.main_contents .blog_list .icon_new {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon_new02.png) left bottom no-repeat;
	background-size: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.top_info { text-align: right; margin: 10px 0 0; }
.blog_detail .top_info {
	text-align: left;
	margin: 0;
}

.top_info li {
	color: #444;
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
}
.top_info li.time { background: url(/blog/img/icon_time.gif) no-repeat 0 2px; padding-left: 17px; background-size: 12px; }
.top_info li.category { background: url(/blog/img/icon_category.gif) no-repeat 0 2px; background-size: 12px; padding-left: 16px; margin-left: 10px; }
.top_info li #facebook_count {
	position: relative;
    display: inline-block;
    padding: 0 7px;
    width: auto;
    color: #19283C;
    text-align: center;
    background: #fff;
    border: 1px solid #767676;
    z-index: 0;
	margin-left: 5px;
    border-radius: 4px;
	line-height: 1.7;
	font-size: 10px;
	vertical-align: top;
}
.top_info li.facebook  { margin-left: 10px; }
.top_info li #facebook_count:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -3px;
    margin-top: -3px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 3px 3px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.top_info li #facebook_count:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
    margin-top: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #767676 transparent transparent;
	z-index: -1;
}

/* pager */
.blog_list .pager {}
.blog_list .pager ul {
	margin-bottom: 0;
	text-align: center;
}
.blog_list .pager ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 4px 0;
	background: none !important;
}
.blog_list .pager ul li span {
	color: #fff;
	display: block;
	padding: 7px 15px;
	background-color: #008BD6;
}
.blog_list .pager ul li a {
	display: block;
	padding: 7px 15px;
	background: #535353;
	color: #fff;
	transition: all .3s;
	margin-bottom: 0;
	border: none;
}
.blog_list .pager ul li a:hover {
	background: #FFF;
	color: #008BD6;
	transition: all .3s;
}

/* blog_detail */
.blog_detail {
	background-color: #F7F7F7;
    padding: 0px 10px 20px;
    margin-bottom: 0;
}
.blog_detail .inner{
	color: #666;
	border: 1px dotted #666666;
	padding: 20px;
	position: relative;
	background-color: #fff;
}
.blog_detail .blog_ttl {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.blog_detail .contents {
	/*width: 740px;*/
	word-break: break-all;
}
.blog_detail .bottom_info {
	color: #444;
	text-align: right;
	font-size: 13px;
	margin-top: 20px;
}
.blog_detail .top_info a,
.blog_detail .bottom_info a {
	text-decoration: underline;
}
.blog_detail .icon_new {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon_new02.png) left bottom no-repeat;
	background-size: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.blog_detail .tag {
	padding-top: 10px;
	margin-bottom: 0;
	margin-top: 50px;
	border-top: 1px dotted #CCC;
}
.blog_detail .tag span {
	padding-left: 17px;
	background: url(/blog/img/icon_tag02.gif) no-repeat 0 3px;
	background-size: 12px;
	margin-right: 7px;
}
.blog_detail .tag a {
	color: #535353;
	text-decoration: underline;
}

.blog_detail img {
    max-width: 100%;
    height: auto;
}

.alpha_contents { margin-bottom: 30px; }
.alpha_contents img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.alpha_contents .fll_img,
.alpha_contents .flr_img { margin-bottom: 10px; }

.alpha_contents.list_1column .caption,
.alpha_contents.list_2column .caption,
.alpha_contents.list_3column .caption {
	font-size: 86.66%;
	text-align: center;
	margin-bottom: 10px;
}

.alpha_contents.list_2column .item + .item { margin-top: 10px; }

.alpha_contents.list_3column { font-size: 0; }
.alpha_contents.list_3column .item {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.73% 0 0;
    width: 48.63%;
}
.alpha_contents.list_3column .item:first-child { margin-right: 0; width: 100%; }
.alpha_contents.list_3column .item:nth-child(3n) { margin-right: 0; }


/* l_pagenation */
.l_pagenation {
	margin: 30px 0 20px;
    text-align: center;
    padding: 0 15px;
}
.l_pagenation > .prev,
.l_pagenation > .next {
	text-align: center;
    color: #fff;
	background-color: #008BD6;
    width: 46.15%;
    display: block;
    text-decoration: none;
    padding: 14px 0;
    line-height: 1.5;
	border-radius: 6px;
}
.l_pagenation > .prev {
	float: left;
}
.l_pagenation > .next {
	float: right;
}
.btn_blog_top {
	text-align: center;
    padding: 0 15px;
}
.btn_blog_top a {
	text-align: center;
    color: #fff;
	background-color: #008BD6;
    display: block;
    text-decoration: none;
    padding: 19px 0;
    line-height: 1.5;
    border-radius: 6px;
}
.btn_blog_top span {
	background: url(../img/icon_home02.png) no-repeat 0 3px;
	background-size: 15px;
	padding-left: 20px;
}

/* bottom_menu */
.bottom_menu {
	margin-bottom: 0;
	background-color: #F7F7F7;
}
.bottom_menu .menu_block {
	margin: 0;
}
.bottom_menu .menu_block h3 {
	color: #fff;
	font-size: 15px;
	padding: 8px 10px;
	margin-bottom: 15px;
	background-color: #000;
}
.bottom_menu .menu_block .links {
	margin-bottom: 0;
	padding: 0 10px 20px;
}
.bottom_menu .menu_block .links > li {
    border: 1px dotted #999999;
    background-color: #fff;
    margin-bottom: 5px;
}
.bottom_menu .menu_block .links > li a {
    display: block;
    position: relative;
    padding: 15px;
}
.bottom_menu .menu_block .links > li a::before {
	content: "";
	width: 8px;
    height: 8px;
	position: absolute;
	right: 15px;
    top: 22px;
	border-right: 2px solid #008BD6;
	border-bottom: 2px solid #008BD6;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.bottom_menu .menu_block .links > li > ul {
    display: none;
}
.bottom_menu .menu_block .search_box {
	margin: 0 10px 25px;
}


/* bnr_list */
.bnr_list {
	font-size: 0;
	padding: 20px 10px 0;
	border-top: 1px solid #000;
	background-color: #fff;
	margin-bottom: 10px;
}
.bnr_list li {
	display: inline-block;
	font-size: 13px;
	width: 47.88%;
	margin: 0 4.22% 4.22% 0;
}
.bnr_list li:nth-child(2n) { margin-right: 0; }
.bnr_list li a { display: block; line-height: 1; }
.bnr_list li img { width: 100%; height: auto; }

/* side_menu */
.js_modal-content {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10001;
    display: none;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .92);
    padding: 60px 20px 40px;
    margin: auto;
	box-sizing: border-box;
}
.js_modal-content .inner {
    overflow: scroll;
    height: 100%;
	-webkit-overflow-scrolling: touch;
}
.modal_close {
    color: #fff;
    font-size: 40px;
    position: fixed;
    top: -5px;
    left: 20px;
    z-index: 10002;
}
.js_modal-content .inner > ul { margin-bottom: 30px; }
.js_modal-content .inner > ul li {
	    border-bottom: 1px dotted #fff;
}
.js_modal-content .inner > ul li:first-child {
	border-top: 1px dotted #fff;
}
.js_modal-content .inner > ul li a {
	text-decoration: none;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 25px 10px;
	font-weight: bold;
}

.search_box {}
.search_box ul {
	display: table;
    width: 100%;
}
.search_box ul li {
	display: table-cell;
	vertical-align: top;
	line-height: 1;
}
.search_box ul li + li {
    width: 70px;
}
.search_box .search_window {
	-webkit-appearance: none;
	font-size: 16px;
    padding: 5px;
	width: 100%;
	height: 45px;
    box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 0;
}
.search_box .serch_button {
	-webkit-appearance: none;
    width: 100%;
	height: 45px;
    cursor: pointer;
    background: url(/img/common/icon_search-btn.png) center no-repeat;
    background-color: #008bd6;
    border: none;
    background-size: 20px;
}



/* pageTop */
.pageTop {
	text-align: right;
    line-height: 1;
    margin: 0 auto 20px;
}
.pageTop a {
	display: inline-block;
    width: 50px;
}
.pageTop img {
    width: 100%;
    height: auto;
}


/* footer */
footer {
	background-color: #008BD6;
}
footer .inner {}

footer dl {
	padding: 10px 10px 6px;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: content-box;
}
footer dl img { width: 100%; height: auto; }
footer dl dt {
	width: 38%;
	max-width: 216px;
	float: left;
}
footer dl dd {
	width: 45%;
	max-width: 216px;
	float: right;
}

footer .copyright  {
	color: #fff;
	background-color: #000;
	text-align: center;
	font-size: 10px;
	padding: 5px;
}

