@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #111;
	background-color: #FFFFFF;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	height: 100%;
	width: 100%;
}
section, article {
	display: block;
}
#hp_base {
	height: 100%;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#wrapper::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.post_date {
	font-size: 13px;
	text-align: right;
	margin-right: 14px;
	margin-bottom: 15px;
}

iframe{ width:100%; }

/*
ヘッダー
-------------------------------------------*/
header {
	background-color: #FFF;
	display: block;
	width: 100%;
}
header h1 {
	font-size: 10px;
	color: #555;
	text-decoration: none;
	display: block;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 5px;
}
header #logo {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
header #logo a {
	text-decoration: none;
	color: #111;
}
header #logo a:hover {
	color: #777;
}
header #logo span {
	font-weight: 400;
	color: #555;
}
.drawer-nav ul li a {
	color: #333;
	text-decoration: none;
}

header #h_box {
	background-color: #F3F3F3;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
header #h_box a.h_btn {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 8px;
}
header #h_box a.h_btn:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 2px solid #333;
}

/*
メインイメージ
-------------------------------------------*/
#main_image {
	height: 60%;
	width: 100%;
	position: relative;
	text-align: center;
}

#main_image h2 {
	color: #FFF;
	-moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
	-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
	-ms-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
	position: absolute;
	top: 20%;
	width: 100%;
	box-sizing: border-box;
}
#main_image p {
	color: #FFF;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
#main_image #sc_btn a {
	position: absolute;
	left: 50%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	color: #FFF;
	border: 3px solid #FFF;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

#main_image #sc_btn a:hover {
	-moz-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
	-webkit-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
	-ms-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
}
#main_image #sub_txt {
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0px;
}


.sub_image {
	height: 20%;
	width: 100%;
	position: relative;
	text-align: center;
}

.sub_image h1 {
	color: #FFF;
	-moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
	-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
	-ms-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
	position: absolute;
	top: 52%;
	width: 100%;
	box-sizing: border-box;
}
.sub_image p {
	position: absolute;
	top: 46%;
	width: 100%;
	color: #FFF;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.sub_image a {
	text-decoration: none;
	color: #FFF;
}
.sub_image img {
	width: 200px;
}

/*
メインコンテンツ
-------------------------------------------*/

#main_contents section h1 {
	font-size: 20px;
	line-height: 30px;
	padding: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #111;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom: 20px;
}

#main_contents section h1 span {
	font-size: 12px;
	color: #999;
	padding-left: 10px;
	font-weight: normal;
}

#main_contents section h2 {
	font-size: 20px;
	line-height: 30px;
	padding: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	margin-bottom: 20px;
}

#main_contents h3 {
	font-size: 17px;
	line-height: 22px;
	background-color: #F3F3F3;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#main_contents h3 span {
	font-size: 11px;
	letter-spacing: 1px;
	padding-left: 10px;
	color: #999;
	font-weight: lighter;
}

#main_contents h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    top: 10px;
    left: 15px;
    height: 22px;
    background-color: #333;
}

#main_contents h4 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#main_contents p {
	font-size: 16px;
	line-height: 160%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 10px;
}

#main_contents .img_right {
	background-color: #FFF;
	padding: 5px;
}

#main_contents .str {
	font-weight: bold;
	color: #E45252;
	padding-right: 5px;
	padding-left: 5px;
}

#main_contents .manual_blue {
	font-weight: bold;
	color: #1192d4;
}
#main_contents .manual_red {
	font-weight: bold;
	color: #E45252;
}
#main_contents .manual_green {
	font-weight: bold;
	color: #94ad1d;
}
#main_contents blockquote {
clear:both;
padding:3px 0 3px 12px;
margin:25px 20px 25px 20px;
border-left:5px solid #eeeeee;
}


/*画像回り込み指定
----------------------------*/

.alignleft {
	float: left;
	padding: 2px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.aligncenter {
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}


/*テーブル*/

#main_contents table {
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#main_contents  td {
	font-size: 15px;
	color: #333;
	padding: 10px;
	border: 1px solid #CCC;
}
#main_contents  th {
	font-weight: normal;
	text-align: right;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #DDD;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #F6F6F6;
	font-size: 15px;
}
#main_contents  th span.eng {
	font-size: 11px;
	color: #555;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
}
#main_contents .td_head {
	font-weight: normal;
	text-align: right;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #DDD;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #F6F6F6;
	font-size: 15px;
}
#main_contents .td_head span.eng {
	font-size: 11px;
	color: #555;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
}

