/*-------------
base
-------------*/
a:link {
	color: #0071bc;
	text-decoration: underline;
}
a:visited {
	color: #0071bc;
	text-decoration: underline;
}
a:hover {
	color: #d2fcff;
	text-decoration: underline;
}

.nolink {
	color: #d2fcff;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.MB_25 {
	margin-bottom: 25px;
}

.MT_5 {
	margin-top: 5px;
}

.link_arrow {
	color: #0071bc;
}

.bold {
	font-weight: bold;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kouji {
	font-size: 0.9rem;
	line-height: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
}

.name {
	font-size: 1.5rem;
	line-height: 2rem;
}




/*-------------
header
-------------*/
/*
#header {
	width: 100%;
	margin-bottom: 10px;
	background: #efeeeb url(images/bg_header.gif) repeat-x left top;
}

#header-inner {
	width: 800px;
	margin: 0 auto;
}

#header-top {
	height: 98px;
}

#header-top h1 {
	padding-top: 18px;
	margin-left: 10px;
}

#header-top .header_r {
	width: 300px;
	display: block;
	float: right;
}

#header-top p.header_text {
	padding-top: 10px;
	float: left;
}

#header-top p.serch_text {
	float: left;
	width: 80px;
	padding-top: 25px;
}
*/

/*-------------
search
-------------*/
/*
.search-form{
	float: left;
	padding-top: 24px;
	margin-left: 30px;
}

.search-form input{
	vertical-align: middle;
	float: right;
}

.search-form #s{
	width: 150px;
	height: 18px;
	padding: 2px;
	background: #fff;
	border: solid 1px #fff;
	font-size: 1em;
}

.search-results .box h3 {
	margin: 20px;
	padding: 5px;
	background: #39F;
	color: #fff;
	font-weight: bold;
}

.search-results .box ul {
	margin:0 30px 20px;
}

.search-results .box ul li {
	margin-top: 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
}

.search-results .box ul li span {
	padding-left: 10px;
	color: #999;
	font-size: 0.8em;
}

.search-no-results .box h3{
	margin: 100px 30px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 2.0em;
	text-align: center;
}

.search-no-results .box h3 span {
	color: #ff2160;
}

.search-no-results .box p{
	margin: 0 30px;
}

.search-no-results .box form {
	margin: 0 30px 100px;
}
*/


/*-------------
nav
-------------*/
/*
#header-nav {
	clear: both;
}

#menu-nav {
	list-style-type: none;
	height: 50px;
	width: 690px;
	background: url(images/bg_nav.gif) no-repeat left top;
	margin-right:auto;
	margin-left:auto;
}

#menu-nav li {
	position: relative;
  	height: 50px;
	width: 230px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu-nav li a {
	display: block;
	margin: 0;
	padding: 16px 0;
	background: url(images/bg_nav_btn.gif) no-repeat left top;
	color: #333;
	line-height: 1;
	text-decoration: none;
}

#menu-nav li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu-nav li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #333;
	transition: .2s;
}

#menu-nav li ul li a {
	padding: 13px 15px;
	background: #f4f4ef;
	text-align: left;
}

#menu-nav > li:hover > a {  background: url(images/bg_nav_btn.gif) no-repeat left -50px }
#menu-nav > li:hover li:hover > a {  background: #eaeae5 }
#menu-nav > li:hover > ul > li {
	overflow: visible;
	height: 38px;
}

#menu-nav li ul li ul {
	top: 0;
	left: 100%;
}

#menu-nav li:last-child ul li ul {
	left: -100%;
	width: 100%;
}

#menu-nav li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 0;
	height: 0;
}

#menu-nav li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -20px;
}

#menu-nav li ul li:hover > ul > li {
	overflow: visible;
	height: 38px;
}

#menu-nav li ul li ul li a {  background: #f4f4ef }

#menu-nav li:hover ul li ul li a:hover {  background: #eaeae5 }
*/


/*-------------
breadcrumbs
-------------*/
.breadcrumbs {
	width: 800px;
	margin: 25px auto 30px;
	text-align: left;
	clear: both;
	line-height: 1.5;
}



/*-------------
gra
-------------*/
#header-gra {
	clear: both;
	width: 730px;
	margin: 15px auto 30px auto;
}



/*-------------
container
-------------*/
#container{
	background-color:#fff;
	width:730px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 35px;
}



/*-------------
contents
-------------*/
#contents {
	float: left;
	width: 730px;
	margin-bottom: 15px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.box {
	margin-bottom: 15px;
	padding: 12px 13px;
	border: 1px solid #b1b1b1;
	background: #fff;
}

.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}

.section-header {
	position: relative;
}

.section-header h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

.section-header p{
	position: absolute;
	top: 5px;
	right: 5px;
}

.section-header p a{
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
	font-size: 90%;
}



