/* $Id: base.css,v 1.575 2013/09/29 22:47:22 koji Exp $ */


@charset: "utf-8";

/* for pc {{{ */

html {
    overflow-y: scroll;
}

/* base {{{ */

body {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Lucida Grande',  sans-serif;
}

div.clear {
    clear: both;
}
.clear {
    clear: both;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */ 

a {
    color: #21662B;
    text-decoration: none;
}
a:link {}
a:visited {}
a:hover {
    text-decoration: underline;
}
a:active {}

a img:hover{
	opacity: 0.8;
}

/* }}} */
/* font-size {{{ */

.em06 { font-size: 0.6em; } 
.em08 { font-size: 0.8em; }
.em12 { font-size: 1.2em; }
.em14 { font-size: 1.4em; }
.em16 { font-size: 1.6em; }

/* }}} */
/* line-height {{{ */

.lh12 { line-height: 1.2em; }
.lh14 { line-height: 1.4em; }

/* }}} */
/* alignment {{{ */

.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

/* }}} */
/* IME {{{ */

.imeoff { ime-mode: disabled; }
.imeon { ime-mode: active; }

/* }}} */

/* utlity {{{ */

.aafont {
    /* anti-aliased font */
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.afont {
    font-family: "MS PGothic", Osaka, sens-serif;
}

em {
    color: #cc0000;
    font-weight: bold;
    font-style: normal;
}

span.linked {
    cursor: pointer;
}

span.linked:hover {
    color: #0000ff;
    cursor: pointer;
    text-decoration: underline;
}

span.plink {
    cursor: pointer;
    color: #cc0000;
    text-decoration: underline;
}

span.qfchecked {
    font-weight: bold;
}
hr.thin {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000000;
    padding: 0px;
    height: 1px;
}
.arrow01 {
    background-image: url(../img/com/arrow.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 17px;
}
.arrow01-l {
    background-image: url(../img/com/arrow_l.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 17px;
}
.arrow02 {
    background-image: url(../img/com/arrow02.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 20px;
}
.arrow03 {
    background-image: url(../img/com/arrow03.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 7px;
    min-height: 7px;
    padding-left: 11px;
}
.arrow04 {
    background-image: url(../img/com/arrow04.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 17px;
}
.arrow06 {
    background-image: url(../img/com/arrow06.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 20px;
}
.dot {
    background-image: url(../img/com/dot.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
}


.btn {
    width: 95%;
    padding: 0;
    display: block;
    height: auto;
    background-color: #145C1D;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    display: table;
    line-height: 1.2;
}
.btn span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.btn img {
    float: left;
    margin-right: 14px;
}
a.btn {
    text-decoration: none;
}
/* }}} */

/* common {{{ */

em {
    color: #cc0000;
    font-weight: bold;
    font-style: normal;
}
span.linked {
    cursor: pointer;
    text-decoration: underline;
    color: #0000ff;
}
span.qfchecked {
    font-weight: bold;
}
hr.thin {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000000;
    padding: 0px;
    height: 1px;
}
p {
}
div.main-container {
}
/* }}} */
/* バージョン アラート {{{ */

div.version-alert {
    border: 10px solid #145c1d;
    padding: 30px;
}

/* }}} */

/* wrap content {{{ */
.wrap {
    width: 100%;
}
.content {
    width: 980px;
    /*margin: 20px auto 25px;*/
    margin: 0 auto 50px; /*140715 追記*/
    padding: 0;
}
.content p {  /*140715 追記→フォントサイズのバランス調整*/
	/*font-size: 12px;*/
}
/* }}} */
/* footer {{{ */
div#pc-footer {
    display: block;
}
div#sp-footer {
    display: none;
}
/* pagetop */
div.totop {
	width: 980px;
	margin: 0 auto;
	/*padding-right: 40px;
	text-align: right;*/
}
div.totop p{  /*140715 追記→「ページトップへ」の修正*/
	background-image: url("/img/com/pagetop_bg.png");
    /*background-position: 480px center;*/
    background-repeat: repeat-x;
    height: 20px;
    /*padding-left: 480px;*/
    padding-top: 10px;
    /*width: 500px;*/
	float:right;
}
/* pagetop（動的） */
div.totop_d p{
	background-image: url("/img/com/pagetop_bg.png");
    background-repeat: repeat-x;
    height: 20px;
    padding-top: 10px;
	float:right;
	margin:25px 0 -25px;
	font-size:inherit;
}

div.totop p a,
div.totop_d p a{  /*140715 追記→「ページトップへ」の修正*/
	background-image: url("/img/com/arrow08.png");
    background-position: 15px 3px;
    background-repeat: no-repeat;
    color: #555555;
    font-weight: bold;
    padding-left: 25px;
	padding-right: 25px;
}
div.footer-wrap {
    background-color: #DEE2EB;
    color:#666666;
	clear:both;
}
div.footer {
    width: 980px;
    margin: 0 auto;
    padding-right: 40px;
}
div.footer div.footer_textarea {
    width: 100%;
    display: table;
    padding-top: 20px;
}

div.footer a {
    color:#666666;
}
div.footer dl.footer_link{
    display: table-cell;
    width:25%;
    border-right: 1px solid #EFF1F5;
    padding: 5px 15px 5px 0;
}
div.footer div.footer_textarea dl:first-child{
    border-left: 1px solid #EFF1F5;
}


div.footer dl.footer_link dt{
    padding: 0 0 10px 14px;
    font-weight:bold;
}

div.footer dl.footer_link dt a,
div.footer dl.footer_link dt span{
    background-image: url(../img/com/arrow04.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 17px;
}

div.footer dl.footer_link dd{
    margin: 0 0 4px 34px;
    background-image: url(../img/com/arrow05.png);
    background-repeat: no-repeat;
    background-position: left 0.45em;
    min-width: 7px;
    min-height: 7px;
    padding-left: 11px;
    font-size:0.85em;
}

div.footer dl.footer_link dt.dt02{
    padding-top:15px;   
}
div.footer-wrap .copyright {
    width: 100%;
    border-top: 1px solid #EFF1F5;
    padding: 10px 0;
    margin-top: 20px;
    font-size:0.85em;
}
div.footer-wrap .copyright p{
    width: 980px;
    margin: 0 auto;
    padding-right: 40px;
    text-align: right;
}

/* }}} */

/* layernavi {{{ */

#layernavi {
    display: none;
}

/* }}} */
/* header {{{ */
div#pc-header {
    display: block;
}
div#sp-header {
    display: none;
}
div#sp-header-btnarea {
    display: none;
}
div.header-wrap {
	border-bottom: 1px solid #bbd893;
    border-top: 5px solid #66a908;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    padding-bottom: 10px;
    width: 100%;
}
div.header {
    width: 980px;
    margin: 0 auto;
}

div.header a img.catch { /*140723 追記*/
	padding-top:91px;
}
div.header h1 { 
	/*padding: 10px 0 0; キャンペーン用*/
    padding: 10px 0 94px; /*140723 追記*/
    /*padding: 91px 0 94px;*/
}
div.header .navi-area {
}
div.header .navi-area .left {
    float: left;
    width: 550px;
    margin: 23px 0;
    /*margin-bottom: 11px; 140714 追記*/
}
div.header .navi-area .left .logo {
    display: block;
    float: left;
    margin-right: 15px;
}
div.header .navi-area .left p {
    float: left;
    font-size: 12px;
}
div.header .navi-area .left .online {
    display: inline-block;
    line-height: 40px;
    margin-right: 12px;
}
div.header .navi-area .left .nyukai {
    
}

div.header .navi-area .right {
    float: right;
    width: 430px;
    margin-top: 18px;
    /*margin-bottom: 11px; 140714 追記*/
    font-size: 0.85em;
}
div.header .navi-area .right .contact {
    margin-right: 11px;
}
div.header .navi-area .right .btn-area {
}
div.header .navi-area .right .btn-area a {
	border-radius: 5px;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    float: right;
    margin-left: 4px;
	
}
div.header .navi-area .right .btn-area a:first-child {
    /*margin: 0;*/
}

/*navi*/
.navi{
    position: relative;
    width: 100%;
}
.navi ul {
	background-image: url("/img/com/dot_navi.png");
    background-position: right center;
    background-repeat: no-repeat;
	width: 980px;
	margin:0 auto;
}
.navi ul li {
	background-image: url("/img/com/dot_navi.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    padding: 9px 23px 9px 24px;
}
.navi ul li a {
	display: block;
    padding: 5px 22px;
	border-radius: 30px;
}
.navi ul li a:hover {
	background-color: #51a956;
    opacity: 1;
}
.navi ul li a img:hover {
    opacity: 1;
}

/* カスタム検索150709追記 */
div.gSearch {
	padding-bottom: 20px;
}
div.gSearch div {
	padding: 0px;
}
div.gSearch div.gsc-control-cse  {
	padding: 0px;
}
div.gSearch > div .gsc-control-cse table {
	width: 130px !important;
}
@media screen and (max-width: 1020px) {
    div.gSearch > div .gsc-control-cse table {
        width: 98% !important;
    }
}
@media screen and (max-width: 760px) {
    div.gSearch > div .gsc-control-cse table {
        width: 95% !important;
    }
}
div.gSearch table.gsc-search-box,
div.gSearch form.gsc-search-box {
	margin-bottom: 0px;
}
div.gSearch .gsc-control-cse {
	border: none;
	background-color: transparent;
}

div.gSearch .cse .gsc-control-cse,
div.gSearch .gsc-control-cse {
	border: none;
	background-color: transparent;
}
/*検索結果*/
div.gSearch .gsc-results-wrapper-overlay {
	padding: 30px !important;
}
/* //カスタム検索 */


/* }}} */
/* subnavi {{{ */
div#subnavi {
    float: right;
    width: 220px;
    padding: 30px 3px 0;
}
div#subnavi h2 {
	border-left: 3px solid #22662b;
    color: #22662b;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-left: 8px;
}
div#subnavi ul {
    background-image: url(../img/com/dot.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
    margin: 0 0 20px;
    width: 100%;
}
div#subnavi ul li {
    background-image: url(../img/com/dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: bold;
}
a.subnavi {
    display: table;
}
a.subnavi:hover,
a.subnavi.current {
    color: #ee9119;
}
a.subnavi span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
div#subnavi a#subnavibanner {
    display: block;
}
div#subnavi a#subnavibanner.banner_bottom {
	margin-top:20px;
}

/* 141003追記 */
.nolink .subnavi{
    display: table;
	color: #21662B;
}
div#subnavi .nolink ul {
    background-image: none;
	padding: 0;
	margin: 0
}
div#subnavi .nolink li {
    background-image: none;
	padding: 10px 0 0 34px;
    margin: 0;
    font-weight: normal;
}
.nolink a:hover,
.nolink .current {
    color: #ee9119;
}
.arw05 {
    background-image: url(../img/com/arrow05.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 7px;
    min-height: 7px;
    padding-left: 14px;
}
/* //141003追記 */

/* }}} */
/* content-area {{{ */
div.content-right {
    float: left;
    width: 730px;
	padding-top: 30px;
}


div.content-right ul#topicpass {
    margin: -10px auto 20px;
    width: 980px;
}
div.content-right ul#topicpass li {
    color: #6f6f6f;
    float: left;
    font-size: 13px;
}
div.content-right ul#topicpass li a {
    color: #6f6f6f;
}
div.content-right ul#topicpass li a:hover {
    text-decoration: none;
}
@media screen and (max-width: 1020px) {
    div.content-right ul#topicpass {
        margin: 2% auto;
        width: 768px;
    }
}
@media screen and (max-width: 760px) {
    div.content-right ul#topicpass {
        width: auto;
        padding:0 3%;
    }
}

