@CHARSET "UTF-8";

/*******************************
	共通
*******************************/
body {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,'メイリオ','Meiryo','MS PGothic';
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	-webkit-text-size-adjust: none;
	color: #333;
	background-color: #fafaf4;
}

input,
select,
textarea {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,'メイリオ','Meiryo','MS PGothic';
	font-size: 10pt;
}

textarea {
	line-height: 1.2;
}

:placeholder-shown {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,'メイリオ','Meiryo','MS PGothic';
}
::-webkit-input-placeholder {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,'メイリオ','Meiryo','MS PGothic';
}
:-moz-placeholder {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,'メイリオ','Meiryo','MS PGothic';
}
::-moz-placeholder {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,'メイリオ','Meiryo','MS PGothic';
}
:-ms-input-placeholder {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,'メイリオ','Meiryo','MS PGothic';
}
a:hover {
	text-decoration: none;
}

th,
td {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,'メイリオ','Meiryo','MS PGothic';
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

a img,
input.image {
	vertical-align: middle;
	vertical-align: bottom¥9;
	*vertical-align: bottom;
}
input {
	outline: none;
}

label input[type=checkbox] {
	vertical-align: middle;
}

:placeholder-shown {
	color: #999;
	font-weight: normal;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #999;
	opacity: 1;
	font-weight: normal;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #999;
	opacity: 1;
	font-weight: normal;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
}

.common_header_wrapper,
#topic_path_wrapper4,
.common_body_frame,
.common_footer,
.common_goto_sp {
	min-width: 1040px;
}

.common_footer .display_table,
.common_header,
.common_body_frame {
	max-width: 1140px;
}
.common_goto_sp {
	background-color: #fff;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.common_goto_sp a {
	display: block;
	height: 140px;
	margin: auto;
	font-size: 60px;
	line-height: 140px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family:Helvetica, HiraKakuProN-W3, sans-serif;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #2d7904;
}
/*******************************
	etc
*******************************/
.tipped {
	color: #999;
}
.tipped2 {
	color: #ccc;
	font-weight: bold;
}
.common_size2 {
	font-size: 14px;
}
.common_gray {
	color: #999;
}
.common_description.style1,
.common_description.style2,
.common_description.style3 {
	font-size: 14px;
}
.common_description.style1,
.common_description.style2 {
	margin-bottom: 20px;
}
.common_description.style1,
.common_description.style3 {
	color: #666;
}
.common_description.strong {
	font-weight: bold;
}

ul.common_list.style1 li {
	padding: 3px 0;
	color: #666;
}

.common_red {
	color: #cc0000;
}
.common_bold {
	font-weight: bold;;
}
.authenticated_member {
	background: url(../../img/icon/authenticated.gif) no-repeat 100% 50%;
	padding-right: 67px;
}
.unauthenticated_member {
	background: url(../../img/icon/unauthenticated.gif) no-repeat 100% 50%;
	padding-right: 67px;
}

ul.common_links li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-bottom: 10px;
	margin-right: 5px;
}
ul.common_links li a {
	white-space: nowrap;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	border: solid 1px #ddd;
	background: linear-gradient(#f9f9f9, #eee);
	color: #000;
	padding: 5px 20px;
}
ul.common_links li a:hover {
	text-decoration: underline;
}
.display_table {
	display: table;
	table-layout: fixed;
	margin: auto;
}
.display_table.width100 {
	width: 100%;
}
.display_table.layout_auto {
	table-layout: auto;
}
.display_td {
	display: table-cell;
}
.display_td.nowrap {
	white-space: nowrap;
}
.common_underline {
	text-decoration: underline;
}

/*******************************
	lightbox
*******************************/
.lightbox {
	display: none;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
:root .lightbox {
	box-shadow: 0 0 8px rgba(0,0,0,0.5) \0/;
}
.lightbox .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}
.lightbox_inner {
	width:800px;
	padding:20px;
	padding-top: 60px;
}
.lightbox_inner .placeholder.loading {
	background: url(../../img/icon/loading_32.gif) no-repeat 50% 50% !important;
}

.lightbox.style2 .lightbox_inner .body {
	padding-top: 30px;
}
.lightbox.style2.lightbox .close {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../../img/icon/batsu2.png) no-repeat 100% 50%;
	padding-right: 22px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	height: 20px;
	line-height: 20px;
	top: 20px;
	right: 20px;
}
.lightbox.style2 .lightbox_inner h3 {
	color: #fff;
	position: absolute;
	top: -1px;
	left: 0;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	width: 800px;
	padding: 0 20px;
	background-color: #336600;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	font-weight: bold;
}
.lightbox.style2 .lightbox_inner h3 span {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 40px;
}