/*-------------
home
-------------*/
.main_v {
	width: 630px;
	height: 272px;
	background: url(images/bg_home.png) no-repeat left center;
	padding: 35px 50px;
}

.main_t {
	width: 340px;
	float: right;
}

.main_v h2 {
	color: #a51a1c;
	margin-bottom: 20px;
	font-size: 1.3rem;
}

.main_v p {
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
}

.main_v a {
	font-size: 1rem;
	float: right;
}

#login {
	margin-bottom: 50px;
}

#login img {
	float: left;
}

#login p {
	clear: both;
	font-size: 1.1rem;
	margin-top: 25px;
}

.head_login {
	width: 200px;
	height: 31px;
	margin-bottom: 20px;
	color: #b52c24;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 1px;
}

.Li_login {
	text-align: center;
	margin-left: 45px;
}

.Li_login li {
	display: inline;
	font-size: 1rem;
	margin-bottom: 25px;
}

.Li_login li img {
	float: none;
	margin-left: 25px;
}

#reg {
	margin-bottom: 50px;
}

#reg p {
	clear: both;
	font-size: 1.1rem;
	margin-top: 20px;
}

.reg_text {
	padding-top: 5px;
}

#reg img {
	float: left;
}

.reg_a {
	text-align: center;
	font-size: 1rem;
}

.reg_a img {
	margin-left: 70px;
}

.head_reg {
	width: 600px;
	height: 31px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 1px;
}

#news_area h2 {
	color: #ef7b08;
	font-size: 1rem;
}

#top_info {
	float: left;
	width: 208px;
	border: 1px solid #aaa;
	margin-left: 10px;
}

div#top_info:first-child {
	margin-left: 0;
}

#top_info .tolist {
	font-size: 0.8rem;
}

#top_info dl {
	font-size: 0.9rem;
}

#top_info dd {
	float: left;
	padding-top: 5px;
}

.M_b_10 {
	margin-bottom: 10px;
}

.leftbox_li li {
	font-size: 1rem;
	margin-top: 20px;
	margin-bottom: 0.8rem;
}




/*-------------
お問い合わせ
-------------*/
.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1rem;
}

.wpcf7-form input {
	width: 300px;
	height: 1.5rem;
	padding: 2px 3px;
	border: none;
	background: #e6e6e6;
}

.wpcf7-form textarea {
	width: 650px;
	padding: 2px 3px;
	border: none;
	background: #e6e6e6;
}

.wpcf7-form .wpcf7-submit {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border:#333 1px solid;
	width:80px;
	height:25px;
	padding: 0 3px 0 13px;
	color:#333;
	font-size: 0.9rem;
	font-weight:bold;
	letter-spacing: 0.7em;
	background:#fff;
	cursor:pointer;
}

.wpcf7-submit {
	margin-left: 300px;
}

#wpcf7-f1160-p1158-o1 p {
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}

.hissu {
	color: #a51a1c;
}

.wpcf7 .wpcf7-response-output {
	width: 671px;
	margin: 10px auto 20px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}



/*-------------
サイトマップ
-------------*/
.sitemap-inner {
	padding: 20px 30px;
}

.sitemap-inner h3 {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}

.sitemap-inner .menu {
	padding: 10px 20px 0;
	line-height: 1.8;
}

.sitemap-inner .menu li {
	margin-top: 15px;
	padding-left: 20px;
	background: url(images/icon_arr_black.gif) no-repeat left 8px;
	font-size: 1.2em;
}

.sitemap-inner .sub-menu {
	padding-left: 15px;
}

.sitemap-inner .sub-menu li {
	margin-top: 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
	font-size: 0.9em;
}



/*-------------
information
-------------*/
#information{
	clear: both;
}

#information dl {
	padding: 0 5px;
	font-size: 1rem;
}

#information dt{
	float: left;
	clear: both;
	width: 135px;
	padding-top: 5px;
}

#information dd {
	float: left;
	width: 540px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.list {
	padding-bottom: 20px;
}

.list:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}

.article_list {
	padding: 25px 15px 15px 20px;
	border: solid 1px #a0a0a0;
}

.article_list:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}

.box-inner {
	margin: 20px 20px 10px;
}

.box-inner h3{
	margin-bottom: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}

.box-inner .data {
	color: #999;
	text-align: right;
}

.box-inner p{
	padding-bottom: 1em;
}

.box-inner ul{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}

.box-inner ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}



/*-------------
カテゴリ別記事リスト
-------------*/
.cat_box-inner {
	border: 1px solid #b1b1b1;
}

.cat_box-inner .data {
	color: #999;
	text-align: right;
}

.cat_list {
	width: 710px;
	height: 30px;
	padding: 10px;
	background-color: #f4f4ef;
	margin-bottom: 30px;
}