/*div.content-right #topicpass {
    margin-bottom: 35px;
}
div.content-right #topicpass li {
    float: left;
    color: #21662B;
    font-size: 0.71em;
}
div.content-right #topicpass li a {
    text-decoration: underline;
}
div.content-right #topicpass li a:hover {
    text-decoration: none;
}*/
div.content-right h1.pagetitle {
	border-top: 3px solid #9ec175;
	border-bottom: 1px solid #9ec175;
	padding: 20px 10px 17px;
	margin-bottom: 30px;
	font-size: 28px;
	color: #588715;
	line-height:1.2;
	font-weight: bold;
}
    @media screen and (max-width: 1040px) {
        div.content-right h1.pagetitle {
            margin-bottom: 5%;
        }
    }
div.content-right span.subtitle {
    color: #000;
    display: block;
   /* font-size: 0.54em; */
    font-size: 1.14em; /*140925追記*/
	padding: 8px 0 8px 20px; /*140925追記*/
}
div.content-right p.search_text{
	margin-top:30px;
}
div.content-right div.content-block {
/*
    padding: 25px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    
    -moz-box-shadow: 0 0 3px 0 #d0d0d0;
    -webkit-box-shadow: 0 0 3px 0 #d0d0d0;
    box-shadow: 0 0 3px 0 #d0d0d0;
    
    font-size: 1.14em;
    line-height: 1.4em;
*/
	
	margin-top:30px; /*140925追記*/
	margin-bottom:40px; /*150825追記*/
	
	
}