/*******************************
	balloon
*******************************/
.common_balloon {
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	opacity:0.8;
	filter: alpha(opacity=80);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	position: absolute;
}
.common_balloon.top_arrow:after,
.common_balloon.bottom_arrow:after,
.common_balloon.left_arrow:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-width: 5px;
}
.common_balloon.top_arrow:after {
	border-bottom-color: #000;
	top: -10px;
	left: 50%;
	margin-left: -5px;
}
.common_balloon.bottom_arrow:after {
	border-top-color: #000;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}
.common_balloon.left_arrow:after {
	border-right-color: #000;
	border-width: 5px;
	top: 50%;
	margin-top: -5px;
}

/*******************************
	アイコン付きリンク
*******************************/
a.common_hatena {
	background: url(../../img/icon/hatena.gif) no-repeat 0 50%;
	padding-left: 20px;
}


/*******************************
	ご意見・ご感想
*******************************/
.feedback_form {
	border: solid 1px #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #fff;
	height: 260px;
	box-sizing: border-box;
}
.feedback_form .title {
	text-align: center;
	margin-bottom: 3px;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #336600;
}
.feedback_form textarea {
	background-color: #f6f6f6;
	border: solid 1px #dddddd;
	width: 95%;
	height: 125px;
	padding: 5px;
	margin: auto;s
}
#feedback_trigger_wrapper {
	text-align: center;
	margin: 10px 0;
	height: 30px;
}
#feedback_trigger_wrapper .message {
	display: none;
}
.feedback_form .goto_inquiry {
	text-align: center;
}

/*******************************
	セキュアドシール
*******************************/
.secured_seal {
	text-align: center;
}

/*******************************
	フッター
*******************************/
.common_footer {
	padding-top: 50px;
}
.common_footer .goto_top {
	display: table-cell;
	text-align: right;
	padding-right: 10px;
}

.common_footer .place1_wrapper {
	background: #e7e4ce url(../../img/bg/common_footer_frame1.gif) repeat-x;
	padding: 0 10px;
}
.common_footer .place1 {
	display: table-cell;
	padding: 18px 0;
}
.common_footer .place1 .logo {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}
.common_footer .place1 .mongon {
	display: table-cell;
	width: 90%;
	padding: 0 10px;
	vertical-align: middle;
}
.common_footer .place1 .mongon .title {
	color: #336600;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 3px;
}
.common_footer .place1 .mongon .body {
	color: #736551;
}

.common_footer .place2_background {
	background: #a57e47 url(../../img/bg/common_footer_frame2.gif) repeat-x;
}
.common_footer .place2 {
	display: table-cell;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
.common_footer .place2 a {
	color: #fff;
}
.common_footer .place2 .credit,
.common_footer .place2 .copyright {
	margin-top: 20px;
}

/*******************************
	リマーケティングタグ
*******************************/
.remarketing_tag {
	position: relative;
}
iframe[name="google_conversion_frame"] {
	position: absolute;
	top: -13px;
}

/*******************************
	ヘッダー
*******************************/
.common_header_wrapper {
	background: #fff;
	position: relative;
	z-index: 11;
	padding: 0 10px;
	box-sizing: border-box;
}
.common_header {
	height: 60px;
}
.common_header td {
	vertical-align: top;
}
.common_footer .logo,
.common_header .logo {
	display: table-cell;
	width: 5%;
	vertical-align: middle;
	position: relative;
}
.common_footer .logo a,
.common_header .logo a {
	display: table-cell;
	vertical-align: middle;
	height: 53px;
	padding-bottom: 7px;
}
:root .common_footer .logo img,
:root .common_header .logo img {
	height: 35px;
}
:root .common_footer .logo:after,
:root .common_header .logo:after {
	content: "\3084\3069";
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	left: 7px;
    bottom: 1px;
	color: #90c31f;
}
.common_header .mongon {
	display: table-cell;
	width: 90%;
	vertical-align: middle;
	padding-left: 15px;
}
.common_header .mongon h1 {
	font-size: 16px;
	font-weight: bold;
	color: #316700;
}
.common_header .mongon h1 .strong {
	color: #f46987;
}
.common_header .buttons {
	display: table-cell;
	vertical-align: middle;
	width: 5%;
	white-space: nowrap;
}
.common_header .buttons .item {
	display: table-cell;
	padding-left: 30px;
	font-size: 14px;
	vertical-align: middle;
}
.common_header .buttons a {
	color: #316700;
	text-decoration: none;
}
.common_header .buttons a i {
	font-size: 24px;
	vertical-align: middle;
}
.common_header #header_search_trigger {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #316700;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.common_header #header_search_trigger.active {
	background-color: #54a500;
}

