@charset "Shift_JIS";

/* 要素リセット */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #000000; /* 標準文字色 */
	min-width: 900px;
	background-color: #ffffff;
}
/* Safari用ハック 文字サイズ調整 */

html:first-child body{
    font-size: 70%;
}

#hpb-header{
    width: 100%;
    margin-bottom: 10px;
}


/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	text-align: left;
	height:26px;
	overflow:hidden;
}

#hpb-headerMain h1{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: right;
	font-weight: normal;
	line-height: 26px;
	font-size: 16px;
	color:#ffffff;
	background-color: #9f89d1;
}

#hpb-headerLogo{
        width: 900px;
        height: 100px;
        padding-top: 20px;
	padding-bottom:0px;
	padding-left: 0px;

        display: block;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        overflow: hidden;
        background-image : url(logo_9H.png);
        background-position: top left;
        background-repeat: no-repeat;
}

#hpb-title{
    width: 900px;
    height: 120px;
    padding-bottom: 5px;
}

#hpb-title h2{
	margin-top: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom:0;
	padding-left: 20px;
        padding-top: 0px;
	text-align:left;
	overflow: hidden;
	font-size: 1.6em;
	line-height: 100px;
	background-image : url(titleBg_9H.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* フッター内パーツ */

#hpb-footer{
       display: block;
       width: 900px;
       height: 20px;
       clear: both;
       margin-left: auto;
       margin-right: auto;
       padding-bottom:0px;
       margin-bottom:10px;
}

#hpb-footerMain{
    padding-top: 5px;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding-top:10px;
    padding-bottom:5px;
    margin-top:0;
    margin-bottom:10px;
    background-color: #9f89d1;
}

#hpb-footerLogo{
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a{
    padding-left: 0em;
    font-size: 1em;
}

a:link{
    color: #8362cc;
    text-decoration: underline;
}
a:visited{
    color: #8362cc;
    text-decoration: underline;
}
a:hover{
    color: #66ccff;
    text-decoration: none;
}
a:active{
    color: #66ccff;
    text-decoration: none;
}

p,pre{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 1.8;
    font-size: 24px;
    text-align: left;
}

h3{
	padding-right: 13px;
	padding-left: 13px;
	padding-top:5px;
	padding-bottom:0px;
	color: #000000;
	clear:both;
	background-image : url(indexBg_9H.png);
	background-repeat: repeat-x;
	background-position: left top;
        font-size: 1.6em;
	font-weight:normal;
        text-align: left;
}

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.6;
    font-weight:bold;
    color: #999999;
}
center{
    padding-top: 20px;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	
	body{
		min-width: 0;
                font-size: 16px;
	}

	/*--------------------------------------------------------
		共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain{
		background-image : none;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		height: 24px;
		display: block;
	}
	
	#hpb-headerMain h1{
                padding-top: 10px;
                padding-right: 5px;
                padding-bottom: 5px;
		padding-left: 5px;
                line-height: 24px;
                font-size: 20px;
		background-image : none;
	}
	
	#hpb-headerLogo{
		width: 98%;
		padding-top: 13px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#hpb-headerLogo a{
		background-position: center center;
		background-size: contain;
	}

	/*--------------------------------------------------------
		レイアウト設定
	--------------------------------------------------------*/
	
	#hpb-header{
		width: 100%;
		margin-bottom: 0px;
		padding-bottom: 10px;
	}
	
	#hpb-footer{
		width: 100%;
	}
	
	#hpb-inner{
		width: 100%;
	}
	
        #hpb-wrapper{
		width: 100% ;
                height: auto ;
	}

	#child-title{
                position: relative;
                display: block;
                width: 100% ;
                height: auto ;
	}
	
	h2 span.ja{
		padding-left: 10px;
	}
	h2 span.en{
		padding-left: 10px;
	}

	/* フッター内パーツ */
        #phb-footer{
                position : relative;
                top : 0px;
        }

	#hpb-footerMain{
                padding-top: 0px;
                font-size: 70%;
	}

	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-right: 5px;
		padding-left: 5px;
		word-break: break-all;
	}
	
	/*--------------------------------------------------------
		基本パーツデザイン設定
	--------------------------------------------------------*/
	p,pre{
		padding-right: 0px;
		padding-left: 0px;
		max-width: 100%;
	}
		
		

	#pagetop{
		padding-bottom: 20px;
	}


}

