@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain
{
}

#hpb-headerMain h1
{
}

#hpb-headerLogo
{
}

#hpb-headerLogo a
{
}

#hpb-headerExtra1
{
}

#hpb-headerExtra1 p.tel
{
    /* 電話番号の文字設定 */
}

#hpb-headerExtra1 p.tel span
{
    /* 電話番号の「TEL」文字設定 */
}

#hpb-headerExtra1 p.address
{
    /* 住所文字設定 */
}

#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain{
    width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    padding-top: 0px;
    color: #e82840;
	padding-bottom: 10px;
	width: 400px;
	float: left;
}


#footerExtra1{
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   text-align: right;
  }


/* サイドブロック内パーツ */

/* バナー */
#banner
{
}


/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a
{
    /* ナビゲーション文字設定 */
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #013eb1;
    text-decoration: underline;
}
a:visited{
    color: #013eb1;
    text-decoration: underline;
}
a:hover{
    color: #fcc10c;
    text-decoration: none;
}
a:active{
    color: #fcc10c;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.2;
    text-align: left;
}

p.large{
    font-weight: bold;
}
p.indent{
    padding-left: 15px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h3{
    font-size: 1.3em;
    text-align: left;
    text-transform: capitalize;
	 background-image : url(pic_index/indexBg_11W.png);
    background-position: top left;
    background-repeat: no-repeat;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	color: #93192e;
	padding-left: 30px;
}

h3 span
{
}
h3 span.ja{
    font-size: 0.8em;
	font-weight: normal;
	color: #000;
}

h4{
    margin-top: 5px;
    margin-bottom: 3px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 2px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
    color: #79ABE1;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #cccccc;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #e9f9e9;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 380px;
    height: 200px;
}

input.l{
    width: 380px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    font-weight: normal;
    width: 110px !important;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 13px;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    padding-left: 130px;
    min-height: 16px;
}

*:first-child + html #hpb-main dd{
    height: 1%; /* for IE7 */
    padding-left: 0px;
}

* html #hpb-main dd{
    height: 1%; /* for IE6 */
    padding-left: 0px;
}

#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop
{
 
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    background-image : url(pic_index/returnTop_11W.png);
    background-position: center left;
    background-repeat: no-repeat;
	padding-left: 20px;
    text-align: left;
	
}

#pagetop a:link{
	color: #e82840;
}
#pagetop a:visited{
	color: #e82840;
}



/* トップページ デザイン定義 */
#hpb-title h1{
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    width: 300px;
    overflow: hidden;
    text-indent: -9999px;
    height: 43px;
    background-image : url(pic_index/logo_11W.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-title h2{
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #ffffff;
    text-align: left;
    line-height: 1.4;
    width: 410px;
    margin-left: 15px;
}

#hpb-title p{
    width: 410px;
    margin-left: 13px;
	color: #ffffff;
	line-height: 1.4;
}

#toppage-item div.item{
    margin-bottom: 10px;
    background-image : url(pic_index/itemBg_11W.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-top-width: 1px;
	border-top-color: #c7c7c7;
	border-top-style: solid;
    text-align: center;
    padding: 10px;
}

#toppage-item img{
    background-color: #ffffff;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

#toppage-item .item h4{
	text-align: left;
	background-image : url(pic_index/point_11W.png);
    background-position: top left;
    background-repeat: no-repeat;
	padding-left: 15px;
}
	
#toppage-item p{
    padding-left: 15px;
    padding-right: 5px;
    margin-top: 0.1em;
    margin-bottom: 1em;
	line-height: 1.4;
}

#toppage-news h3 .en{
    font-size: 1.3em;
	color: #93192e;
	padding-right: 10px;
	
}
#toppage-news dl{
	margin-top: 10px;
}
#toppage-news dt{
	font-weight: bold;
	background-image : url(pic_index/point_11W.png);
    background-position: 0px 6px;
    background-repeat: no-repeat;
}
#toppage-news dd
{
   
}

#toppage-info h3 .en{
    font-size: 1.3em;
	color: #93192e;
	padding-right: 10px;
	
}

#toppage-info h4{
	padding-left: 30px;
}

#toppage-info p{
   padding-left: 30px;
}


/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/

	/* フッター内パーツ */
	#hpb-footerMain{
    width: 100%;
	}

	#hpb-footerMain p{
		/* コピーライト文字設定 */
		width: 100%;
		float: none;
		padding-right: 5px;
		padding-left: 5px;
		box-sizing: border-box;
		word-break: break-all;
	}
	
	#footerExtra1{
		width: 100%;
	}
	
	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(pic_index/btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	h3.hpb-c-index{
    	border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
    	-webkit-border-radius: 0px;
    	border-radius: 0px;
	}
	
	h3{
		background-image : none;
		height: auto;
		line-height: 1.4;
		padding-left: 8px;
		border-top-color: #E3E3E3;
		border-top-style: solid;
		border-top-width: 1px;
		border-right-color: #E3E3E3;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-color: #E3E3E3;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-left-color: #E3E3E3;
		border-left-style: solid;
		border-left-width: 1px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
		background-color: #FAFAFA;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	h3 span.ja{
		padding-left: 10px;
	}
	
	h4{
		padding-right: 0px;
	}

	h5{
		padding-right: 10px;
	}

	table{
		width: 100%;
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* フォームパーツ設定 */
	textarea{
    width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main ul{
		padding-right: 0px;
	}
	#hpb-main dt{
    float: none;
		padding-bottom: 0px;
		max-width: 100%;
		box-sizing: border-box;
	}
	#hpb-main dd{
    padding-left: 13px;
	}

	#hpb-main img.left{
		margin-right: 0px;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 0px;
		float: none;
	}
	
	#pagetop{
		margin-right: 10px;
	}
	
	/* トップページ デザイン定義 */
	#hpb-title h1{
		margin-top: 20px;
		margin-left: auto;
		max-width: 96%;
		background-position: top center;
		background-size: contain;
	}
	
	#hpb-title h2{
    width: 96%;
    margin-left: auto;
		margin-right: auto;
	}
	
	#hpb-title p{
    width: 96%;
    margin-left: auto;
		margin-right: auto;
	}
	
	#toppage-item p{
    padding-right: 0px;
	}
	
	#toppage-news h3 .en{
		padding-right: 0px;
		padding-left: 10px;
		border-left-color: #FA98B1;
		border-left-style: solid;
		border-left-width: 7px;
	}
	
	#toppage-info h3 .en{
		padding-right: 0px;
		padding-left: 10px;
		border-left-color: #FA98B1;
		border-left-style: solid;
		border-left-width: 7px;
	}

}
