@charset "utf-8";
/*
Theme Name: adatara3
Theme URI: 
Description: 安達太良マウンテンガイド2
Author: 
Version: 
Tags: 
*/

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}


/* --------------------------------------
 * GENERAL
 * -------------------------------------- */
body{
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #222222;
	background-color: #ffffff;
}
a {
	text-decoration: none;
	color: #3333ff;
}
a:hover {
	text-decoration: underline;
	color: #ffcc00;
}
a:hover img {
	opacity: 0.7;
}
.clear{
	clear: both;
	line-height: 0;
}
.red {
	color: #ff0000;
}
.green {
	color: #2DB200;
}
.bold {
	font-weight: bold;
}

body {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background-position: 0px 0px;
	background-image: url(images/back.png);
	width: 100%;
	background-repeat: repeat-x;
}


/* --------------------------------------
 * HEADER
 * -------------------------------------- */
#header {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	display: block;
	height: 90px;
	padding: 0px;
	width: 960px;
}
#header .logo {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 960px;
}

/* navi */
#navi {
	padding: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	height: 45px;
	width: 960px;
	/*overflow: hidden;*/
}
#navi ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 960px;
}
#navi ul.nav li {
	list-style: none;
	float: left;
	position: relative;
}
#navi ul.nav li a {
	text-indent: -9999px;
	height: 45px;
	background-image: url('images/navi.png');
	background-repeat: no-repeat;
	display: block;
}    
#navi ul.nav li a.home {
	width: 110px;
	background-position: 0px 0px;
}
#navi ul.nav li a.home:hover,
#navi ul.nav li a.home:active,
#navi ul.nav li.current_page a.home {
	background-position: 0px -45px;
}
#navi ul.nav li a.information {
	width: 210px;
	background-position: -110px 0px;
}
#navi ul.nav li a.information:hover,
#navi ul.nav li a.information:active,
#navi ul.nav li.current_page a.information {
	background-position: -110px -45px;
}
#navi ul.nav li a.member {
	width: 160px;
	background-position: -320px 0px;
}
#navi ul.nav li a.member:hover,
#navi ul.nav li a.member:active,
#navi ul.nav li.current_page a.member {
	background-position: -320px -45px;
}
#navi ul.nav li a.tour {
	width: 160px;
	background-position: -480px 0px;
}
#navi ul.nav li a.tour:hover,
#navi ul.nav li a.tour:active,
#navi ul.nav li.current_page a.tour {
	background-position: -480px -45px;
}
#navi ul.nav li a.guide {
	width: 160px;
	background-position: -640px 0px;
}
#navi ul.nav li a.guide:hover,
#navi ul.nav li a.guide:active,
#navi ul.nav li.current_page a.guide {
	background-position: -640px -45px;
}
#navi ul.nav li a.contact {
	width: 160px;
	background-position: -800px 0px;
}
#navi ul.nav li a.contact:hover,
#navi ul.nav li a.contact:active,
#navi ul.nav li.current_page a.contact {
	background-position: -800px -45px;
}

/* サブメニュー */
#navi ul.nav li .sub {
	background-color: #eeeeee;
	padding: 5px 0px;
	float: left;
	position: absolute;
	z-index: 9999;
	top: 45px;
	left: 0;
	display: none;
}
#navi ul.nav li .sub ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	/*width: 210px;*/
	overflow: hidden;
	list-style: none;
}
#navi ul.nav li .sub ul li {
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #663300;
	/*width: 200px;*/
}
#navi ul.nav li .sub ul.menu {
	width: 210px;
}
#navi ul.nav li .sub ul.menu li {
	width: 200px;
}
#navi ul.nav li .sub ul.menu2 {
	width: 160px;
}
#navi ul.nav li .sub ul.menu2 li {
	width: 150px;
}
#navi ul.nav li .sub ul li a {
	padding-left: 23px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	color: #663300;
	text-decoration: none;
	text-indent: 0;
	float: none;
	height: auto;
	/*background-image: none;*/
	background-image: url('images/arrow1.png');
	background-repeat: no-repeat;
	background-position: 5px 11px;
	display: block;
}
#navi ul.nav li .sub ul li a:hover {
	color: #ffcc00;
	background-color: #FFFFFF;
}


/* --------------------------------------
 * PHOTO
 * -------------------------------------- */
#home_photo_wrap {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding: 0px;
	height: 250px;
	width: 100%;
}
#home_photo {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	height: 250px;
	width: 960px;
}


/* --------------------------------------
 * CONTENT
 * -------------------------------------- */
#wrap {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 20px;
	padding: 0px;
	width: 960px;
}
#wrap div.c_left {
	margin: 0px;
	min-height: 500px;
	float: left;
	width: 210px;
	padding: 0px;
}
#wrap div.c_right {
	margin: 0px;
	min-height: 500px;
	float: right;
	width: 730px;
	padding: 0px;
}

