@charset "shift_jis";

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

/* ----------------------------------------------------
	reset
---------------------------------------------------- */
* {
    color: #333333;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 13px;
    line-height: 1.8;
	font-weight:normal;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
img {
    border: medium none;
    vertical-align: bottom;
}
ul, ol, li {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, caption {
	text-align: left;
}
a {
    outline: medium none;
}
a:link {
    color:#004ea2;
	text-decoration:underline;
}
a:visited {
    color:#004ea2
	text-decoration:underline;

	}
a:hover {
    color: #004ea2;
	text-decoration:none;
}
a img {
	vertical-align: top;
	text-decoration: none;
}
#header a:hover img,
.conversion a:hover img,
#pagetopBpx a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after{
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ----------------------------------------------------
	style
---------------------------------------------------- */
body {
	background:#fff;
	color:#333;
}

/* header */
#header {
	position:relative; 
	margin:0 auto;
	padding:9px 0 0;
}
#header p {
	float:right;
	background:url(/hihomobile/lp/bizreq/parts/icn_arrow.gif) no-repeat left center;
	padding:0 0 0 15px;
	margin:0 0 40px;
}
#header p a {
	font-size:14px;
	color:#333;
}
#header div {
	background:url(/hihomobile/lp/bizreq/parts/calltext.gif) no-repeat 142px center;
	text-align:right;
	clear:both;
	overflow:hidden;
}


/* main */
html body .contents h2 {
	font-size:28px;
	font-weight:bold;
}
html body .contents h3 {
	font-size:18px;
	font-weight:bold;
	color:#0b7fd7;
}
#main_top{
	margin:auto;
	text-align:center;
	}
.period{
	height:30px;
	text-align:center;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
h3{
	color:#000;
	border-bottom:solid 1px #000;
	margin-bottom: 10px;
	font-size: 20px;
	}
/* conversion */
.conversion {
	background:url(parts/bg_carea.gif) repeat-x left top #fff0cc;
	width:100%;
	padding:20px 0;
}
.conversion .inner {
	margin:0 auto;
	text-align:center;
}
.conversion .inner p {
	margin:0 0 18px;
}
.conversion dl{
	margin:auto;
}

.conversion dt{
	background:#59b2eb;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:2.5em;
	margin:20px auto;
	}
.conversion dt span{
		margin:20px 20px 10px 20px;
		color:#fff;
	font-size:22px;
	font-weight:bold;
}
.conversion dd{
	margin:20px;
	color:#004ea2;
	font-weight:bold;
	line-height:1.8em;
	text-indent:1em;
	font-size:18px;
}
/* footer */
#footer {
	width:900px;
	margin:10px auto;
}
#footer #copy {
	float:right;
}


/* 共通パーツ */
.textnote {font-size:84%;color:#ee0000; text-indent:-1em; padding-left:1em; line-height:1.5;}
.mt20 {margin-top:20px;}
.mt5 {margin-top:5px;}