@charset "utf-8";

/* ===

TOP PAGE STYLE

Last Updated: 2014/08/01 (WATANABE)
======================================= */

.with_chapction{
	display: table;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 40px;
	border-bottom: dashed 2px #ccc;
}
.with_chapction > div,
.with_chapction >figure{
	display: table-cell;
}
.with_chapction > div{
	width: 600px !important;
	line-height: 1.6;
}
.with_chapction > figure{
	width:250px;
	padding-left: 25px;
	box-sizing: border-box;
}

.with_chapction > figure a{
	display: block;
	position: relative;
}

.with_chapction > figure a:after{
	content: '';
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	bottom: 1em;
	right: 0.25em;
	background-image: url(../demo/img/zoom.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}

.with_chapction > figure a img{
	border: solid 3px #ddd;
	width: 100%;
}
.with_chapction > figure a:hover img{
	border: solid 3px #41b8d3;
}
.with_chapction h3{
	font-size: 18px;
}

.with_chapction h4{
	font-size: 18px;
	padding-bottom: 20px;
}
.with_chapction .txt_emp{
	color: #3094ab;
}
.with_chapction h5{
	display: inline-block;
	padding: 2px 30px;
	margin-bottom: 10px;
	background: #41b8d3;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.with_chapction li{
	font-size: 14px;
}
.with_chapction p{
	font-size: 14px;
}
.with_chapction.no_border{
	border: none;
}

.category{
	padding: 30px 0;
	border-top: solid 2px #41b8d3;
	border-bottom: solid 2px #41b8d3;
	font-size: 22px;
}

.category h3{
	margin: 0;
}

.category h3 i{
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
}

.category h3 i.icon_menu_reserve{
	background-image: url(../demo/img/icon_menu_reserve.gif);
}
.category h3 i.icon_breadC_home{
	background-image: url(../demo/img/icon_breadC_home.gif);
}
.category h3 i.icon_header_mail{
	background-image: url(../demo/img/icon_header_mail.gif);
}
.category h3 i.icon_menu_build{
	background-image: url(../demo/img/icon_menu_build.gif);
}

.category h3 i.icon_menu_member{
	background-image: url(../demo/img/icon_menu_member.gif);
}

.category h3 p{
	display:block;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

/* .category.data_manage{
	background: #f5f5f5 url(../demo/img/title_data_manage.gif) no-repeat 10px center scroll;
}
.category.form_manage{
	background: #f5f5f5 url(../demo/img/title_form_manage.gif) no-repeat 10px center scroll;
}
.category.mail_manage{
	background: #f5f5f5 url(../demo/img/title_mail_manage.gif) no-repeat 10px center scroll;
}
.category.parts_manage{
	background: #f5f5f5 url(../demo/img/title_parts_manage.gif) no-repeat 10px center scroll;
}
.category.mate_manage{
	background: #f5f5f5 url(../demo/img/title_mete_manage.gif) no-repeat 10px center scroll;
}

.category.site_manage{
	background: #f5f5f5 url(../demo/img/title_site_manage.gif) no-repeat 0 center scroll;
} 

.category h3{
	margin-top: 10px;
	padding-left: 160px;
	background-size: auto 75px;
}*/

.category h3.txt_vc{
	margin: 0;
	height:50px;
	line-height: 50px;
}


/* ===============================

	SP

=============================== */

@media only screen and (max-width: 768px) {

#page-search
{
	width: 100%;
	box-sizing:border-box;
}

.contents-two-colomn .main {
	width: 100%;
	float: none;
}


#page-search h3 {
	width:100%!important;
}
#page-search h3 img {
	max-width: 100%!important;
	display:block;
	padding-bottom:20px;
}

.with_chapction > div{
    width: 100%!important;
}

.with_chapction > div, .with_chapction >figure {
    display: block;
}

.with_chapction > figure{
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
}

.with_chapction h5 + ul{
    margin-bottom: 1em;}


.category {
	padding: 1.25em 0.5em;
	font-size: 1.2rem;
	}

 .category h3{
    margin: 0;
    padding:0px;
    /*padding-top: 80px;
    text-align: center;*/
} 

.category h3 p{
    margin-top:1.25em;
    }

    .category.data_manage,
    .category.form_manage,
    .category.mail_manage,
    .category.parts_manage,
    .category.mate_manage,
    .category.site_manage{
        background-position: top 1em center;
        background-size: auto 60px;
    }
    
    .category h3.txt_vc{
        height: auto;
        line-height: inherit;
    }
    
}