/*sosai.ctp用*/
div.content-right div.border-box {
    padding: 25px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    
    -moz-box-shadow: 0 0 3px 0 #d0d0d0;
    -webkit-box-shadow: 0 0 3px 0 #d0d0d0;
    box-shadow: 0 0 3px 0 #d0d0d0;
    
    font-size: 1.14em;
    line-height: 1.4em;
    
    margin-top:30px; /*140925追記*/
    margin-bottom:40px; /*150825追記*/
}


div.content-right h4 {
    font-size: 1.25em;
    margin-bottom: 30px;
}

/* }}} */
/* content-block内 タイトル、本文、ボタン {{{ */
div.content-block .box {
	margin-bottom: 60px;
	color: #333;
	font-size: 18px;
	line-height: 1.75em;
}
@media screen and (max-width: 760px) {
    div.content-block .box {
        margin-bottom: 8%;
    }
}
div.content-block .box h2{
	background-color: #f3f7ed;
	border-top: 2px solid #9ec175;
	color: #588715;
	font-size: 24px;
	margin-bottom: 30px;
	padding: 10px;
}
@media screen and (max-width: 760px) {
    div.content-block .box h2{
        display: block;
        font-size: 110%;
        margin-bottom: 5%;
    }
}
div.content-block .box p{
	margin-bottom: 3%;
}
div.content-block .box img{
	margin-top: 50px;
}
div.content-block .box img.center{
    display: block;
    margin:50px auto 0;
}
@media screen and (max-width: 760px) {
    div.content-block .box img{
        margin-top: 5%;
        max-width: 100%;
    }
    div.content-block .box img.center{
        display: block;
        margin:5% auto 0;
    }
}

