@charset "utf-8";
/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6,small{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}
a img{vertical-align:bottom;}

/*--------------------------------
	clearfix
---------------------------------*/
#contents:after,
#main .check:after,
#top_contents .cpnlist:after,
#top_contents .actions div:after,
#main .gaika_actions:after,
#top_contents .main .inner:after,
#top_contents .actions > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#contents,
#main .check,
#top_contents .cpnlist,
#top_contents .actions div,
#main .gaika_actions,
#top_contents .main .inner,
#top_contents .actions > ul {
  zoom: 1; /* IE7,6 */
}

/*--------------------------------
	全体
---------------------------------*/
body {
  line-height: 1.6;
  color: #666;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 83%;
  background: #fff;
}
a:hover {
	text-decoration: none;
}

#body_inner {
  width: 1024px;
  margin: 0 auto;
  padding:0;
  border-right: solid 1px #e9e9e9;
  border-left: solid 1px #e9e9e9;
  background: #f7f7f7;
}
.round {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position:relative;
  behavior: url(PIE.htc);
}
.mark_attention li {
	background: url(../img/mark01.gif) no-repeat 0 0;
	padding-left: 26px;
}

.taL {text-align:left;}
.taR {text-align:right;}
.taC {text-align:center;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt1em {margin-top:1em;}
.mb1em {margin-bottom:1em;}

/*  計測タグ用画像隠し
----------------------------------------*/
img {
  display: block;
  height: 0;
}
#body_inner img {
  display: inline;
  height: auto;
}

/*--------------------------------
	ヘッダー
---------------------------------*/
#header {
	height: 115px;
	width: 100%;
	background: #fff;
	position:relative;
}
#header .jibun_logo {
	position:absolute;
	top: 21px;
	left: 63px;
}
#header .cpn_logo {
	position:absolute;
	top: 21px;
	right: 62px;
}

/*--------------------------------
	コンテンツ:トップ
---------------------------------*/
#top_contents .main {
	background: url(../img/bg_lets01.gif) no-repeat;
	height: 520px;
}
#top_contents .main .inner {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 9px;
}
#top_contents .main .inner h1 {
	float: left;
	width: 214px;
	margin-right: 30px;
}
#top_contents .main .inner p {
	float: left;
	width: 705px;
	text-align:right;
}
#top_contents .main .inner p img:first-child {
	padding-bottom: 8px;
}
#top_contents .wrapper {
	width: 940px;
	margin: 0 auto;
}
#top_contents .otokutxt {
	text-align:center;
	margin: 20px 0 25px;
}
#top_contents .cpnlist {
	width: 965px;
	margin:  0 auto;
}
#top_contents .cpnlist li {
	position:relative;
	float: left;
	width: 251px;
	margin-left: -13px;
}
#top_contents .cpnlist li:first-child {
	margin-left: 0;
}
#top_contents .actions {
	position: relative;
	padding: 20px 0 26px;
	margin-bottom: 5px;
}
#top_contents .actions > ul {
	width: 840px;
	margin: 0 auto 15px;
}
#top_contents .actions > ul li {
	float: left;
	width: 411px;
	margin-left: 18px;
}
#top_contents .actions > ul li:first-child {
	margin-left: 0;
}
#top_contents .actions div ul {
	width: 840px;
	margin: 0 auto;
}
#top_contents .actions div ul li {
	float: left;
	width: 268px;
	margin-left: 18px;
}
#top_contents .actions div ul li:first-child {
	margin-left: 0;
}
#top_contents h2 {
	text-align:center;
	margin-bottom: 20px;
}
#top_contents .tbl01 {
	border: 1px solid #d3d3d3;
	background: #f9f9f9;
	margin: 20px 0 30px;
}
#top_contents .tbl01 .odd {
	background: #fff;
}
#top_contents .tbl01 th {
	border-right: 1px solid #d3d3d3;
	padding: 20px 0 20px 40px;
	width: 210px;
	vertical-align: top;
}

#top_contents .tbl01 thead th {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	background-color: #d3d3d3;
	color: #fff;
	font-size: 115%;
	border-right: none;
}
* html #top_contents .tbl01 thead th {
	width: 938px;
}
*+html #top_contents .tbl01 thead th {
	width: 938px;
}
#top_contents .tbl01 td {
	padding: 20px 40px;
}
#top_contents .tbl01 h3 {
	margin: 22px 0 10px;
}
#top_contents .tbl01 .att {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 93%;
	line-height: 1.5;
	margin-top: 0.2em;
}
#top_contents .tbl01 .att2 {
	color: #cc0000;
	margin-top: 1em;
}
#top_contents .tbl01 .red {
	color: #cc0000;
}
#top_contents .tbl01 td dt {
	text-indent: -1em;
	margin-left: 1em;
}
#top_contents .tbl01 td dd {
	margin-left: 1em;
}
#top_contents .attentions {
	border-top: 1px solid #d3d3d3;
	padding-top: 30px;
}
#top_contents .attentions a {
	color: #d5003a;
}
#top_contents .attention {
	margin-top: 10px;
}
#top_contents .attention:first-child {
	margin-top: 30px;
}
*+html #top_contents .attention:first-child {
	margin-top: 0;
}
#top_contents .attention .round {
	border: 1px solid #d50237;
	background: #fff;
	padding: 40px;
}
#top_contents .attention h2 {
	margin-bottom: 14px;
	text-align:left;
}
#top_contents .attention .signature {
	margin-top: 20px;
	text-align: right;
}

