@charset "shift_jis";
.underline{
    text-decoration: underline;
}

.txtRed{
	color:#f00;
}

a{
    text-decoration: none;
}
.fcR a,.underline {
  text-decoration:underline;
}

/*//// container ////*/

#container {
	width:1000px;
	margin:40px auto;
}

#container #inner {
	width:920px;
	margin:40px 35px;
	overflow:hidden;
}


/*//// 3col ////*/
#senior_index{
	width:100%;
	margin:0 auto 22px;
}

#senior_index:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#senior_index #colL,
/*#senior_index #colC,*/
#senior_index #colR{
	float:left;
	width:408px;
	height:460px;
	margin-right:23px;
	padding:40px 0;
	background-color:#d6f5db;
	text-align:center;
	box-sizing: border-box;
}

#senior_index #colC{
	background-color:#def7c3;
}

#senior_index #colR{
	margin-right:0;
	background-color:#ffeac3;
}

#senior_index #colL p.title,
#senior_index #colC p.title,
#senior_index #colR p.title{
	margin-bottom:10px;
	color:#00a73c;
	font-size:110%;
	font-weight:bold;
}

#senior_index #colC p.title{	color:#1ca900;}
#senior_index #colR p.title{	color:#ee6a00;}

#senior_index #colL li,
#senior_index #colC li,
#senior_index #colR li{
	width:295px;
	margin:0 auto 6px;
}
/*//// 1col ////*/
#senior_index #col{
    margin-top: 25px;
	width:920px;
	height:225px;
	padding:18px 70px;
	background-color:#d6f5db;
	text-align:center;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
#senior_index #col #colRight, #senior_index #col #colLeft{
}
#senior_index #col li a{
    display: block;
	width:362px;
    height: 47px;
	margin:0 auto 14px;
    padding: 13px 0 0;
    background: url(../images/btn_col_off.png) no-repeat;
    color:#00a73c;
	font-size: 100%;
    letter-spacing: 1px;
	font-weight:bold;
    line-height: 1.571;
    box-sizing: border-box;
    text-decoration: none;
}
#senior_index #col #colRight li a{
    height: 67px;
    background: url(../images/btn_col2_off.png) no-repeat;
}
#senior_index #col li a:hover{
    background: url(../images/btn_col_on.png) no-repeat;
    color:#fff;
}
#senior_index #col #colRight li a:hover{
    background: url(../images/btn_col2_on.png) no-repeat;
}
#senior_index #col #colRight p.title{
	margin-top:12px;
    margin-bottom: 15px;
	color:#00a73c;
	font-size:140%;
	font-weight:bold;
}
#senior_index #col #colRight {
    margin-top: 50px;
}
#senior_index #col #colRight ul a{
    padding-top: 25px;
}
#senior_index #col #colRight .link_request {
    position: relative;
    color:#00a73c;
	font-weight: bold;
}
#senior_index #col #colRight .link_request img {
    width:16px;
    height: 16px;
    position: relative;
    top:3.8px;
    padding: 0px 2px;
}
#senior_index #col #colRight .link_request a {
    text-decoration: underline;
    color:#00a73c;
}
/*//// index ////*/

#container #inner p.lead{
	margin-bottom:60px;
}

#container #inner ul.btnIndex li{
	width:455px;
	margin:0 auto 50px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*//// news ////*/
h3#news{
	background: url(../images/h3_news.gif) no-repeat;
	text-indent:-9999px;
	width:50%;
	display:inline-block;
	margin:0;
}
p#rssfeed{
	width:50%;
	display:inline-block;
}
p#rssfeed a{
	float:right;
}
dl#news_info{margin:20px 0 0 30px;overflow: auto;height: 160px;}
dl#news_info dt{
	margin: 0;
	width:260px;
	clear: left;
	float: left;
}
dl#news_info dd{
	width:70%;
	display:inline-block;
}
dl#news_info dt span{
	display:inline-block;
	width:155px;
	height:20px;
	margin-right:10px;
	position:relative;
	top:3px;
	text-indent:-9999px;

}
dl#news_info dt, dl#news_info dd{
margin-bottom:20px;
}
.junior{
	background:url(../../../../common/images/label_blue.gif) no-repeat;
}
.senior{background:url(../../../../common/images/label_green.gif) no-repeat;
}
.tanki{background:url(../../../../common/images/label_yellow.gif) no-repeat;
}
.line_dot{
	width:100%;
	height:5px;
	margin:5px 0;
	background:url("../../../../common/images/line_dot.png") no-repeat;
}

/*//// banner ////*/

#btn-type {
    text-align: center;
    font-size: 22px;
    margin-top:40px;
    margin-bottom: 30px;
}

#btn-type a {
    display: block;
    text-decoration: none;
    color: #0077c0;
    font-weight: bold;
    width:99.6%;
    border:2px solid #e6e6e6;
    padding: 18px 0px;
    background: url(../images/icn_arrow.png) no-repeat;
    background-position: right;
    background-position: 98.2% 47%;
}

#btn-type a:hover {
	background-image: url(../images/icn_arrow_on.png);
    background-color: #0077c0;
    color: #fff;
}

/*//// linkLead ////*/

.linkLead{
    margin-top: 25px;
}

/*//// 2colBtn ////*/


#container #inner ul.unit2ColBtn{
	width:862px;
	overflow:hidden;
	margin:38px auto;
	padding-left:16px;
}

#container #inner ul.unit2ColBtn li{
	width:415px;
	float:left;
	margin:0 16px 16px 0;
}

/*//// inquiry ////*/

#inquiry{
	width:920px;
	padding:30px 0;
	background-color:#f4f4f4;
	text-align:center;
}

#inquiry p{
	margin:20px;
}

#inquiry .inquiry_box {
	overflow:hidden;
	zoom:1;
}

#inquiry .inquiry_box .leftcnt {
	float:left;
	width:50%;
	text-align:right;
}

#inquiry .inquiry_box .leftcnt .tel {
	margin-bottom:20px;
}

#inquiry .inquiry_box .rightcnt {
	float:right;
	width:50%;
}


/*//// bxslider add ////*/

.bx-wrapper .bx-viewport {
	box-shadow:none;
}

.bx-wrapper .bx-pager {
	display:none; /* add0820 */
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dadada;
	opacity: 0.6;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#fff;
	opacity: 1;
}

.gaiyo{
	margin:0 30px 10px;
	/*font-size:0.8em;*/
	text-align:center;
	line-height:1.2em;

}