/*リストボックス*/

#main_contents .list_box {
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F6F6F6;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#main_contents .list_box:hover {
	border-bottom-color: #FFF;
	background-color: #FFF;
	box-shadow:0px 0px 10px 0px #d8d8d8;
-moz-box-shadow:0px 0px 10px 0px #d8d8d8;
-webkit-box-shadow:0px 0px 10px 0px #d8d8d8;
}

/*ボタン*/
a.a_btn {
	color: #FFF;
	text-decoration: none;
	background-color: #09C;
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid #FFF;
}
a.a_btn.bk {
	background-color: #333;
}

.list_box a.a_btn {
	margin-left: 1%;
	width: 48%;
}
a.a_btn:hover {
	color: #09C;
	background-color: #FFF;
	border-color: #09C;
}
a.a_btn.bk:hover {
	color: #333;
	border-color: #333;
}

.box_btn a {
	display: block;
	font-size: 15px;
	color: #333;
	background-color: #F3F3F3;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid #DDD;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
	text-align: center;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.box_btn a:hover {
	color: #09C;
	background-color: #FFF;
	border-color: #09C;
}
.box_btn a::before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 14px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #333;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.box_btn a::after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 12px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #F6F6F6;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.box_btn a:hover::before {
	background: #09C;
}
.box_btn a:hover::after {
	background: #FFF;
}

#main_contents .btn_ref a {
	display: block;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	border: 2px solid #EEE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #333;
	text-decoration: none;
	background-color: #F6F6F6;
	box-sizing: border-box;
	line-height: 22px;
	background-image: url(../img/btn_ref.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 15px;
}
#main_contents .btn_ref a:hover {
	background-color: #FFF;
	color: #000;
	border-color: #555;
}

#main_contents .btn_check a {
	display: block;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	border: 3px solid #00A265;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #000;
	text-decoration: none;
	background-color: #F6F6F6;
	box-sizing: border-box;
	line-height: 26px;
	background-image: url(../img/btn_check.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 18px;
	font-weight: bold;
}
#main_contents .btn_check a:hover {
	color: #00A265;
	border-color: #333;
	background-color: #FFF;
}
#main_contents .btn_base {
	background-color: #F6F6F6;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main_contents .btn_base a {
	color: #FFF;
	text-decoration: none;
	background-color: #555;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing:border-box;
	border: 5px solid #EEE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 18px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
#main_contents .btn_base a.btn_demo {
	background-color: #7AC02E;
	background-image: url(../img/btn_demo.png);
}
#main_contents .btn_base a.btn_buy {
	background-color: #F60;
	background-image: url(../img/btn_buy.png);
}
#main_contents .btn_base a.btn_demo:hover {
	background-color: #FFF;
	color: #7AC02E;
	border-top-color: #7AC02E;
	border-right-color: #7AC02E;
	border-bottom-color: #7AC02E;
	border-left-color: #7AC02E;
}
#main_contents .btn_base a.btn_buy:hover {
	background-color: #FFF;
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}

#main_contents .bn_box {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#main_contents section {
	margin-bottom: 30px;
}
#main_contents .search_form {
	background-color: #F6F6F6;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.list_box .box_title {
	font-size: 16px;
	line-height: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
}

.list_box .box_title a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.list_box .box_title a:hover{
	color: #999;
}

.list_box .box_date {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 18px;
}


.st_r {
	font-size: larger;
	color: #F33;
}
#main_contents .detail_main {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#main_contents ul.detail_btn li {
	display: inline;
}
#main_contents ul.detail_btn {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#main_contents ul.detail_btn li a {
	padding: 10px;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	text-align: center;
	border: 5px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
}
#main_contents ul.detail_btn li.btn_top a {
	background-color: #09C;
}
#main_contents ul.detail_btn li.btn_top a:hover {
	color: #09C;
	background-color: #FFF;
	border-color: #09C;
}
#main_contents ul.detail_btn li.btn_sub a {
	background-color: #333;
}
#main_contents ul.detail_btn li.btn_sub a:hover {
	color: #333;
	background-color: #FFF;
	border-color: #333;
}
#main_contents .list_box p {
	font-size: 15px;
}

