@charset "utf-8";

/*-------------------------------------------------------
	Common
-------------------------------------------------------*/
html,
body {height: 100%;}
body {
	font-family:"メイリオ","MS PGothic",Helvetica,Arial,Sans-Serif;
	color: #333;
	margin: 0;
	padding: 0;
}
* {
	border-bottom: 1px
}
/* Images
---------------------------- */
img {
	border: none;             /* 画像にボーダーが入るのを防ぐ */
	vertical-align: bottom;   /* 画像下にスペースが出来るのを防ぐ */
}

/* Typograpy
---------------------------- */
p {
	margin: 0;
	padding: 0;
}
/* .Goodie
---------------------------- */
.clear {clear: both;}    /* float解除用 */
.inner {
	width: 995px;        /* 内包width指定 */
	margin: 0 auto;      /* width指定してmargin横幅をautoにすると要素がセンターになる */
	background: #ffffff;
	margin-bottom: 10px;
}
/*-------------------------------------------------------
	Layout
-------------------------------------------------------*/
#wrap {
	width: 1010px;
	}                 /* 今回は使ってない。なくてもOK */

/*-------------------------------------------------------
	Container
-------------------------------------------------------*/
#container{
	width: 1010px;
}
.inner {
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #AAAAAA;
}
.contents_copy{
	width: 780px;
}
.seo_list_logo{
	margin: 10px;
	height: 100px;
}
p.touroku,p.touroku_company{
	width: 35px;
	display: inline;
	line-height: 53px;
}
p.touroku{
	padding-left: 235px;
}
p.touroku_company{
	padding-left: 111px;
}
p.read{
	font-size: 15px;
	line-height: 150%;
	margin-top: 15px;
}
.service_title{
	background-color: #d5ddec;
	margin: 5px;
	margin-bottom: 15px;
	margin-top: 40px;
	padding: 5px 10px;
	border-style: solid;
	border-color: #afc3d4;
	border-width: 1px;
	border-radius: 3px;
}
p.service_title_p{
	font-size: 24px;
	font-weight: bold;
	color: #22649f;
	line-height: 150%;
	margin-bottom: -3px;
}
div.inner > div.seo_service:nth-child(2n) > .service_title{
	background-color: #22649f;
	border-color: #d5ddec;
}
div.inner > div.seo_service:nth-child(2n) p.service_title_p{
	color: white;
}
.items{
	float: left;
}
.box{
	float: left;
	width: 190px;
	height: 62px;
}
.record,.group,.rank,.service,.area,.area_many{
	float: left;
	width: 132px;
	height: 55px;
	text-align: center;
	padding-top: 19px;
	margin-left: 19px;
	line-height: 1.5;
}
.record,.group,.rank,.service,.area > img {
	display: inline;
 	vertical-align: middle;
 	margin-right: 2px
}

.record{background: url("/img/hikaku/record.gif") no-repeat;
	font-size: 13px;
	padding-top: 24px;}
.group{background: url("/img/hikaku/group.gif") no-repeat;}
.rank{background: url("/img/hikaku/rank.gif") no-repeat;}
.service{background: url("/img/hikaku/service.gif") no-repeat;}
.area{
	background: url("/img/hikaku/area.gif") no-repeat;
	font-size: 13px;
	padding-top: 24px;
}

.group img {
	margin: 0 3px;
}
.area_many{
	background: url("/img/hikaku/area.gif") no-repeat;
	font-size: 13px;
	padding-top: 19px;
}
.logo1{
	float: left;
}
.logo2{
	float: right;
	font-size: 24px;
	color: #e75959;
	font-weight: bold;
	width: 440px;
	height: 42px;
	background: url(..//img/hikaku/touroku1.gif) no-repeat;
	background-position: 0px 17px;
}
.touroku_form{
	float: right;
	text-align: center;
	margin-top: 15px;
}
.touroku_form >span,a{
	border-radius: 3px;
	border-radius: 3px solid 1px;
}
.main{
	padding-bottom: 0;
}
.servicelogo{
	width: 190px;
	margin-top: -75px;
	float: left;
	text-align: center;
}
img.face_picture{
	width: 160px;
	height: 210px;
	border: 1px solid #AAAAAA;
}
img.face_picture_sample{
	width: 160px;
	height: 210px;
	margin-top: 50px;
	border: 1px solid #AAAAAA;
	margin-top: -212px;

}
img.logo{
	width: 160px;
	height: 35px;
	margin-top: 30px;
	border: 1px solid #AAAAAA;
}
.main{
	width: 432px;
	float: left;
	margin-left: 23px;
}
.main > img{
	margin-top: 18px;
}
p.comment{
	font-size: 12px;
	margin-top: 7px;
	line-height: 160%;
}
ul.service_list{
	margin: 0 0 0 1.5em;
	font-size: 12px;
	list-style-type: decimal;
	padding-left: 15px;
	padding-top: 10px;
}
li.service_best3{
	margin: 0;
}
table.price{
	margin: 10px
}
tr.price_details{
	font-size: 12.5px !important;
	height: px !important;
}
.company{
	width: 255px;
	padding: 15px;
	background-color: #f6f6f6;
	float: right;
	border-radius: 5px;
	margin-bottom: 10px;
}
table.comapny_information{
	border-collapse: collapse;
}
table.price{
	border-collapse: collapse;
}
tr.price_details{
}
img.priceimg{
	margin-bottom: 2px;
	height: 20px !important;
}
td.price_details_initialcost,.price_details_monthlycost{
	margin: 0 !important;
	padding-left: 10px !important;
	padding-right: 5px
}
p.address,.tel,.member,.capital,.risting{
	font-weight: bold;
}

p.about{
	color: #22649f;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 150%;
}
td.about_others{
	font-size: 12px;
	vertical-align: top;
}
p.company_title{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}
table.about_risting{
	border-collapse: collapse;
}
td.company_details{
	width: 70px;
	font-size: 12px;
	vertical-align: top;
}
td.company_details_about{
	font-size: 11px;
}

.details{
	float: right;
	margin: 10px 0px 0px 10px;
	font-size: 17px;
	clear: both;
}
img.arrow{
	display: inline;
 	vertical-align: middle;
 	margin-right: 5px
}
a.words{
	color: #22649f;
}
p.readcopy{
	color: #22649f;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}
.box2{
	clear: both;
	height: 30px;
}
.service_wrap{
	width: 955px;
	margin: 0 auto;
}
td.many{
	width: 170px;
}
.bnr_mitsumori{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}