div.content-block h5 {
    font-size: 1.3em;
    margin: 10px 0 15px;
    padding: 0 0 5px;
    border-bottom: 3px solid #c4d9ee;
}
div.content-block p {
    margin: 10px 0;
}
div.content-block a.btn-cmn {
    color: #fff;
    font-weight: bold;
    display: table;
}
div.content-block a.btn-cmn span {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 100%;
    text-align: center;
	line-height:1.4em;/*140717 追記*/
}
div.content-block a.btn-cmn span img {
    margin-right: 5px;
}
div.content-block .btn-cmn01 {
    display: block;
    background: url("../img/com/btn_cmn01.png") no-repeat left top;
    width: 679px;
    height: 80px;
    font-size: 1.8em;
}
div.content-block .btn-cmn01_1 {
    display: block;
    background: url("../img/com/btn_cmn01_1.png") no-repeat left top;
    width: 679px;
    height: 80px;
    font-size: 1.8em;
}
div.content-block .btn-cmn02 {
    display: block;
    background: url("../img/com/btn_cmn02.png") no-repeat left top;
    width: 140px;
    height: 40px;
}
div.content-block .btn-cmn03 {
    display: block;
    background: url("../img/com/btn_cmn03.png") no-repeat left top;
    width: 290px;
    height: 40px;
}
div.content-block .btn-cmn03_1 {
    display: block;
    background: url("../img/com/btn_cmn03_1.png") no-repeat left top;
    width: 290px;
    height: 40px;
}
div.content-block div.contentbtn {
    text-align: right;
    margin: 30px 0;
}
div.content-block div.contentbtn ul.contentbtn {
}
div.content-block div.contentbtn ul.contentbtn li {
    display: inline-block;
    margin-left: 15px;
}
div.content-block div.request-btn-area,
div.content-block div.request-btn-area2 {
    text-align: center;
}
div.content-block div.request-btn-area2 p {
    font-size: 1.8em;
    color: #dd3500;
    line-height: 120%;
}
div.content-block div.request-btn-area div.request-btn,
div.content-block div.request-btn-area2 div.request-btn {
    margin: 10px 0;
}

/*資料請求*/
div.content-block .material {
	text-align: center;
}
div.content-block .material p {
    color: #e97308;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
    vertical-align: middle;
}
div.content-block .material p:before {
	background-image: url("/images/service/icon_material.png");
    content: "";
    display: inline-block;
    height: 39px;
    margin-right: 10px;
    top: 0;
    vertical-align: middle;
    width: 56px;
}
div.content-block .material a {
	border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	display: inline-block;
    overflow: hidden;
}

/*campaign banner*/
.top_campaign_banner{
	margin-bottom: 10px;
    padding-top: 10px;
}
.campaign_banner{
	margin-top: 30px;
	text-align:center;
}
.side_campaign_banner{
	display:block;
	margin-bottom:20px;
}
.campaign_banner ul{
    margin-top: 10px;
    text-align: left;
	margin-left: 1em;
}
.campaign_banner ul li{
	font-size:11px;
	text-indent:-1em;
	padding-lef:1em;
	line-height: 1.4em;
}