.c_left .side_navi {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	width: 208px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	background-color: #f1f1f1;
}
.c_left .side_navi ul {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 0px;
	padding: 0px;
}
.c_left .side_navi ul li {
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width: 190px;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
	list-style-type: none;
	background-position: 5px 13px;
	background-image: url(images/arrow1.png);
	background-repeat: no-repeat;
}
.c_left .side_navi ul li a {
	font-weight: bold;
	color: #333333;
	margin-left: 23px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 13px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	line-height: 1.3em;
	display: block;
	width: 175px;
}
.c_left .side_navi ul li a:hover {
	text-decoration: none;
	color: #cc0000;
}

.c_left h3 {
	padding: 7px;
	color: #ffffff;
	background-color: #333333;
	text-align: center;
	font-size: 17px;
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-top: 20px;
	font-weight: bold;
}
.c_left ul.side_link {
	margin: 0px;
	padding: 0px;
}
.c_left ul.side_link li {
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 60px;
	width: 210px;
	list-style-type: none;
}

.c_left ul.side_tel {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 30px;
	padding: 0px;
}
.c_left ul.side_tel li {
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 60px;
	width: 210px;
	list-style-type: none;
}


/* 404 */
h2.h2_404 {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
}
h3.h3_404 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

/* Entry */
div.entry {
	margin-left: 0px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-top: 0px;
	word-wrap: break-word;
	line-height: 1.7em;
	padding: 0px;
}
div.entry .alignleft {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
div.entry .alignright {
	margin-top: 5px;
	margin-left: 15px;
	float: right;
	margin-bottom: 15px;
}
div.entry .aligncenter {
	text-align: center;
	display: block;
	padding: 0px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 5px;
}
div.entry img.line {
	border-color: #2DB200;
	border-style: solid;
	border-width: 1px;
}
div.entry sup {
	font-size: 0.7em;
	vertical-align: super;
}
div.entry ol,
div.entry ul {
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
div.entry ol li {
	padding: 0px;
	margin: 0px;
	list-style-type: decimal;
}
div.entry ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
}
div.entry ul li ol li {
	padding: 0px;
	margin: 0px;
	list-style-type: decimal;
}
div.entry table {
	padding: 0px;
	margin: 0px;
}
div.entry table th {
	padding: 5px;
	margin: 0px;
	vertical-align: top;
}
div.entry table td {
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.3em;
}
div.entry table.line {
	border-left-color: #888888;
	border-top-color: #888888;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	padding: 0px;
	margin: 0px;
	width: 730px;
}
div.entry table.line th {
	background-color: #eeeeee;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	margin: 0px;
	font-size: 1em;
	line-height: 1.5em;
}
div.entry table.line td {
	background-color: #ffffff;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.5em;
}
div.entry p {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
div.entry hr{
	clear: both;
	border-top-color: #cccccc;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
	margin-top: 45px;
	padding: 0px;
	width: 500px;
	height: 1px;
}
div.entry h1 {
	background-color: #333333;
	line-height: 1.2em;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-top: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	width: 700px;
}
div.entry h1 .btn {
	text-decoration: none;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
div.entry h1 .btn a {
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	height: 22px;
	width: 90px;
}
div.entry h1 .btn a:hover {
	text-decoration: none;
	color: #ffcc00;
}
div.entry h2 {
	background-color: #333333;
	line-height: 1.2em;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-top: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	width: 700px;
}
div.entry h3 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
div.entry h4 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
div.entry h5,
div.entry h6 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}

/* HOME */
div.entry .home_amgn {
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	padding: 20px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
}
div.entry .home_amgn .logo {
	padding: 0px;
	float: left;
	margin: 0px;
	height: 152px;
	width: 250px;
}
div.entry .home_amgn .text {
	line-height: 1.7em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 40px;
	width: 425px;
	float: right;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
/* トピックス */
div.entry .home_topics {
	margin-left: 0px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
div.entry .home_topics .topics_all {
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
}
div.entry .home_topics dl {
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
}
div.entry .home_topics dl dt {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	padding: 0px;
	height: 100px;
	width: 150px;
	float: left;
	overflow: hidden;
}
div.entry .home_topics dl dd {
	margin: 0px;
	float: right;
	width: 565px;
	line-height: 1.5em;
	padding: 0px;
}
div.entry .home_topics .topics_all .postdate,
div.entry .home_topics dl dd .postdate {
	color: #222222;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	display: block;
}
div.entry .home_topics .topics_all .title,
div.entry .home_topics dl dd .title {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 15px;
	font-weight: bold;
}
div.entry .home_topics .topics_all .title a,
div.entry .home_topics dl dd .title a {
	color : #B3424A;
}
div.entry .home_topics .topics_all .content,
div.entry .home_topics dl dd .content {
	margin: 0px;
	padding: 0px;
}
div.entry .home_topics dl dd .more {
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
/* 公募企画ツアー */
div.entry .home_tour {
	margin-left: 0px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
div.entry .home_tour .tour_box {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
}
div.entry .home_tour .tour_box .title {
	font-size: 1.2em;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight: bold;
}
div.entry .home_tour .tour_box .content {
	margin: 0px;
	padding: 0px;
}

/* single */
div.entry h2.singletitle {
	margin-bottom: 1px;
}
div.entry div.postdate {
	text-align: right;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
}

/* お問い合わせ */
div.entry table.contactform {
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #999999;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 40px;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0px;
	width: 100%;
}
div.entry table.contactform th {
	padding: 15px;
	background-color: #eeeeee;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
	width: 170px;
}
div.entry table.contactform td {
	padding: 15px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
}
.hissu {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color: #ff3333;
}
.wpcf7-list-item-label {
	margin-left: -20px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-top: 0px;
	padding: 0px;
}
.wpcf7-form input {
	font-size: 14px;
	width: 98%;
}
.wpcf7-form textarea {
	width: 98%;
	font-size: 14px;
}
.submit {
	display: block;
	min-width: 150px;
	max-width: 300px;
	text-align: center;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 30px;
	padding: 0px;
}
.form-radio .wpcf7-list-item-label {
	padding: 0px;
	margin: 0px;
}
.form-radio input {
	width: 20px;
}
.wpcf7-form .readonly {
	background-color: #eeeeee;
}
.formcheck {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: left;
	width: 700px;
	border-color: #ff3333;
	border-style: solid;
	border-width: 2px;
}
input.wpcf7-acceptance {
	width: 20px;
}

/* 所属ガイド名簿 */
div.entry .member_list {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 20px;
	width: 100%;
	padding: 0px;
}
div.entry .member_list dl {
	margin-left: 10px;
	margin-bottom: 22px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}
div.entry .member_list dl dt {
	padding: 0px;
	margin: 0px;
	height: 150px;
	width: 220px;
}
div.entry .member_list dl dd {
	padding: 0px;
	margin: 0px;
	width: 220px;
	line-height: 1.3em;
	font-size: 0.9em;
}
div.entry .member_list dl dd .name {
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 0px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 1.1em;
}
div.entry .member_list dl dd .name .kana {
	padding-top: 2px;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
}
div.entry .member_list dl dd .shikaku,
div.entry .member_list dl dd .text {
	padding: 0px;
	margin: 0px;
}
div.entry .member_list dl dd .url,
div.entry .member_list dl dd .email {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 3px;
	margin: 0px;
}
div.entry .member_list dl dd .url {
	float: left;
	margin-right: 10px;
}

/* 公募企画ツアー */
div.entry .tour_list {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
div.entry .tour_list .title {
	font-size: 1.2em;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight: bold;
}
div.entry .tour_list .content {
	margin: 0px;
	padding: 0px;
}
div.entry .tour_list dl {
    margin-left: 0px;
    margin-bottom: 12px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
}
div.entry .tour_list dl dt {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 15px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-top: 7px;
    font-weight: bold;
    font-size: 17px;
    background-color: #dddddd;
}
div.entry .tour_list dl dd {
    margin: 0px;
    padding: 0px;
}
div.entry .tour_list dl dd .img {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 7px;
    float: left;
    padding: 0px;
    /*height: 112px;*/
    width: 200px;
    overflow: hidden;
}
div.entry .tour_list dl dd ul {
    width: 510px;
    float: right;
    padding: 0px;
    margin: 0px;
}
div.entry .tour_list dl dd ul li {
    margin: 0px;
    border-bottom-color: #999999;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-top: 5px;
    list-style-type: none;
}
div.entry .tour_list dl dd ul li.last {
    border-bottom: none;
}
div.entry .tour_list a.btn {
    display: block;
    width: 300px;
    text-align: center;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 10px;
    background-color: coral;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* ガイド申込み */
div.entry h3.guide_h3 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
}
div.entry h3.guide_h3_2 {
	color: #ff0000;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 30px;
	padding: 0px;
	text-align: center;
}
div.entry table.guide_tb {
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	width: 500px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
}
div.entry table.guide_tb th,
div.entry table.guide_tb td {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	padding: 10px;
	margin: 0px;
}


.single_pagenavi {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
}
.single_pagenavi .pre {
    float: left;
}
.single_pagenavi .next {
    float: right;
}
.single_pagenavi .pre a,
.single_pagenavi .next a {
    color: #222222;
    text-decoration: none;
}
.single_pagenavi .pre a:hover,
.single_pagenavi .next a:hover {
    text-decoration: underline;
}

/* --------------------------------------
 * FOOTER
 * -------------------------------------- */
#footer_wrap {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	padding: 0px;
	width: 100%;
}
#footer {
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 0px;
	padding-top: 15px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 960px;
}
#footer div.copy {
	font-size: 11px;
	text-align: center;
}


/* end css */