#header_search {
	position: absolute;
	width: 100%;
	padding: 46px 0;
	background-color: #54a500;
	display: none;
	z-index: 100;
}
#header_search_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	display: none;
}
#header_search form {
	width: 600px;
	margin: auto;
}

/*******************************
	検索フォーム
*******************************/
.yadoran_suggest .inner {
	display: table;
	padding: 0;
}
.yadoran_suggest .input,
.yadoran_suggest .submit {
	display: table-cell;
	vertical-align: middle;
}
.yadoran_suggest .input {
	position: relative;
	width: 99%;
}
.yadoran_suggest .submit {
	width: 1%;
}
.yadoran_suggest .input input {
	-webkit-appearance: none;
	width: 100%;
	box-sizing: border-box;
	padding: 7px 9px;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	-webkit-border-radius: 5px 0 0 5px / 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px / 5px 0 0 5px;
	border-radius: 5px 0 0 5px / 5px 0 0 5px;
	border: solid 1px #fff;
	border-right: 0;
	vertical-align: middle;
	position: relative;
	background-color: #fff;
}
.yadoran_suggest .input input.shadow {
	color: #999;
	position: absolute;
	left: 0;
}
.yadoran_suggest .input input[name="search_word"] {
	z-index: 1;
}
.yadoran_suggest .input .clear {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	color: #999;
}
.yadoran_suggest .input .clear:before,
.yadoran_suggest .input .clear:after {
	content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: currentColor;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.yadoran_suggest .input .clear:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.yadoran_suggest .input .clear:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.yadoran_suggest .submit .button {
	display: block;
	font-weight: bold;
	background-color: #ffcc00;
	color: #fff;
	height: 40px;
	width: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	border: 0;
	-webkit-border-radius: 0 5px 5px 0 / 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0 / 0 5px 5px 0;
	border-radius: 0 5px 5px 0 / 0 5px 5px 0;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	vertical-align: middle;
	cursor: pointer;
}

/*******************************
	サジェスト
*******************************/
.yadoran_suggest .placeholder {
	position: relative;
}
.suggest {
	background-color: #fff;
	position: absolute;
	top: 0;
	width: 500px;
	text-align: left;
	z-index: 10;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
:root .suggest {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4) \0/;
}
.suggest ul li a {
	display: block;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
}
.suggest ul li a:first-child {
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.suggest ul li a:last-child {
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.suggest ul li .note {
	color: #999;
	display : block;
	white-space: nowrap;
	cursor: pointer;
	font-size: 12px;
}
.suggest ul li .title {
	display : block;
	font-size: 14px;
	margin-bottom: 2px;
}
.suggest ul li a.current {
	background-color: #FAFAF4;
}
.suggest .loader_placeholder {
	height: 150px;
}
.suggest .not_found,
.suggest .error {
	padding: 15px;
}
/*******************************
	ヘッダーログインフォーム
*******************************/
#login_close_button {
	display: none;
}
.header_login_form {
	display: none;
	background: #6e9f39 url(../../img/bg/header_login_form.gif);
	text-align: center;
	box-shadow: 0px -3px 3px -1px rgba(0,0,0,0.2) inset;
}
.header_login_form a {
	color: #fff;
}
.header_login_form_inner {
	display: inline-block;
	padding: 10px 5px;
	margin: auto;
	color: #fff;
}
.header_login_form_inner .table {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width:960px) {
	.header_login_form_inner .table {
		display: block;
	}
}
.header_login_form_inner .td {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	white-space: nowrap;
}
.header_login_form_inner .td input {
	vertical-align: bottom;
}
.header_login_form td,
.header_login_form th {
	color: #fff;
	padding: 1px 10px 1px 0;
}
.header_login_form th {
	font-weight: bold;
}
.header_login_form th.input,
.header_login_form td.input,
.header_login_form td.forgot {
	text-align: center;
}
.header_login_form .forgot a {
	margin-top: 5px;
	display: inline-block;
}
.header_login_form td.input input {
	width: 200px;
	ime-mode: disabled;
}
.header_login_form .button input {
	vertical-align: middle;
}

/*******************************
	パン屑リスト
*******************************/
#topic_path_wrapper4 {
	border-top: solid 1px #ecefe3;
	padding: 2px 10px;
	box-sizing: border-box;
}
#topic_path_wrapper3 {
	display: table;
	table-layout: fixed;
	margin: auto;
}
#topic_path_wrapper2 {
	display: table-cell;
	width: 1120px;
	margin: auto;
	line-height: 21px;
	color: #b5af8c;
	vertical-align: middle;
}
#topic_path_wrapper {
	padding: 5px;
}
#topic_path_wrapper i {
	font-size: 20px;
	color: #87B828;
	vertical-align: middle;
}
#topic_path li {
	display: block;
	float: left;
}
#topic_path li:after {
	content: ">";
	margin: 0 10px;
}
#topic_path li:last-child:after {
	content: "";
}
#topic_path a {
	color: #336600;
}