/*キャンペーン固定バナー*/
.bBanner {
	background-color: #fff;
    bottom: 0;
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.bBanner a {
    background-image: url(/img/nyukai/camp/bBanner_camp20141122.jpg);
    background-position: center center;
    display: block;
    height: 90px;
    text-indent: -9999px;
    width: 100%;
}
.bBanner a:hover {
	opacity: 0.8;
}
div.footer-wrap {
    /*padding-bottom: 90px !important;キャンペーン開催期間中のみ適用*/
}
/* for tablet {{{ */
@media screen and (max-width: 1020px) {
.bBanner {
	background: none;
}
.bBanner a {
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 200% auto;
	height: 100%;
}
}
/* }}} */



/* }}} */


/* }}} */

/* for tablet {{{ */
@media screen and (max-width: 1020px) {

/* base {{{ */

body {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Lucida Grande', sans-serif;
}

div.clear {
    clear: both;
}
.clear {
    clear: both;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */ 

a {
    color: #21662B;
    text-decoration: none;
}
a:link {}
a:visited {}
a:hover {
    text-decoration: underline;
	opacity: 0.8;
}
a:active {}

a:hover img{
	opacity: 0.8;
}
/* }}} */
/* font-size {{{ */

.em06 { font-size: 0.6em; } 
.em08 { font-size: 0.8em; }
.em12 { font-size: 1.2em; }
.em14 { font-size: 1.4em; }
.em16 { font-size: 1.6em; }

/* }}} */
/* line-height {{{ */

.lh12 { line-height: 1.2em; }
.lh14 { line-height: 1.4em; }

/* }}} */
/* alignment {{{ */

.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

/* }}} */
/* IME {{{ */

.imeoff { ime-mode: disabled; }
.imeon { ime-mode: active; }

/* }}} */

/* utlity {{{ */

.aafont {
    /* anti-aliased font */
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.afont {
    font-family: "MS PGothic", Osaka, sens-serif;
}

em {
    color: #cc0000;
    font-weight: bold;
    font-style: normal;
}

span.linked {
    cursor: pointer;
}

span.linked:hover {
    color: #0000ff;
    cursor: pointer;
    text-decoration: underline;
}

span.plink {
    cursor: pointer;
    color: #cc0000;
    text-decoration: underline;
}

span.qfchecked {
    font-weight: bold;
}
hr.thin {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000000;
    padding: 0px;
    height: 1px;
}
.arrow01 {
    background-image: url(../img/com/arrow.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 17px;
}
.arrow02 {
    background-image: url(../img/com/arrow02.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 20px;
}
.arrow03 {
    background-image: url(../img/com/arrow03.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 7px;
    min-height: 7px;
    padding-left: 11px;
}
.arrow04 {
    background-image: url(../img/com/arrow04.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 17px;
}
/* }}} */

/* common {{{ */

em {
    color: #cc0000;
    font-weight: bold;
    font-style: normal;
}
span.linked {
    cursor: pointer;
    text-decoration: underline;
    color: #0000ff;
}
span.qfchecked {
    font-weight: bold;
}
hr.thin {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000000;
    padding: 0px;
    height: 1px;
}
p {
}
div.main-container {
}
/* }}} */

/* wrap content {{{ */
.wrap {
	width: 100%;
    margin: 0 auto;
	overflow:hidden;
}
.content {
    width: 768px;
    margin: 0 auto 25px;
}
/* }}} */

/* footer {{{ */
div#pc-footer {
    display: block;
}
div#sp-footer {
    display: none;
}
div.totop {
    width: 753px;
    margin: 0 auto;
    padding-right: 15px;
    text-align: right;
}
div.footer-wrap {
    color:#666666;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 0 0;
}
div.footer {
    width: 738px;
    margin: 0 auto;
    padding-right: 0;
}
div.footer div.footer_textarea {
    width: 100%;
    display: table;
    padding-top: 20px;
}

div.footer a {
    color:#666666;
}
div.footer dl.footer_link{
    display: table-cell;
    width: 33.3%;
    border-right: 1px solid #EFF1F5;
    padding: 5px 15px 5px 0;
}
div.footer div.footer_textarea dl:first-child{
    border-left: none;
}
div.footer div.footer_textarea dl:last-child{
    border-right: none;
}


div.footer dl.footer_link dt{
    padding: 0 0 10px 14px;
    font-weight:bold;
}

div.footer dl.footer_link dt a,
div.footer dl.footer_link dt span{
    background-image: url(../img/com/arrow04.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 13px;
    min-height: 13px;
    padding-left: 17px;
}

div.footer dl.footer_link dd{
    margin: 0 0 4px 34px;
    background-image: url(../img/com/arrow05.png);
    background-repeat: no-repeat;
    background-position: left 0.45em;
    min-width: 7px;
    min-height: 7px;
    padding-left: 11px;
    font-size:0.85em;
}

div.footer dl.footer_link dt.dt02{
    padding-top:15px;   
}
div.footer-wrap .copyright {
    width: 100%;
    border-top: 1px solid #EFF1F5;
    padding: 10px 0;
    margin-top: 20px;
    font-size:0.85em;
}
div.footer-wrap .copyright p{
    width: 735px;
    margin: 0 auto;
    padding-right: 0;
    text-align: right;
}

/* }}} */

/* layernavi {{{ */

#layernavi {
    display: none;
}

/* }}} */
/* header {{{ */
div#pc-header {
    display: block;
}
div#sp-header {
    display: none;
}
div#sp-header-btnarea {
    display: none;
}
div.header-wrap02 {
    width: 100%;
}
div.header {
    width: 768px;
}
div.header .navi-area {
    padding: 0 5%;
}
div.header .navi-area .left {
    width: 60%;
    margin:2% 0;
}
div.header .navi-area .left p {
    margin-top: 3%;
}
div.header .navi-area .right {
    width: 40%;
    margin-top: 2%;
}
div.header .navi-area .right .btn-area {
}
div.header .navi-area .right .btn-area a {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0;
}
div.header .navi-area .right .btn-area a img {
	width: 47%;
}

/*navi*/
.navi ul {
    width: 768px;
}
.navi ul li {
    padding: 9px 1.4%;
    text-align: center;
    width: 17%;
}
.navi ul li a {
    padding: 5px 1%;
}
/* }}} */
/* subnavi {{{ */
div#subnavi {
    float: none;
    padding: 0;
    width: auto;

    background-image: url(../img/com/dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 10px;/*150709追加*/
}
div#subnavi ul {
    background-image: url(../img/com/dot.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
    margin: 0;
    width: 100%;
}
div#subnavi ul li {
    display: inline-block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 15px;
    width: auto;
    font-weight: bold;
}
div#subnavi a.subnavi {
    padding: 2px 4px;
}
a.subnavi:hover,
a.subnavi.current {
    color: #fff;
    background-color: #ee9119;
}
div#subnavi a#subnavibanner {
    display: none;
}

/* 141003追記 */
div#subnavi .nolink .subnavi {
    padding: 2px 4px;
}
div#subnavi .nolink .subnavi ul {
	display: inline-block; 
    background-image: none;
    background-repeat: no-repeat;
    background-position: auto;
    width: auto;
}
div#subnavi .nolink .subnavi ul li {
	margin: 0;
	padding: 0 0 0 6px;
}
.nolink a:hover,
.nolink .current {
	font-weight: bold;
}
/* //141003追記 */

/* }}} */
/* content area {{{ */

