@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
        font-family: Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #619618;
	text-decoration: none;
}

a:visited {
	color: #619618;
	text-decoration: none;
}

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

a:active {
	color: #619618;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1185px;
	text-align: center;
	color: #444;
	line-height: 1.5;
	background: url(../../img/common/main_bg01.jpg) repeat left top;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto;
	width: 1045px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding-bottom: 12px;
	background-color: #FFF;
}

#header .hArea {
	margin: 0 auto;
	width: 1045px;
}

#header .hBox {
	padding-top: 6px;
	float: left;
}

#header h1 {
	margin-bottom: 3px;
	color: #4f3926;
	font-size: 1.2em;
	font-weight: normal;
}

#header .logo {
	margin-left: 1px;
}

#header .hInner {
	float: right;
}

#header .hLink {
	margin-bottom: 10px;
}

#header .hLink li {
	padding: 6px 0 0 19px;
	float: left;
}
#header .hLink .more {
	text-align: center;
}
#header .hLink li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#header .hLink .tel {
	padding-top: 8px;
}

#header .hLink .btn {
	padding-top: 0;
	position: relative;
}

#header .hLink .btn a {
	position: absolute;
	left: 30px;
	bottom: 6px;
}

#header .hNavi {
	margin-left: 14px;
	text-align: right;
}

#header .hNavi li {
	padding-left: 41px;
	display: inline-block;
}

#header .hNavi li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#header .hNavi li:first-child {
	padding-left: 0;
}
#header #login_header {
	width: 170px;
	margin: 0 0 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	background: url(../../img/common/bg_header_status.jpg) no-repeat 0 100%;
}

#header #login_header a {
	margin-top: 5px;
	font-weight: normal;
	font-size: 12px;
}

#header #login_header .status{
	text-align: center;
	padding: 0 10px 5px 10px;
}

#header #login_header .more{
	width: 120px;
	margin: 0 auto;

	font-size: 10px;
	padding: 0 0 0 7px;
	background: url(../../img/common/arrow_header_status.png) no-repeat 10px 50%;
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	background: #82C7E3 url(/img/common/page_path_bg.jpg) no-repeat center top;
}

#pagePath ul {
	margin: 0 auto;
	padding: 21px 0;
	width: 1046px;
}

#pagePath li {
	vertical-align: middle;
	margin-right: 8px;
	display: inline-block;
	height: 24px;
	color: #FFF;
	font-size: 1.4em;
}
#pagePath li:last-child {
	display: inline-block;
	display: none;
	max-width: 480px;
	margin-right: 200px;
}

#pagePath li a {
	margin-right: 10px;
	color: #FFF;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 797px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: right;
}

#sideBar .sns li {
	padding: 0 6px 0 5px;
	float: left;
}

#sideBar .sLink {
	margin-bottom: 20px;
}

#sideBar .sLink li {
	padding-top: 10px;
}

#sideBar .sLink li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .unregistered {
	margin-bottom: 20px;
	background: url(../../img/common/s_bg01.gif) repeat left top;
}

#sideBar .unregistered .subBox {
	padding: 15px 10px 2px;
	position: relative;
	border: 1px dashed #E5D6AC;
	border-top: none;
}

#sideBar .unregistered .subBox .positionImg {
	position: absolute;
	right: -48px;
	top: 13px;
}

#sideBar .registered .subBox dd {
	position: relateve;
	background: url(../../img/common/arrow.png) no-repeat 0 50%;
	background-size: 3%;
	padding: 15px 15px 15px 10px;
}

#sideBar .registered .subBox .consider {
	position: absolute;
	width: 67px;
	height: 23px;
	margin-top: -3px;
	margin-left: 4px;
	padding-top: 3px;
	padding-left: 10px;
	color: white;
	background: url(../../img/common/icon22.png) no-repeat left top;

}
#sideBar .unregistered .btn {
	margin: 0 4px;
}

#sideBar .unregistered .btn a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .unregistered dl {
	margin-top: 13px;
}

#sideBar .unregistered dt {
	margin-bottom: 8px;
}

#sideBar .unregistered dd {
	padding-bottom: 5px;
	font-size: 1.2em;
}

#sideBar .registered {
	margin-bottom: 20px;
	background: url(../../img/common/s_bg01.gif) repeat left top;
}

#sideBar .registered .subBox {
	padding: 0px 10px 2px;
	position: relative;
	border: 1px dashed #E5D6AC;
	border-top: none;
}

#sideBar .registered .subBox .positionImg {
	position: absolute;
	right: -48px;
	top: 13px;
}

#sideBar .registered dd {
	padding-bottom: 15px;
	padding-top: 15px;
	color:#630;
	font-size:13px;
	border-bottom: 1px dotted #bda489;
}
#sideBar .registered dd:last-child {
	border: none;
}

#sideBar .registered dd  a{
	color:#630;
}

#sideBar .sBanner {
	margin-bottom: 27px;
}

#sideBar .sBanner a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .ttl02 {
	margin-bottom: 3px;
}

#sideBar .pickUp {
	padding: 17px 0 8px;
	border-bottom: 1px dotted #B2A385;
}

#sideBar .pickUp ul {
	margin: 0 -5px 6px 0;
}

#sideBar .pickUp li {
	margin-right: 5px;
	float: left;
}

#sideBar .pickUp p {
	font-size: 1.4em;
	line-height: 1.7;
}

#sideBar .pickUp p a {
	color: #444;
}

#sideBar .pickUp .text {
	margin-bottom: 4px;
	color: #2b5710;
	font-size: 1.3em;
	letter-spacing: -1px;
}

#sideBar .pickUp .title {
	margin-bottom: 1px;
	color: #2b5710;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#sideBar .pickUp .title span {
	margin: -6px 5px 0 0;
	padding: 2px 4px 1px;
	display: inline-block;
	color: #FFF;
	font-size: 0.75em;
	line-height: 1.2;
	position: relative;
	vertical-align: middle;
	background-color: #FF7E00;
	border-radius: 3px;
	behavior: url(js/pie.htc);
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-top: 424px;
	background: url(../../img/common/f_bg02.png) repeat-x center top;
}
#footer .pageTop {
	margin: 0 auto 30px;
	width: 975px;
	text-align: right;
}

#footer .fBox {
	margin: 0 auto 32px;
	width: 1002px;
}

#footer .fLogo {
	float: left;
}

#footer .fLogo p {
	margin-top: 14px;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.6;
}

#footer .fLogo p img {
	margin: -2px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}

#footer .fNavi {
	width: 470px;
	float: right;
}
#footer .fNavi:first-chils {
	margin-top: 43px;
}

#footer .fNavi li {
	color: #FFF;
	display: inline;
	font-size: 1.4em;
	line-height: 1.75;
}
#footer .fNavi li:after {
	content: '|';
	display: inline-block;
	padding: 0 7px;
}
#footer .fNavi li:last-child:after {
	display: none;
}

#footer .fNavi li a {
	margin-right: 5px;
	color: #FFF;
	text-decoration: none;
}

#footer .fNavi li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	margin:0;
	padding: 10px 0 7px;
	text-align: center;
	background-color: #4F3926;
}

#footer .copyright p {
	margin: 0 auto;
	width: 1020px;
	color: #FFF;
	font-size: 1.1em;
}

.submit_button {
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;

	float: right;
}

/* 20161014_gc追加 */
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#sideBar .like{
	padding: 0 0 10px 0;
	text-align: center;
}

#sideBar .like li{
	display: inline-block;
}