/*******************************
	コンテンツ部
*******************************/
.common_body_frame {
	padding: 0 10px;
	box-sizing: border-box;
	margin: auto;
}
.common_body_frame.width100 {
	width: 100%;
	max-width: none;
}
.common_body_full {
	display: table-cell;
}
.common_body_side {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}
.common_body_side,
.common_body_side_inner {
	width: 300px;
}
.common_body_side .margin_bottom {
	margin-bottom: 10px;
}
.common_body_side .adsbygoogle_outer {
	text-align: center;
}
.common_body_main {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
/* @media screen and (max-width:1055px) {
	.common_body_side {
		display: none;
	}
}
 */

/*******************************
	タイトル
*******************************/
h2.style1,
h3.style1,
h2.style2 {
	background-color: #54a500;
	height: 64px;
	line-height: 64px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: solid 1px #4a9100;
	border-right: solid 1px #4a9100;
}
h3.style1 {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

h2.style2 {
	background-color: #f8b62b;
	border-bottom: solid 1px #daa026;
	border-right: solid 1px #daa026;
}
h2.style2 span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h2.style1 img.icon,
h3.style1 img.icon,
h2.style2 img.icon {
	position: absolute;
	left: -11px;
	top: -14px;
}
h2.style1 i {
	font-size: 30px;
	vertical-align: middle;
}

h2.style3 {
	background-color: #fff;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #996633;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	border: solid 1px #ddd;
}

h2.style4 {
	background-color: #996633;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

h2.style5 {
	background-color: #ffa800;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}
h2.style6 {
	color: #316700;
	font-size: 30px;
	padding: 20px;
}
h2.style7 {
	color: #80430a;
	font-size: 30px;
	padding: 20px;
}
h3.style2 {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	background: url(../../img/icon/yadoran.gif) no-repeat 0 50%;
	line-height: 25px;
	padding-left: 30px;
	margin-bottom: 20px;
}
h2.margin_bottom {
	margin-bottom: 20px;
}

/*******************************
	枠
*******************************/
.common_frame.style1,
.common_frame.style2 {
	border: solid 1px #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}
.common_frame.style1.padding {
	padding: 20px;
}
.common_frame.style1.padding2 {
	padding: 50px 60px;
}
.common_frame.style2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 40px;
	color: #666;
	line-height: 2.0;
}
.common_frame.margin {
	margin-bottom: 20px;
}
.common_frame.style3 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 20px 0;
	margin-bottom: 30px;
}

/*******************************
	ページ説明文
*******************************/
.common_frame.style1.footer_description {
	margin-bottom: 50px;
}
.common_frame.style1.footer_description .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.common_frame.style1.footer_description .body {
	padding-left: 160px;
	color: #666;
	background: url(../../img/logo/124x60.png) no-repeat 15px 50%;
}
.common_frame.style1.footer_description .body p {
	border-left: solid 1px #ddd;
	padding-left: 20px;
	line-height: 180%;
}

/*******************************
	ステップ
*******************************/
.common_step {
	margin-bottom: 20px;
	font-weight: bold;
}
.common_step .step {
	display: table-cell;
	text-align: center;
	font-size: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-size: 2px;
	border-style: solid;
	padding: 5px;
	line-height: 1.2;
}
.common_step.split3 {
	width: 75%;
}
.common_step.split3 .step {
	width: 25%;
}
.common_step.split4 .step {
	width: 25%;
}
.common_step .arrow {
	display: table-cell;
	width: 25px;
	background: url(../../img/step/arrow.gif) no-repeat 50% 50%;
}
.common_step .step .number {
	font-size: 24px;
}
.common_step .step.active {
	border: solid 2px;
	background-color: #f6c11c;
	color: #fff;
	border-color: #ddab0e;
}
.common_step .step.wait {
	color: #9b6939;
	border-color: #c7b4a2;
}
.common_step .step.done {
	color: #fff;
	background-color: #ebe3db;
	border-color: #ebe3db;
}

/*******************************
	テーブル1
*******************************/
.common_table.style1 {
	width: 100%;
}
.common_table.style1.margin_bottom {
	margin-bottom: 20px;
}
.common_table.style1 th,
.common_table.style1 td {
	padding: 10px 15px;
	border: solid 1px #ddd;
	font-size: 14px;
	color: #666;
}
.common_table.style1 th {
	font-weight: bold;
	font-size: 14px;
	color: #996633;
	background-color: #fafafa;
}
.common_table.style1 td.style1 {
	text-align: right;
	font-weight: bold;
	background-color: #fafafa;
	width: 40%;
}
.common_table.style1 td.style2 {
	background-color: #fff;
}
.common_table.style1 td.style1.with_inner,
.common_table.style1 td.style2.with_inner {
	padding: 0;
}
.common_table.style1 td.style1 div.inner,
.common_table.style1 td.style2 div.inner {
	padding: 10px;
}
.common_table.style1 td .hissu {
	padding-right: 45px;
	position: relative;
}
.common_table.style1 td .hissu:after {
	display: block;
	content: "必須";
	color: #fff;
	background-color: #f60;
	width: 35px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.common_table.style1 td .help {
	font-size: 12px;
}
.common_table.style1 td .help .length_num {
	font-weight: bold;
	color: #ff6600;
	padding: 0 2px;
}
.common_table.style1 td .help.margin_top {
	margin-top: 10px;
}
.common_table.style1 td .help.margin_bottom {
	margin-bottom: 10px;
}
.common_table.style1 td .help.margin_left {
	margin-left: 10px;
}

/*******************************
	テーブル2
*******************************/
.common_table.style2 {
	width: 100%;
}
.common_table.style2 th,
.common_table.style2 td {
	border: solid 1px #ddd;
	padding: 10px;
}
.common_table.style2 th,
.common_table.style2 th a {
	font-weight: bold;
	font-size: 14px;
	color: #996633;
}
.common_table.style2 th {
	background-color: #fafaf4;
}
.common_table.style2 td {
	color: #666;
}

/*******************************
	ボタン
*******************************/
.common_button_wrapper {
	text-align: center;
	padding: 10px;
}
.common_button_wrapper .common_button {
	margin: 0 20px;
}
.common_button_wrapper form {
	display: inline;
}
.common_button.style1 {
	text-align: center;
	padding: 10px;
}
.common_button.style1 form {
	display: inline;
}
.common_button.style1 input,
.common_button.style1 img {
	vertical-align: middle;
	vertical-align: bottom¥9;
	*vertical-align: bottom;
}
.common_button.style1 .margin_right {
	margin-right: 50px;
}

/*******************************
	ボタン2
*******************************/
.common_button.style2 {
	text-align: center;
	color: #54a500;
	margin-bottom: 10px;
}
.common_button.style2 a,
.common_button.style2 span {
	display: inline-block;
	width: 200px;
	height: 28px;
	line-height: 28px;
	border-top: solid 0.5px #bebebe;
	border-bottom: solid 0.5px #bebebe;
}
.common_button.style2 .left {
	border-left: solid 0.5px #bebebe;
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.common_button.style2 .right {
	border-right: solid 0.5px #bebebe;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.common_button.style2 .border_left {
	border-left: solid 0.5px #bebebe;
}
.common_button.style2 .border_right {
	border-right: solid 0.5px #bebebe;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,
	.common_button.style2 a,
	.common_button.style2 span,
	.common_button.style2 .left,
	.common_button.style2 .right,
	.common_button.style2 .border_left,
	.common_button.style2 .border_right {
		border-width: 1px;
	}
}
.common_button.style2 a {
	background: #fff url(../../img/bg/gradient1.gif) repeat-x 0 100%;
	color: #9f9d98;
	text-decoration: none;
}
.common_button.style2 span,
.common_button.style2 a.active,
.common_button.style2 a:focus {
	background: #969186;
	border-color: #969186 !important;
	color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2) inset;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

/*******************************
	ボタン3,4
*******************************/
.common_button.style3,
.common_button.style4,
.common_button.style6,
.common_button.style_f {
	display: inline-block;
	border: 0;
	background-color: #54a500;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	text-decoration: none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	font-size: 14px;
	min-width: 130px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.common_button.style3:hover,
.common_button.style4:hover,
.common_button.style6:hover,
.common_button.style_f:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.common_button.style3 {
	background-color: #54a500;
	color: #fff;
}
.common_button.style4 {
	background-color: #ffcc00;
	color: #663300;
}
.common_button.style6 {
	background-color: #999;
	color: #fff;
}
.common_button.style_f {
	background-color: #305097;
	color: #fff;
}
.common_button.style3.size2,
.common_button.style4.size2,
.common_button.style6.size2,
.common_button.style_f.size2 {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	width: auto;
	font-weight: bold;
	padding: 0 20px;
}
.common_button.style3.size1,
.common_button.style4.size1,
.common_button.style6.size1,
.common_button.style_f.size1 {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	min-width: 100px;
}
.common_button.style3.fixed1,
.common_button.style4.fixed1,
.common_button.style6.fixed1 {
	width: 200px;
}
.common_button.style3.fixed2,
.common_button.style4.fixed2,
.common_button.style6.fixed2 {
	width: 300px;
}

/*******************************
	ボタン5
*******************************/
.common_button.style5 {
	position: relative;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding-left: 25px;
}
.common_button.style5:hover {
	text-decoration: underline;
}

.common_button.style5:before,
.common_button.style5:after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #333;
    margin-top: 16px;
    left: 0;
    top: 0;
}
.common_button.style5:before {
    transform: rotate(135deg);
}
.common_button.style5:after {
    transform: rotate(45deg);
}


/*******************************
	ページャー
*******************************/
.common_pager {
	text-align: right;
	font-size: 12px;
	color: #54a500;
	line-height: 30px;
}
.common_pager.padding {
	padding: 5px 0;
}

.common_pager a,
.common_pager span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #54a500;
}
.common_pager .current_num,
.common_pager a:hover {
	display: inline-block;
	background-color: #54a500;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.common_pager span.prev,
.common_pager span.next {
	opacity: 0.3;
}
.common_pager a.prev:hover,
.common_pager a.next:hover {
	background: #54a500;
}
/*******************************
	メッセージ
*******************************/
.common_message {
	border: solid 1px #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	padding: 30px 20px;
}

.common_message.style1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/*******************************
	テキスト
*******************************/
.common_text.style1 {
	font-size: 18px;
	text-align: center;
	color: #999;
	line-height: 2.0;
}
.common_text.style1.strong {
	color: #cc0000;
}
.common_text.style1 .left_align {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-align: left;
}


/*******************************
	エラー
*******************************/
.common_error {
	border: solid 1px #f8c6c6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
}
.common_error .common_error_title {
	color: #cc0000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
	background: url(../../img/icon/error_title.gif) no-repeat;
	padding-left: 30px;
	line-height: 26px;
}
.common_error ul {
	list-style: url(../../img/icon/error_list.gif) outside;
	padding-left: 50px;
}
.common_error ul li {
	padding: 3px;
}
.common_error .help {
	padding-top: 20px;
	color: #999;
	text-align: right;
}

ul.common_error_line {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	list-style: url(../../img/icon/error_list.gif) outside;
	padding-left: 20px;
}
.common_error_border {
	border: solid 2px #cc0000;
}
.common_error_border.inline_block {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

/*******************************
	注意書き
*******************************/
.common_caution.margin_bottom {
	margin-bottom: 20px;
}
.common_caution .title {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 5px;
}
.common_caution ul li {
	padding: 3px 0;
	color: #666;
	text-indent: -1em;
	padding-left: 1em;
}
.common_caution ul li:before {
	content: "※";
}

/*******************************
	規約等
*******************************/
.common_document {
	line-height: 1.8;
}
.common_document .paragraph {
	margin-bottom: 20px;
}
.common_document .paragraph .title {
	font-size: 16px;
	font-weight: bold;
	color: #336600;
	padding: 10px 0;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}
.common_document .paragraph p {
	margin-bottom: 10px;
}
.common_document .paragraph ol {
	list-style: decimal outside;
	padding-left: 30px;
}
.common_document .paragraph ul {
	list-style: disc outside;
	padding-left: 30px;
}
.common_document .paragraph ul li,
.common_document .paragraph ol li {
	margin-bottom: 0;
	padding: 5px 0;
}
.common_document .paragraph ol.parentheses {
	padding-left: 5px;
}
.common_document .paragraph ol.parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -1.9em;
	margin-left: 2em;
}
.common_document .paragraph ol.parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
.common_document .paragraph.revision_history {
	margin-top: 50px;
}
.common_document .paragraph.revision_history ul {
	list-style: none;
	padding: 0;
}

.common_document .accessory {
	font-size: 14px;
	font-weight: bold;
}
.common_document.style2 {
	font-size: 14px;
}
.common_document .paragraph table.style1 td {
	border: solid 1px #666;
	padding: 10px;
}
.common_document .paragraph table.style1 {
	margin-bottom: 5px;
}

/*******************************
	スター
*******************************/
.icon-star:before,
.icon-star-half:before {
	color: #FF9900;
	margin: 0 1px !important;
	text-align: left !important;
}

/*******************************
	認証マーク
*******************************/
.authenticated_mark {
	display: inline-block;
	margin-left: 10px;
	border: solid 1px #5da705;
	color: #5da705;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	box-sizing: border-box;
	padding-right: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	background-color: #fff;
}
.authenticated_mark.no {
	border-color: #ccc;
	color: #ccc;
}
.authenticated_mark i {
	font-size: 14px;
	vertical-align: middle;
}

/*******************************
	アイコン
*******************************/
.icon-question.default {
	color: #90c31f;
}

/*******************************
	パートナーロゴ
*******************************/
.partner_logo {
	display: inline-block;
	padding: 5px;
}
.partner_logo:before {
	box-sizing: border-box;
}
.partner_logo.size1:before {
	width: 90px;
	height: 24px;
}
.partner_logo.size2:before {
	width: 100px;
	height: 30px;
}
.partner_logo:before {
	display: inline-block;
	content: "";
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}
.partner_logo.partner1:before {
	background-image: url("../../img/banner/partner1_h100.png");
}
.partner_logo.partner2:before {
	background-image: url("../../img/banner/partner2_h100.png");
}
.partner_logo.partner3:before {
	background-image: url("../../img/banner/partner3_h100.png");
}
.partner_logo.partner4:before {
	background-image: url("../../img/banner/partner4_h100.png");
}
.partner_logo.partner5:before {
	background-image: url("../../img/banner/partner5_h100.png");
}
.partner_logo.partner6:before {
	background-image: url("../../img/banner/partner6_h100.png");
}
.partner_logo.partner7:before {
	background-image: url("../../img/banner/partner7_h100.png");
}
.partner_logo.partner9:before {
	background-image: url("../../img/banner/partner9_h100.png");
}
.partner_logo.partner10:before {
	background-image: url("../../img/banner/partner10_h100.png");
}
.partner_logo.partner13:before {
	background-image: url("../../img/banner/partner13_h100.png");
}
.partner_logo.partner14:before {
	background-image: url("../../img/banner/partner14_h100.png");
}
.partner_logo.partner15:before {
	background-image: url("../../img/banner/partner15_h100.png");
}