/*--------------------------------
	コンテンツ:下層
---------------------------------*/
#contents {
	width: 940px;
	margin: 30px auto 0;
}

/*  レイアウト
----------------------------------------*/
#main {
	width: 722px;
	float: left;
	margin-right: 30px;
}
#side{
	width: 188px;
	float: left;
}

/*  main
----------------------------------------*/
#main .actions {
	text-align: center;
	margin: 20px 0 10px;
}
#main .actions li {
	display: inline;
	display: inline-block;
	zoom: 1;
	width: 270px;
	margin-left: 20px;
}
#main .actions li:first-child {
	margin-left: 0;
}
#main .check {
	width: 564px;
	margin: 0 auto 30px;
}
#main > h2 {
	text-align:center;
	margin-bottom: 20px;
}
#main .tbl01 {
	border: 1px solid #d3d3d3;
	background: #f9f9f9;
	margin-bottom: 30px;
}
#main .tbl01 .odd {
	background: #fff;
}
#main .tbl01 th {
	border-right: 1px solid #d3d3d3;
	padding: 20px 0 20px 40px;
	width: 130px;
	vertical-align: top;
}
#main .tbl01 td {
	padding: 20px 35px 20px 40px;
}
#main .tbl01 a {
	color: #006699;
}
#main .tbl01 .att {
	text-indent: -1em;
	margin-left: 1em;
	color: #cc0000;
	font-size: 93%;
	line-height: 1.5;
	margin-top: 0.2em;
}
#main .gaika_actions {
	width: 671px;
	margin: 0 auto 30px;
}
#main .gaika_actions li {
	float: left;
	width: 167px;
	margin-left: 1px;
}
#main .gaika_actions li:first-child {
	margin-left: 0;
}
#main .attention {
	border: 1px solid #d50237;
	background: #fff;
	padding: 40px;
}
#main .attention h2 {
	margin-bottom: 14px;
}
#main .attention .signature {
	margin-top: 20px;
	text-align: right;
}
#main .attention a {
	color: #d5003a;
}
#main .syogo,
#top_contents .syogo {
	border: 1px solid #e2e2e2;
	padding: 30px;
	font-size: 90%;
}
#main .syogo dt,
#top_contents .syogo dt {
	width: 80px;
	float: left;
}
#main .syogo dd,
#top_contents .syogo dd {
	margin-left: 80px;
	color: #333;
}
#main .inquiry {
	border: 1px solid #eb7000;
	background: #fff;
	text-align:center;
	padding: 40px 0;
}

/*  side
----------------------------------------*/
#side li {
	margin-bottom: 0;
}
#side li:first-child img {
	padding-left: 8px;
}

/*--------------------------------
	フッター
---------------------------------*/
#footer {
	padding: 30px 0;
	text-align:center;
	font-size: 85%;
	color: #959595;
	font-family: Verdana, Geneva, sans-serif;
}

/* ---------------------------------------------------------------------
	address
*/
.addressBox {
	margin: 10px 0;
	padding-bottom: 5px;
	text-align: center;
}

.addressBox {
	margin: 10px 0;
	padding-bottom: 5px;
	text-align: center;
}

.addressBox p {
	color: #333;
}

.addressBox .head {
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 1.231em;
	line-height: 1.2;
	font-weight: bold;
}

.addressBox .title {
	font-size: 1.167em;
	line-height: 1.6;
	font-weight: bold;
}

.addressBox .tel {
	margin-bottom: 2px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #eb7000;
	font-size: 1.846em;
	line-height: 1.6;
	font-weight: bold;
}

.addressBox .tel span {
	padding: 0 28px;
	background: url('../img/icon_tel.gif') left 0.15em no-repeat;
}

#top_contents .addressBox .attention {
	margin-top: 0;
}

.addressBox .attention span,
.addressBox .inquiry_attention span {
	display: inline;
	display: inline-block;
	zoom: 1;
	background: url(../img/mark01.gif) no-repeat 0 0;
	padding-left: 26px;
}




/*【LPページの埋め込むCSS】CSS*/
/* 「!」アイコン */
div.announceCom01 p.attention_end {
	padding: 0 0 0 20px;
	background: url(/pc/resources_shared/images/icn_caution.gif) no-repeat 0 0.1em;
}

div.announceCom01 {
	border:3px solid #CA0000;
	padding:10px;
	color:#CA0000;
	font-weight:bold;
	/* font-size:110%;*/
	font-size:14px;
	margin:20px 20px 0;
}

/* fx 追加

/* ---------------------------------------------------------------------
	LinkBtnArea-full
*/
#LinkBtnArea-full {
	position: relative;
	width: 100%;
	background-color: #eee;
	}
	#LinkBtnArea-full ul {
		margin: 0 auto;
		padding: 20px 20px 15px;
		width: 680px;
		text-align: center;
		}
		#LinkBtnArea-full ul li {
			margin-bottom: 10px;
			}
			#LinkBtnArea-full ul li img {
				vertical-align: bottom;
				}