.cat_list li {
	display: inline;
	padding-left: 15px;
	margin-left: 30px;
	font-size: 1rem;
	background: url(images/arrow_red.png) no-repeat left center;
}

.cat_list li a {
	color: #000;
	text-decoration: none;
}



/*-------------
シングル記事
-------------*/
.sgl_article {
	padding: 25px 20px 25px 25px;
}

.sgl_article h2 {
	vertical-align: middle;
	margin: 0 auto 20px auto;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #a51a1c;
	border-left: solid 15px #a51a1c;
	padding: 0.3em 0 0.3em 0.6em;
}

.sgl_article p {
	margin: 0 auto 40px auto;
	font-size: 1rem;
	line-height: 1.6rem;
	letter-spacing: 1px;
}

.sgl_article p .m_b_1em {
	margin-bottom: -1em;
}

.sgl_article .img_f_l {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}



/*-------------
シングルページリスト
-------------*/
.sgl_page h2 {
	width: 723px;
	vertical-align: middle;
	margin: 0 auto 20px auto;
	font-size: 1.2rem;
	line-height: 1.3rem;
	color: #a51a1c;
	border-left: solid 15px #a51a1c;
	padding: 0.3em 0 0.3em 0.6em;
}

.sgl_page h3 {
	width: 723px;
	margin: 0 auto 7px auto;
	font-size: 1.1em;
	color: #a51a1c;
}

.sgl_page h4 {
	width: 723px;
	margin: 0 auto 35px auto;
	font-size: 1.5rem;
	font-weight: normal;
}

.sgl_page p {
	width: 700px;
	margin: 0 auto 40px auto;
	font-size: 1rem;
	line-height: 1.7em;
	letter-spacing: 1px;
}

.sgl_page p .m_b_1em {
	margin-bottom: -1em;
}

.sgl_page .img_f_l {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.sgl_page .listmark {
	margin-bottom: 30px;
}

.sgl_page .listmark li {
	width: 700px;
	margin: 0 auto;
	color: #a51a1c;
	line-height: 1.6em;
	list-style-type: disc;
}

.sgl_page .listmark span {
	color: #000000;
}

.arrow_b {
	vertical-align: middle;
	margin-right: 15px;
}

.arrow_f {
	vertical-align: middle;
	margin-left: 15px;
}

.history_box {
	padding-top: 10px;
	margin-bottom: 15px;
}

.history_box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}

.history_box a {
	text-decoration: none;
}


/*-------------
PagiNavi
-------------*/
.wp-pagenavi {
	padding-top: 10px;
	padding-bottom: 25px;
}

.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}



/*-------------
footer
-------------*/
/*
#footer {
	clear: both;
	background-color: #e6e6e6;
	font-size: 82%;
	margin-top: 40px;
}

#footer p {
	text-align: center;
	color: #fff;
}

#footer .footer_link {
	height: 360px;
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 0 55px;
}

#footer .footer_link ul {
	float: left;
	height: 265px;
	margin: 0 55px 0 45px;
}

#footer .footer_link ul li {
	margin-bottom: 8px;
	color: #5f696e;
}

#footer .footer_link ul li a {
	color: #5f696e;
	text-decoration: none;
}

#footer .footer_link ul li a:hover {
	color: #333;
	text-decoration: none;
}

#footer p.footer_img {
	height: 105px;
	padding-top: 30px;
	background-color: #fff;
}

#footer p.copyright {
	height: 28px;
	padding-top: 12px;
	background-color: #a51a1c;
}
*/

/*-------------
reset
-------------*/
/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*/
/* change colours to suit your needs */
/*
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
*/
/* change colours to suit your needs */
/*
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
*/
/* change border colour to suit your needs */
/*
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
*/
/* buddying add */
.header-button {
	display: block !important;
	background-color: #a41b1c;
	color: #ffffff !important;
	line-height: 40px;
	text-align: center;
	text-decoration: none !important;
	font-size: 0.9em !important;
}
.header-login {
	width: 140px !important;
	height: 40px !important;
}
.header-contact {
	width: 130px !important;
	height: 40px !important;
}
.header-button:hover,.member-link a:hover {
	background-color: #851718;
}

ul.member-link {
    width: 100%;
    margin: 0 auto;
    display: block;
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
}
.member-link a {
    display: block;
    background-color: #a41b1c;
    padding: 10px 5px;
    font-size: 0.8em;
    font-weight: bold;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center;
    width: auto;
}
.member-link a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}
.member-link li {
    float: left;
    width: 30%;
	margin-right: 5px;
}
.member-link li:last-child {
    
}


.boxikou1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFFFFF;
    font-weight: bold;
    background: #d4908c;/*背景色*/
}
.boxikou1 p {
    margin: 0; 
    padding: 0;
}