#main_contents ul.li_box li {
	font-size: 15px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #EEE;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#main_contents ul.li_box li:hover {
	background-color: #FFF;
	border-color: #333;
}
#main_contents ul.li_box li span {
	font-size: 12px;
}
.chui_01 {
	color: #555;
	background-color: #F3F3F3;
	padding: 20px !important;
	margin: 20px !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 14px !important;
}
.chui_01 p {
	padding: 10px !important;
	margin: 10px !important;
}


/*県別のリスト*/

#main_contents .menu-prefecture-container {
	margin-top: 40px;
}
#main_contents .menu-prefecture-container ul li ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main_contents .menu-prefecture-container ul li ul li {
	font-size: 13px;
	display: inline-block;
	background-color: #555;
	padding: 6px !important;
	margin: 4px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main_contents .menu-prefecture-container ul li ul li a {
	text-decoration: none;
	color: #fff;
}
#main_contents .menu-prefecture-container ul li ul li a:hover {
	color: #ccc;
}
#main_contents .menu-item-has-children {
	font-size: 20px;
	margin-top: 30px;
	background-color: #F3F3F3;
	padding: 20px !important;
	margin: 20px !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main_contents .menu-item-has-children a {
	text-decoration: none;
	color: #000;
}
#main_contents .menu-item-has-children a:hover {
	text-decoration: none;
	color: #999;
}

/*FAQ*/
#main_contents .dl_faq {
	margin-bottom: 30px;
}
#main_contents .dl_faq dt {
	font-size: 18px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	position: relative;
	color: #000;
}
#main_contents .dl_faq dd {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	position: relative;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #333;
	border: 5px solid #EEE;
	font-size: 15px;
}

#main_contents .dl_faq dt::before,
#main_contents .dl_faq dd::before {
    display: block;
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height: 30px;
    position: absolute;
    top: 10px;
    left: 15px;
	font-weight: bold;
}
#main_contents .dl_faq dt::before {
    content: "Q.";
	color: #09C;
}
#main_contents .dl_faq dd::before {
	content: "A.";
	color: #F33;
}

/*目次*/

ul.list li a {
	font-size: 16px;
	line-height: 22px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 30px;
	position: relative;
}

ul.list li a:hover {
	color: #111;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


ul.list li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    top: 10px;
    left: 15px;
    height: 22px;
    background-color: #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

ul.list li a:hover::before {
    background-color: #00A265;
}

/*ページナビ*/

#main_contents .page_nav {
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#main_contents .page_nav li {
	display: inline;
}
#main_contents .page_nav li a,
#main_contents .page_nav li span {
	display: inline-block;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	line-height: 20px;
}

#main_contents .page_nav li a:hover {
	background-color: #333;
	color: #FFF;
}

#main_contents .page_nav li span {
	background-color: #555;
	color: #FFF;
}

/*
サブコンテンツ（サイド）
-------------------------------------------*/

#wrapper #sub_contents form.search_form {
	background-color: #F3F3F3;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#sub_contents .sub_list {
	margin-top: 30px;
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}
#sub_contents .sub_list li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}

#sub_contents .sub_list li:hover {
	border-bottom-color: #FFF;
}

#sub_contents .sub_list li a {
	display: block;
	text-decoration: none;
	color: #333;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #F6F6F6;
	border: 1px solid #FFF;
}
#sub_contents .sub_list li a:hover {
	color: #09C;
	border-color: #09C;
}

#sub_contents .sub_list li a::before {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 50%;
	top: 50%;
	width: 0%;
	height: 0%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#sub_contents .sub_list li a:hover::before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
#sub_contents .sub_list li a::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


#sub_contents .sub_list li a img {
	float: left;
	padding-right: 10px;
	display: block;
	width: 30%;
}

#sub_contents .sub_list li a .li_title {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 20px;
}

