@charset "Shift_JIS";

/* Navigation
============================================================ */


#hpb-nav ul li span.en{
    display: none;
}

#hpb-nav ul li#nav-toppage a{
	background-image : url(ico_home_00_18.png);
}
#hpb-nav ul li#nav-topics a{
	background-image : url(ico_topic_00_18.png);
}
#hpb-nav ul li#nav-concept a{
	background-image : url(ico_board_00_18.png);
}
#hpb-nav ul li#nav-service a{
	background-image : url(ico_pc_00_18.png);
}
#hpb-nav ul li#nav-news a{
	background-image : url(ico_book_00_18.png);
}
#hpb-nav ul li#nav-company a{
	background-image : url(ico_building_00_18.png);
}
#hpb-nav ul li#nav-recruit a{
	background-image : url(ico_board_00_18.png);
}
#hpb-nav ul li#nav-access a{
	background-image : url(ico_access_00_18.png);
}
#hpb-nav ul li#nav-contact a{
	background-image : url(ico_contact_00_18.png);
}

/* Footer Navigation
============================================================ */

#hpb-footerNav ul li#home a span.ja, #hpb-footerNav ul li#pagetop a span.ja{
    display: none;
}


#hpb-footerNav ul li#home a{
	background-image : url(button_home_00_18.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#hpb-footerNav ul li#pagetop a{
	background-image : url(button_top_00_18.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#hpb-footerExtra1 ul{
	list-style: none;
	margin-top: 2px;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
}
#hpb-footerExtra1 ul li{
	display: inline-block;
	line-height: 2.2;
}
#hpb-footerExtra1 ul li a{
	background-image : url(arrow_00_18.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

/* Main Contents
============================================================ */

/* header logo */
#hpb-headerLogo a{
    display: block;
    background-image : url(header_title_01_18.png);
    background-position: left top;
    background-repeat: no-repeat;
	width: 300px;
	height: 29px;
    text-indent: -9999px;
    overflow: hidden;
}

.hpb-layoutset-01 #hpb-title{
    background-image : url(main_title_01_18.png);
    background-position: center top;
    background-repeat: no-repeat;
	background-color: #ecf5fe;
	width: 100%;
	height: 185px;
	text-indent: -9999px;
    overflow: hidden;
	border-bottom: 1px solid #40b2ed;
}

.hpb-layoutset-02 #hpb-title h2{
	background-image : url(index_bg_01_18.png);
    background-position: right top;
    background-repeat: no-repeat;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #40b2ed;
}

/* Common ==================== */

.hpb-section{
	overflow: hidden;
}

.hpb-section p{
	word-break: break-all;
	font-size: 12px;
}

/* Top Page ==================== */


.hpb-layoutset-01 #toppage .hpb-section{
	border: 1px solid #f2d048;
	background-color: #fffdbe;
	padding: 10px;
	-webkit-border-radius: 6px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 15px;
}

.hpb-layoutset-01 #toppage .hpb-section h3{
	clear: both;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	line-height: 1.5;
}

.hpb-layoutset-01 .hpb-section p{
	margin: 0;
	line-height: 1.5;
}

#hpb-main #toppage-news ul{
    margin: 0 15px;
    font-size: 12px;
	list-style: none;
	padding: 0;
}

#hpb-main #toppage-news ul li{
	margin-bottom: 15px;
}

#hpb-main #toppage-news ul li h4{
	margin: 0;
	padding: 0;
}

/* Second Page ==================== */

.hpb-layoutset-02 #hpb-title h2 .en{
	display: none;
}

.hpb-layoutset-02 #hpb-main h3{
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #40b2ed;
	-webkit-border-radius: 6px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-shadow: 1px 1px 1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c4e7ff),to(#5db4fe));
}

.hpb-layoutset-02 #hpb-main h3 .en{
	display: none;
}

.hpb-layoutset-02 #hpb-main h4{
    margin: 5px 0 10px 10px;
    font-size: 14px;
}

.hpb-layoutset-02 #hpb-main p.large{
    border: 1px solid #f2d048;
	background-color: #fffdbe;
	padding: 10px;
	-webkit-border-radius: 6px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 15px;
}

.hpb-layoutset-02 #hpb-main p.indent{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.hpb-layoutset-02 #hpb-main dl{
    margin: 0 15px;
}
.hpb-layoutset-02 #hpb-main dt{
    float: left;
    margin-right: 10px;
}
.hpb-layoutset-02 #hpb-main dd{
    margin: 0 0 5px;
    overflow: hidden;
}

.hpb-layoutset-02 #hpb-main table{
	margin: 0 10px 10px 10px;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}

.hpb-layoutset-02 #hpb-main th{
	font-weight: normal;
	background-color: #fffdbe;
	text-align: left;
	padding: 4px 6px;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}

.hpb-layoutset-02 #hpb-main td{
	text-align: left;
	padding: 4px 6px;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}

.hpb-layoutset-02 #hpb-main ol{
    margin: 0 15px;
	padding: 0 15px;
}

.hpb-layoutset-02 #hpb-main ol li{
    margin-bottom: 15px;
}

.hpb-layoutset-02 #hpb-main ol h4{
    margin: 0;
}


/* ========== concept ========== */

.hpb-layoutset-02 #hpb-main #concept .hpb-section{
    padding-bottom: 10px;
}