div.content-right {
    float: none;
    width: auto;
	padding-top: 0;
}
/*div.content-right #topicpass {
    margin-bottom: 35px;
}
div.content-right #topicpass li {
    float: left;
    color: #21662B;
    font-size: 0.71em;
}
div.content-right #topicpass li a {
    text-decoration: underline;
}
div.content-right #topicpass li a:hover {
    text-decoration: none;
}*/
/*div.content-right h1.pagetitle {
    background-image: url(../img/com/bar02.png);
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 10px;
    min-height: 35px;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 2.14em;
    color: #20662B;
    line-height: 35px;
}*/
div.content-right span.subtitle {
    color: #000;
    display: block;
   /* font-size: 0.54em; */
    font-size: 1.14em; /*140925追記*/
	padding:0 0 0 14px; /*140925追記*/
    line-height: 1.2em;
}
div.content-right div.content-block {
   /* padding: 25px 0; */
    padding: 0; /*140925追記*/

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    font-size: 1.14em;
    line-height: 1.4em;
	
	margin-top:0px; /*140925追記*/
}
div.content-right h4 {
    font-size: 1.25em;
    margin-bottom: 30px;
}

/* }}} */
/* content-block内 タイトル、本文、ボタン {{{ */

div.content-block h5 {
    font-size: 1.3em;
    margin: 10px 0 15px;
    padding: 0 0 5px;
    border-bottom: 3px solid #c4d9ee;
}
div.content-block p {
    margin: 10px 0;
}
div.content-block a.btn-cmn {
    color: #fff;
    font-weight: bold;
    display: table;
}
div.content-block div.request-btn a.btn-cmn {
    margin-left: auto;
    margin-right: auto;
}
div.content-block a.btn-cmn span {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 100%;
    text-align: center;
}
div.content-block a.btn-cmn span img {
    margin-right: 5px;
}
div.content-block .btn-cmn01 {
    display: block;
    background: url("../img/com/btn_cmn01_tab.png") no-repeat left top;
    width: 680px;
    height: 80px;
    font-size: 1.8em;
}
div.content-block .btn-cmn02 {
    display: block;
    background: url("../img/com/btn_cmn02_tab.png") no-repeat left top;
    width: 140px;
    height: 40px;
}
div.content-block .btn-cmn03 {
    display: block;
    background: url("../img/com/btn_cmn03_tab.png") no-repeat left top;
    width: 290px;
    height: 40px;
}
div.content-block div.contentbtn {
    text-align: right;
    margin: 30px 0;
}
div.content-block div.contentbtn ul.contentbtn {
}
div.content-block div.contentbtn ul.contentbtn li {
    display: inline-block;
    margin-left: 15px;
}
div.content-block div.request-btn-area {
    text-align: center;
}
div.content-block div.request-btn-area p {
    font-size: 1.8em;
    color: #22672e;
    line-height: 120%;
}
div.content-block div.request-btn-area div.request-btn {
    margin: 10px 0;
}

div.content-right p.search_text{
	margin-bottom:15px;/* 141022追加 */
}

div.gSearch {/*150713追加*/
	padding-top: 10px;
}

/* }}} */

.side_campaign_banner{
	display:none;
}


}
/* }}} */