#sub_contents .sub_list li a .li_sub {
	font-size: 10px;
	padding: 5px;
	line-height: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
}
#sub_contents .sub_list li a .li_btn {
	float: right;
	display: block;
	font-size: 14px;
	color: #FFF;
	background-color: #666;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	border: 3px solid #F3F3F3;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#sub_contents .sub_list li a:hover .li_btn {
	color: #09C;
	background-color: #FFF;
	border-color: #09C;
}
#sub_contents .sub_list li a .li_btn::before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 14px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#sub_contents .sub_list li a .li_btn::after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 12px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #666;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#sub_contents .sub_list li a:hover .li_btn::before {
	background: #09C;
}
#sub_contents .sub_list li a:hover .li_btn::after {
	background: #FFF;
}
#sub_contents .side_bn a {
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}

#sub_contents .ad {
	margin-bottom: 30px;
	background-color: #f4f4f4;
}

/*プロフィール*/

#sub_contents .profile {
	background-color: #f4f4f4;
	margin-bottom: 30px;
	padding: 30px;
}
#sub_contents .profile_icon {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
#sub_contents .profile_icon img {
	width: 120px;
}
#sub_contents .profile_name {
	font-size: 20px;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
#sub_contents .profile_sns {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
#sub_contents .profile_sentence {
	font-size: 15px;
	margin-bottom: 20px;
}
#sub_contents .profile_button {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 6px;
	text-align: center;
	border-width: 3px;
	border-style: solid;
	border-color: #000;
}
#sub_contents .profile_button a {
	color: #000;
	text-decoration: none;
}
#sub_contents .profile_button a:hover {
	color: #999;
}

/*お知らせ*/

#sub_contents .news {
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-left-color: #DDD;
	margin-bottom: 30px;
}
#sub_contents .news .news_title {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	background-color: #E7E7E7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../img/i_news.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#sub_contents .news ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	background-color: #F9F9F9;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#sub_contents .news ul li a:hover {
	color: #09C;
	background-color: #FFF;
}
#sub_contents .news ul li a::before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 9px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	background: #555;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#sub_contents .news ul li a::after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 8px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	background: #F9F9F9;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#sub_contents .news ul li a:hover::before {
	background: #09C;
}
#sub_contents .news ul li a:hover::after {
	background: #FFF;
}

/*
フッター
-------------------------------------------*/
footer {
	background-color: #F3F3F3;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	width: 100%;
}
.footer_in {
	color: #555;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
address {
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	background-color: #111;
	text-align: center;
	padding: 10px;
	color: #CCC;
}
.footer_in ul li {
	display: inline;
}
.footer_in ul li a {
	font-size: 14px;
	color: #555;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.footer_in ul li a:hover {
	color: #FFF;
	background-color: #555;
	border-right-color: #F3F3F3;
}
.footer_in p {
	font-size: 12px;
	line-height: 20px;
	/*font-family: 'Oswald', sans-serif;
	font-weight: 300;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*-----トップへ戻るボタン------*/

#to_top {
	position: relative;
	width: 100%;
}
#to_top a {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
	font-size: 10px;
	background-color: #111;
	height: 40px;
	width: 50px;
	border: 5px solid #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#to_top a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	border-color: #DDD;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"],input[type="email"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:25px;
padding:1px 10px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:4px 16px;
background: #000;
background: -moz-linear-gradient(top, #555 0%, #333 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333));
background: -webkit-linear-gradient(top, #555 0%,#333 100%);
background: -o-linear-gradient(top, #555 0%,#333 100%);
background: -ms-linear-gradient(top, #555 0%,#333 100%);
background: linear-gradient(to bottom, #555 0%,#333 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#333',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #999;
background: -moz-linear-gradient(top, #333 0%, #555 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#555));
background: -webkit-linear-gradient(top, #333 0%,#555 100%);
background: -o-linear-gradient(top, #333 0%,#555 100%);
background: -ms-linear-gradient(top, #333 0%,#555 100%);
background: linear-gradient(to bottom, #333 0%,#555 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#555',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* ページナビ
------------------------------------------------------------*/
.pagenation {
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 8px 15px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* もくじ
------------------------------------------------------------*/
#toc_container {
    background-color: #f4f4f4;
    margin-right: 15px;
    margin-left: 15px;
}

/* AddToAny Share SNSボタン
------------------------------------------------------------*/

.addtoany_share_save_container {
    background-color: #f2f2f2;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 20px 0 10px 0;
}
.addtoany_share_save_container:before {
    content: "シェアする";
    font-size: 12px;
}