.hpb-layoutset-02 #hpb-main #concept .hpb-section:last-child p:last-child{
    margin-bottom: 0;
}
.hpb-layoutset-02 #hpb-main #concept dl{
    margin: 0 15px;
}
.hpb-layoutset-02 #hpb-main #concept dt{
    float: left;
    width: 5.5em;
    margin-right: 10px;
}
.hpb-layoutset-02 #hpb-main #concept dd{
    margin: 0 0 5px;
    overflow: hidden;
}


/* ========== news ========== */

.hpb-layoutset-02 #hpb-main #news p.indent{
	text-indent: -1.3em;
	margin-left: 26px;
	margin-right: 25px;
	margin-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
}
.hpb-layoutset-02 #hpb-main #news .hpb-section h4{
	margin-left: 20px;
}
.hpb-layoutset-02 #hpb-main #news .hpb-section h5{
    font-size: 12px;
    margin: 10px 15px 10px 22px;
}
.hpb-layoutset-02 #hpb-main #news .hpb-section p.large{
    margin: 0;
    padding: 0 15px;

}
.hpb-layoutset-02 #hpb-main #news dl{
    margin: 0 15px;
}
.hpb-layoutset-02 #hpb-main #news dt{
    float: left;
    margin-right: 15px;
}
.hpb-layoutset-02 #hpb-main #news dd{
    margin: 0 0 15px;
    overflow: hidden;
}


/* ========== company ========== */

.hpb-layoutset-02 #hpb-main #company .hpb-section{
    padding: 0 0 25px;
}
.hpb-layoutset-02 #hpb-main #company dl{
    margin: 10px 15px;
}
.hpb-layoutset-02 #hpb-main #company dt{
    float: left;
    width: 5.5em;
    margin-right: 10px;
}
.hpb-layoutset-02 #hpb-main #company dd{
    margin: 0 0 5px;
    overflow: hidden;
}

/* ========== recruit ========== */


.hpb-layoutset-02 #hpb-main #recruit dl{
    margin: 0;
}
.hpb-layoutset-02 #hpb-main #recruit dt{
    margin: 0 0 10px;
    padding: 2px 15px 0 14px;
    line-height: 1.0;
	width: 5em;
}
.hpb-layoutset-02 #hpb-main #recruit dd{
    margin: 15px 15px 20px;
    padding: 0;
}

/* ========== access ========== */

.hpb-layoutset-02 #hpb-main #access dt{

	width: 5em;
}

.hpb-layoutset-02 #hpb-main #access .hpb-section > img{
	margin-left: 15px;
}
/* ========== contact ========== */

.hpb-layoutset-02 #hpb-main .section input, .hpb-layoutset-02 #hpb-main .section textarea, .hpb-layoutset-02 #hpb-main .section div input, .hpb-layoutset-02 #hpb-main .section div textarea{
    display: inline-block;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
    margin: 0 0 0 10px;
    padding: 4px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0.4, #fff), to(#eee)); 
}
.hpb-layoutset-02 #hpb-main .section input{
    height: 30px;
}
.hpb-layoutset-02 #hpb-main .section textarea, .hpb-layoutset-02 #hpb-main .hpb-section .section div textarea{
    height: 160px;
}
.hpb-layoutset-02 #hpb-main #contact .section input:focus, .hpb-layoutset-02 #hpb-main #contact .section textarea:focus, .hpb-layoutset-02 #hpb-main .hpb-section .section div input:focus, .hpb-layoutset-02 #hpb-main .hpb-section .section div textarea:focus{
    background: #fff;
}
.hpb-layoutset-02 #hpb-main form .section p a{
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}
.hpb-layoutset-02 #hpb-main .section input.s{
    display: inline-block;
    width: 30px;
    margin: 5px 5px 5px 10px;
}
#hpb-main .hpb-section .section{
	margin:0 15px 0 0;
}
#hpb-main .hpb-section .section textarea{
	width:95%;
}
#hpb-main .hpb-section .section input.l{
	width:95%;
}
#hpb-main .hpb-section .section input.m{
	width:95%;
}
.hpb-layoutset-02 #hpb-main #reserve .hpb-section .submit div,
.hpb-layoutset-02 #hpb-main #contact .hpb-section .submit div,
.hpb-layoutset-02 #hpb-main #contactus .hpb-section .submit div,
.hpb-layoutset-02 #hpb-main #information .hpb-section .submit div{
    margin: 10px auto;
    text-align: center;
}

.hpb-layoutset-02 #hpb-main #reserve .button,
.hpb-layoutset-02 #hpb-main #contact .button,
.hpb-layoutset-02 #hpb-main #contactus .button,
.hpb-layoutset-02 #hpb-main #information .button{
	color: #000000;
	padding: 6px 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffdbb),to(#f8f474));
	border: 1px solid #f2d048;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px #eaeaea;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom: 8px;
	font-size: 14px;
}


/* ========== Privacy Policy ========== */

.hpb-layoutset-02 #hpb-main #privacy ul{
    padding: 0 15px;
    list-style: none;
}
.hpb-layoutset-02 #hpb-main #privacy li{
    background-image : url(arrow2_00_18.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
}

/* 縦向き表示時のみ適用 */
@media only screen and (orientation : portrait)
{
    .hpb-layoutset-02 #hpb-main #privacy h3{
        letter-spacing: -1px;
    }
}

/* ========== Law ========== */
.hpb-layoutset-02 #hpb-main #law dl{
    margin: 0 15px;
    padding: 10px 0;
}
.hpb-layoutset-02 #hpb-main #law dt{
    float: left;
    width: 7em;
    margin-right: 10px;
}
.hpb-layoutset-02 #hpb-main #law dd{
    margin: 0 0 10px;
    overflow: hidden;
}