/* for sp {{{ */
@media screen and (max-width: 760px) {

/* base {{{ */

body {
    font-size: 12px;
    line-height: 1.4em;
    -webkit-text-size-adjust: none;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Lucida Grande', sans-serif;
}

div.clear {
    clear: both;
}
.clear {
    clear: both;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */ 

a {
    color: #21662B;
    text-decoration: none;
}
a:link {}
a:visited {}
a:hover {
    text-decoration: underline;
}
a:active {}

/* }}} */
/* font-size {{{ */

.em06 { font-size: 0.6em; } 
.em08 { font-size: 0.8em; }
.em12 { font-size: 1.2em; }
.em14 { font-size: 1.4em; }
.em16 { font-size: 1.6em; }

/* }}} */
/* line-height {{{ */

.lh12 { line-height: 1.2em; }
.lh14 { line-height: 1.4em; }

/* }}} */
/* alignment {{{ */

.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

/* }}} */
/* IME {{{ */

.imeoff { ime-mode: disabled; }
.imeon { ime-mode: active; }

/* }}} */

/* utlity {{{ */

.aafont {
    /* anti-aliased font */
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.afont {
    font-family: "MS PGothic", Osaka, sens-serif;
}

em {
    color: #cc0000;
    font-weight: bold;
    font-style: normal;
}

span.linked {
    cursor: pointer;
}

span.linked:hover {
    color: #0000ff;
    cursor: pointer;
    text-decoration: underline;
}

span.plink {
    cursor: pointer;
    color: #cc0000;
    text-decoration: underline;
}

span.qfchecked {
    font-weight: bold;
}
hr.thin {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000000;
    padding: 0px;
    height: 1px;
}
.arrow01 {
    background-image: url(../img/com/arrow_sp.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 10px;
    min-height: 10px;
    padding-left: 12px;
}
.arrow02 {
    background-image: url(../img/com/arrow_sp02.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 10px;
    min-height: 10px;
    padding-left: 12px;
}
.arrow03 {
    background-image: url(../img/com/arrow_sp03.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 10px;
    min-height: 10px;
    padding-left: 12px;
}
.arrow04 {
    background-image: url(../img/com/arrow_sp04.png);
    background-repeat: no-repeat;
    background-position: left 45%;
    min-width: 10px;
    min-height: 10px;
    padding-left: 14px;
}
.arrow05 {
    background-image: url(../img/com/arrow_sp05.png);
    background-repeat: no-repeat;
    background-position: left 1.2em;
    min-width: 18px;
    min-height: 18px;
    padding-left: 22px;
    display: inline-block;
}
.dot {
    background-image: url(../img/com/dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 10px;
    margin-top: 0;
    width: 100%;
}

.btn {
    /*width: 90%;
    padding: 0 5%;
    display: block;
    background-color: #22662B;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 1.57em;
    font-weight: bold;
    height: 90px;
    line-height: 90px;
    */
    font-size: 1.27em;
}
.btn05 {
    width: 90%;
    padding: 0 5%;
    height: auto;
    display: block;
    background-color: #22662B;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    display: table;
}
.btn05 span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.btn02 {
    width: 100%;
    /*padding: 0 5%;*/
    height: 45px;
    display: table;
    background-color: #fff;
    border: 1px solid #22662B;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #22662B;
    text-align: center;
    font-size: 1.57em;
    font-weight: bold;
}
.btn03,
.btn04 {
    width: 95%;
    padding: 0 5% 0 0;
    height: 45px;
    display: block;
    background-color: #ED9016;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 1.57em;
    font-weight: bold;
}
.btn04 {
    background-color: #669900;
}
.btn05 {
    width: 95%;
    padding: 0 5% 0 0;
    text-align: left;
    line-height: 1.2em;
}
.btn03 img,
.btn04 img,
.btn05 img {
    float: left;
    margin-right: 7px;
}
.btn03 .txt01,
.btn04 .txt01 {
    display: block;
    height: 12px;
    padding-top: 10px;
}
.btn03 .txt02,
.btn04 .txt02 {
    font-size: 0.63em;
    height: 22px;
    font-weight: normal;
}
a.btn,a.btn02,a.btn03,a.btn04,a.btn05 {
    text-decoration: none;
}
/* }}} */

/* common {{{ */

em {
    color: #cc0000;
    font-weight: bold;
    font-style: normal;
}
span.linked {
    cursor: pointer;
    text-decoration: underline;
    color: #0000ff;
}
span.qfchecked {
    font-weight: bold;
}
hr.thin {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000000;
    padding: 0px;
    height: 1px;
}
p {
}
div.main-container {
}
input[type="text"] {
	width: 90%;
	height: 1.4em;
	font-size: 140%;
}
select {
	width: 95%;
	padding: 0.5em 0;
	height: 3em;
}

input[type="submit"] {
	width: auto;
	height: 2em;
	font-size: 140%;
	padding: 0 1em;
}
input[type="radio"] {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
input[type="checkbox"] {
	-webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-right: 3px;
}
textarea {
	font-size: 140%;
}
/* }}} */

/* wrap content {{{ */
.wrap {
    width: 100%;
    margin: 0 auto;
}
.content {
    width: auto;
    margin: 10px auto 12px;
}
.content h2 {
	display:none;
}
/* }}} */

/* footer {{{ */
div#pc-footer {
    display: none;
}
div#sp-footer {
    display: block;
}
div.totop_d{
	display:none;
}
div.totop{
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: #B9C1D5;
    font-size: 13px;
}
div.totop a{
    color: #666;
}
div.footer-wrap {
    background-color: #DEE2EB;
    color:#666666;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    font-size: 1.2em;
}

div.footer {
    width: 98%;
    margin: 0;
    padding: 0 1%;
}
div.footer div.footer_textarea {
    width: 100%;
    display: table;
    padding-top: 10px;
}

div.footer a {
    color:#666666;
}
div.footer ul.footer_link{
    
}

div.footer ul.footer_link li{
    margin-bottom: 8px;
}
div.footer ul.footer_link li:last-child {
    margin-bottom: 0;
}
div.footer ul.footer_link li a {
    background-image: url(../img/com/arrow_sp02.png);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    min-width: 10px;
    min-height: 1.3em;
    padding-left: 13px;
}

div.footer-wrap .copyright {
    width: 100%;
    border-top: 1px solid #EFF1F5;
    padding: 5px 0;
    margin-top: 10px;
}
div.footer-wrap .copyright p{
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.1em;
}

/* }}} */

/* layernavi {{{ */

#layernavi {
    display: none;
}

/* }}} */
/* header {{{ */
div#pc-header {
    display: none;
}
div#sp-header {
    display: block;
}
div.header-wrap {
    background-color: #22662b;
    background-image: none;
	border-top: none;
    width: 100%;
}
div.header {
    background-color: #22662b;
    padding: 4% 0;
    position: relative;
    text-align: center;
    width: 100% !important;
}
div.header .logo img {
    width: 40%;
}
div.header .btn-menu {
    position: absolute;
    right: 2%;
    top: 8%;
	width: 15%;
}
div.header h1 {
    padding-top: 15px;
    /*padding-top: 45px;キャンペーン用*/
    text-align: center;
}
#layernavi {
    position: absolute;
    top: 11%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.57em;
    font-weight: bold;
    display: none;
	z-index: 1;
}
#layernavi .naviareainner {
    border: 1px solid #ccc;
}
#layernavi .naviareainner ul li {
    background-image: url(/img/com/dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 12px 10px;
}
#layernavi .naviareainner ul li:last-child {
    background-image: none;
}
div#sp-header-btnarea {
    display: block;
    margin: 10px auto 0;
    padding: 0 10px;
}
p.toptext {
	line-height: 1.8em;
}
ul.topmenu-sp {
    letter-spacing: -0.4em;
	margin-top: 2%;
}
ul.topmenu-sp li {
    display: inline-block;
    letter-spacing: normal;
    width: 49%;
}
ul.topmenu-sp li.m01 {
    float: left;
}
ul.topmenu-sp li.m02 {
    float: right;
}
ul.topmenu-sp li img {
	width: 100%;
}

p.sp_invitation_banner {
	margin-bottom: 10px;
}

p.sp_invitation_banner img {
	width: 100%;
}
/* }}} */

/* subnavi {{{ */
div#subnavi {
    display: none;
}
div#subnavi ul {
    background-image: url(../img/com/dot.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 5px;
    margin: 0;
    width: 100%;
}
div#subnavi ul li {
    display: inline-block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: auto;
    padding-bottom: 5px;
    margin-bottom: 0;
    margin-right: 8px;
    width: auto;
    font-weight: bold;
}
/* }}} */
/* conent area {{{ */
div.content-right {
    float: none;
    width: auto;
}
/*div.content-right #topicpass {
    display: none;
    margin-bottom: 0;
}
div.content-right #topicpass li {
    float: left;
    color: #21662B;
    font-size: 0.71em;
}
div.content-right #topicpass li a {
    text-decoration: underline;
}
div.content-right #topicpass li a:hover {
    text-decoration: none;
}*/
/*div.content-right h1.pagetitle {
    background-image: url(../img/com/bar02.png);
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 5px;
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 2.14em;
    color: #20662B;
    line-height: 1.2em;
}*/
div.content-right span.subtitle {
    color: #000;
    display: block;
   /* font-size: 0.54em; */
    font-size: 1.14em; /*140925追記*/
	padding:0 0 0 14px; /*140925追記*/
    margin: 5px 0 0;
    line-height: 1.2em;
}
div.content-right div.content-block {
   /* padding: 12px 0; */
    padding: 0; /*140925追記*/

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    font-size: 1.2em;
    line-height: 1.4em;
	
	margin-top:0px; /*140925追記*/
}
div.content-right h4 {
    font-size: 1.25em;
    margin-bottom: 15px;
}

/* }}} */
/* content-block内 タイトル、本文、ボタン {{{ */

div.content-block h5 {
    font-size: 1.4em;
    margin: 5px 0 7px;
    padding: 0 0 2px;
    border-bottom: 3px solid #c4d9ee;
}
div.content-block p {
    margin: 5px 0;
    font-size: 90%;
}
div.content-block a.btn-cmn {
    color: #fff;
    font-weight: bold;
    display: inline-table;
}
div.content-block a.btn-cmn span {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 100%;
    text-align: center;
}
body.ie8 div.content-block a.btn-cmn span {
    width: 300px;
}
div.content-block a.btn-cmn span img {
    margin-right: 3px;
}
div.content-block .btn-cmn01 {
    display: block;
    background: url("../img/com/btn_cmn01_sp.png") no-repeat left top;
    width: 300px;
    height: 45px;
    font-size: 1.6em;
}
div.content-block .btn-cmn02 {
    display: block;
    background: url("../img/com/btn_cmn02_sp.png") no-repeat left top;
    width: 300px;
    height: 35px;
}
div.content-block .btn-cmn03 {
    display: block;
    background: url("../img/com/btn_cmn03_sp.png") no-repeat left top;
    width: 300px;
    height: 35px;
}
div.content-block .btn-cmn02 span,
div.content-block .btn-cmn03 span {
    font-size: 12px;
    /*font-size: 1.2em; 140905追記*/
}

div.content-block div.contentbtn {
    text-align: right;
    margin: 15px 0;
}
div.content-block div.contentbtn ul.contentbtn {
}
div.content-block div.contentbtn ul.contentbtn li {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 8px;
}
div.content-block div.request-btn-area {
    text-align: center;
}
div.content-block div.request-btn-area p {
    font-size: 1.8em;
    color: #22672e;
    line-height: 120%;
}
div.content-block div.request-btn-area div.request-btn {
    margin: 5px 0;
}

div.content-right p.search_text{
	margin-bottom:15px;/* 141022追加 */
}

/* }}} */

/*campaign banner*/
.top_campaign_banner{
	float: none;
    text-align: center;
}
.top_campaign_banner img{
	width:70%;
}
.campaign_banner{
	margin-top: 30px;
	text-align:center;
}
.campaign_banner img{
	width:100%;
}
.campaign_banner ul{
    margin-top: 7px;
    text-align: left;
	margin-left: 1em;
	margin-bottom:20px;
}
.campaign_banner ul li{
	font-size:10px;
	text-indent:-1em;
	padding-left:1em;
	line-height: 1.4em;
}
/* }}} */


/*互助会を探す 150710*/
div.content-right div.content-block-gojyoform {
    font-size: 1.14em;
    line-height: 1.4em;
    margin:10px 0 0 20px;
}

/* vim: set ts=4 sw=4 sts=0 foldmethod=marker : */