@charset "UTF-8";
/* CSS Document */

/*===============================================
 レスポンシブ PCサイズ 横幅 741px以上
===============================================*/
@media screen and (min-width: 741px) {
article#page {
}

#breadcrumb_area {
	position:relative;
	overflow:hidden;
	font-size:12px;
	height:40px;
}

#breadcrumb_area:before {
	content:"";
	position:absolute;
	width:100%;
	height:10px;
	background:url(../img/home/shadow_main_top.png) top repeat-x;
	top:0px;
}
#breadcrumb_area:after {
	content:"";
	position:absolute;
	width:100%;
	height:10px;
	background:url(../img/home/shadow_main_bottom.png) top repeat-x;
	bottom:0px;
}

#breadcrumb_area ul {
	width:960px;
	margin:0px auto;
	line-height:40px;
}
#breadcrumb_area ul li {
	float:left;
}
#breadcrumb_area ul li a {
	display:block;
	position: relative;
	margin:0px 20px 0px 20px;
}
#breadcrumb_area ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 21px;
	right:-12px;
	width: 4px;
	height: 4px;
	margin: -4px 0 0 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}

#title_area {
	position:relative;
	height:120px;
	background:url(../img/common/title_bg1_pattern.png) repeat-x;
	margin-bottom:30px;
}
#title_area:after {
	content:"";
	position:absolute;
	width:100%;
	height:10px;
	background:url(../img/home/shadow_main_top.png) top repeat-x;
	bottom:-10px;
}
#title_area h2 {
	width:900px;
	margin:0 auto;
	background:url(../img/common/title_bg1.png) no-repeat top center;
	line-height:120px;
	padding:0px 30px;
	color:#FFF;
	font-size:30px;
}

#top_area {
	position:relative;
	overflow:hidden;
	padding:0px 0px;
	width: 960px;
	margin:0px auto 60px;

	border-radius: 20px;        /* CSS3草案 */  
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 20px;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}

.area {
	background:#FFF;
	width:960px;
	margin:0px auto 60px;
	overflow:hidden;
}
.area h3 {
	line-height:70px;
	font-size:30px;
	text-align:center;
}

.area h3.blue {
	background:url(../img/common/title_blue.png) no-repeat top center;
	color:#FFF;
}
.area h3.orange {
	background:url(../img/common/title_orange.png) no-repeat top center;
	color:#FFF;
}
.area h3.orange02 {
	background:url(../img/common/title_orange02.png) no-repeat top center;
	color:#FFF;
}
.area h3.orange03 {
	background:url(../img/common/title_orange03.png) no-repeat top center;
	color:#FFF;
}
.area h3.red {
	background:url(../img/common/title_red.png) no-repeat top center;
	color:#FFF;
}
.area h3.yellow {
	background:url(../img/common/title_yellow.png) no-repeat top center;
}


/*buy*/

#buy #top_area .buy_main {
	background:#ffe600;
	text-align:center;
	overflow:hidden;
	padding:0px 0px 30px 0px;
}
#buy #top_area .buy_main > div {
	margin-bottom:10px;
}
#buy #top_area .buy_main span {
	display:block;
	width:880px;
	margin:0px auto 0px;
}
#buy #top_area .buy_main span img {
	margin:0px 20px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	behavior:url(../js/PIE.htc);
}

#buy #point_area {
	padding-bottom:20px;
}
#buy #point_area ul {
	display:block;
	margin:25px 0px 0px 15px;
	overflow:hidden;
}
#buy #point_area ul li {
	float:left;
	margin:0px 15px 0px 10px;
}
#buy #point_area ul li h4 {
}
#buy #point_area ul li p {
	font-size:14px;
	line-height:1.5;
	padding:5px 0px 0px 50px;
}

#buy #step_area {
}
#buy #step_area ul {
	overflow:hidden;
	position:relative;
	margin:10px 0px 15px 20px;
}
#buy #step_area ul li {
	display:block;
	float:left;
	width:300px;
	margin:5px;
}
#buy #step_area ul li h4 {
	margin-bottom:6px;
}
#buy #step_area ul li div {
	position:relative;
	overflow:hidden;
	float:left;
	background:#005EAE;
	width:290px;
	border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}
#buy #step_area ul li div span {
}
#buy #step_area ul li div p {
	font-size:13px;
	line-height:1.5;
	color:#FFF;
	padding:15px 12px 15px 15px;
}

#buy #form_area {
}
#buy #form_area ul {
	padding:15px 15px 20px 15px;
	overflow:hidden;
}
#buy #form_area ul li {
	float:left;
	overflow:hidden;
	margin:15px;
	width:280px;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}
#buy #form_area ul li h4 {
	position:relative;
	font-size:22px;
	line-height:48px;
}
#buy #form_area ul li h4:after {
	content:"";
	position:absolute;
	display:block;
	width:20px;
	height:7px;
	background:url(../img/buy/buy_arrow_wd.png) no-repeat top center;
	left:50%;
	bottom:-7px;
	margin-left:-10px;
}
#buy #form_area ul li .unit {
	display:block;
	overflow:hidden;
	background:#F2F2F2;
	padding:10px 0px 10px 0px;
}
#buy #form_area ul li .unit p {
	font-size:14px;
	line-height:20px;
	margin:10px 0px 10px;
}
#buy #form_area ul li.call .unit p {
	margin-top:25px;
}
#buy #form_area ul li.call .unit p em {
	font-size:30px;
	font-weight:bold;
}
#buy #form_area ul li .unit .btn a {
	display:block;
	width:250px;
	margin:0px auto;
}
#buy #form_area ul li.access .unit .btn a {
	height:36px;
	line-height:36px;
}
#buy #form_area ul li.form .unit .btn a {
	height:50px;
	line-height:50px;
	margin-top:15px;
}

/* sale */

#sale {
}
#sale #top_area .sale_main {
	background:url(../img/sale/sale_main_bg.jpg) no-repeat;
	height:300px;
}
#sale #top_area .sale_main {
}
#sale #top_area .sale_main .title_unit {
	display:block;
	position:absolute;
	width:960px;
	top:0px;
	left:0px;
}
#sale #top_area .sale_main .title_unit .mark {
	float:left;
	margin:10px 0px 0px 25px;
}
#sale #top_area .sale_main .title_unit h3 {
	font-size:36px;
	font-weight:normal;
	line-height:1.3;
	margin:36px 30px 0px 300px;
	color:#FFFFFF;
	
	-moz-text-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);
}
#sale #top_area .sale_main .title_unit h3 em {
	font-size:42px;
}
#sale #top_area .sale_main .title_unit h3 strong {
	font-size:48px;
	font-weight:normal;
}
#sale #top_area .sale_main .title_unit h3 .ora {
	color:#FF931E;
}
#sale #top_area .sale_main .title_unit h3 .yel {
	color:#FAE52F;
}

#sale #top_area .sale_main .unit {
	display:block;
	position:absolute;
	bottom:35px;
	left:35px;
	color:#FFF;
	width:890px;
}
#sale #top_area .sale_main .unit h3 {
	font-size:24px;
	line-height:50px;
	width:350px;
}
#sale #top_area .sale_main .unit p {
	float:left;
	width:350px;
}
#sale #top_area .sale_main .unit .bn {
	display:block;
	float:right;
	width:520px;
	padding:0px 0px 0px 0px;
}
#sale #top_area .sale_main .unit .bn img {
	display:block;
	margin:0px 10px;
	width:240px;
	float:left;
}

#sale #point_area {
	background-color:#FFF;
	background-image:url(../img/sale/sale_bgphoto01.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#sale #point_area div {
	margin:40px 35px 50px 50px;
	float:left;
}
#sale #point_area h4 {
	margin:40px auto 0px;
	font-size:24px;
	font-weight:normal;
	line-height:60px;
}
#sale #point_area h4.img {
	width:860px;
}
#sale #point_area p {
	font-size:16px;
	line-height:2;
}
#sale #point_area p.right {
}
#sale #point_area p.left {
	margin:30px 0px 40px 85px;
}
#sale #point_area .cxl_txt {
	margin: 0px 50px 0px 50px;
	padding: 20px;
	float:none;
	clear: both;
	border: 1px solid #CCC;
}
#sale #point_area .cxl_txt h4 {
	margin: 0px auto 0px;
	font-size: 16px;
	font-weight:normal;
	line-height: 2em;
}
#sale #point_area .cxl_txt p {
	font-size: 12px;
	line-height:2;
}

#sale #check_area {
}
#sale #check_area p {
	line-height:2;
	margin:30px 85px 30px 85px;
}
#sale #check_area div {
	width:670px;
	margin:0 auto 40px;
}

#sale #guide_area {
}
#sale #guide_area h4 {
	font-size:21px;
	color:#005EAE;
	margin:30px 85px 30px 85px;
}
#sale #guide_area dl {
	margin:30px 85px 40px 85px;
}
#sale #guide_area dl dt {
	display:block;
	float:left;
	padding:0px .5em;
	margin:5px 0px;
	line-height:30px;
	font-weight:bold;
	color:#005EAE;
}
#sale #guide_area dl dd {
	padding:5px .5em 5px 13em;
	margin:0px;
	border-bottom:#CCC 1px solid;
	line-height:30px;
}
#sale #guide_area dl dd:nth-child(4n+4) {
	background:#F6F7F9;
}
#sale #guide_area dl dd span {
	display:block;
	margin:0px 0px 5px 0px;
	font-size:14px;
	line-height:1.2;
}

#sale #search_area {
	padding: 0px 0px 20px 0px;
}
#sale #search_area h3 {
	margin-bottom: 40px;
}
#sale #search_area .bn {
	float:left;
	margin: 0px 0px 20px 40px;
}
#sale #search_area .btn {
	float:right;
	margin: 10px 40px 40px 0px;
}
#sale #search_area .btn a {
	display:block;
	line-height:90px;
	font-size:24px;
	font-weight:bold;
	width:520px;
	height:90px;
}
#sale #search_area .btn a span {
	font-size:16px;
	margin:0px .5em 0px 10px;
	vertical-align:top;
}
#sale #search_area .btn a:before {
	content:"";
	display:block;
	position:absolute;
	width:60px;
	height:60px;
	top:15px;
	left:15px;
	background:url(../img/sale/icon_loupe.png) no-repeat;
}
#sale #search_area .btn a:after {
	content:"";
	display:block;
	position:absolute;
	width:28px;
	height:22px;
	top:34px;
	right:15px;
	background:url(../img/sale/icon_blank.png) no-repeat;
}

/* service */

#service {
}
#service #inspection_area {
}
#service #inspection_area p {
	margin:50px 120px 0px;
}
#service #inspection_area .present {
	width:840px;
	height:450px;
	margin:20px auto 60px;
}
#service #inspection_area .present h4 {
	display:block;
	text-align:center;
	position:relative;
	font-size:36px;
	color:#FF931E;
	line-height:56px;
	height:56px;
	margin:0px 20px;
	border-top: 2px solid #FF931E;
	border-bottom: 2px solid #FF931E;
}
#service #inspection_area .present h4:after {
	display:block;
	position:absolute;
	left:50%;
	margin:0px 0px 0px -25px;
	content:'';
	width:0px;
	height:0px;
	border: 25px solid transparent;
	border-bottom: 20px solid transparent;
	border-top:20px solid #FF931E;
}
#service #inspection_area .present ul {
}
#service #inspection_area .present ul li {
	display:block;
	float:left;
	margin:10px 20px;
}

#service #maintenance_area {
}
#service #maintenance_area p {
	width:870px;
	margin:40px auto 0;
}
#service #maintenance_area div {
	width:870px;
	height:60px;
	margin:30px auto;
}

#service #maintenance_area div.guarantee_txt {
	width:870px;
	height:60px;
	margin:30px auto;
	background:#FF931E;
}
#service #maintenance_area .guarantee_txt h4 {
	display:inline-block;
	color:#FFFFFF;
	line-height:60px;
	height:60px;
}
#service #maintenance_area .guarantee_txt h4 .boxline {
	display:block;
	float:left;
	font-size:14px;
	line-height:15px;
	height:28px;
	width:6em;
	padding:3px 20px;
	border:2px solid #FFFFFF;
	margin:12px 20px 0px 30px;
}
#service #maintenance_area .guarantee_txt h4 strong {
	display:inline-block;
	font-size:39px;
	margin-right:20px;
}
#service #maintenance_area .guarantee_txt h4 .term {
	font-size:24px;
	margin-right:15px;
}
#service #maintenance_area .guarantee_txt h4 .term em {
	font-size:36px;
}
#service #maintenance_area .guarantee_txt h4 .term > span {
	font-size:20px;
	margin-left: 15px;
	margin-right: 15px;
}
#service #maintenance_area .guarantee_txt h4 .note {
	font-size:12px;
	color:#333333;
	font-weight:normal;
}

#service #maintenance_area div.guarantee_txt span.txt {
	display:block;
	text-align:center;
	line-height:60px;
	color:#FFFFFF;
	font-size:18px;
}
#service #maintenance_area div.guarantee_txt span.txt em {
	display:inline-block;
	background:#FFFFFF;
	color:#FF931E;
	margin:0px 20px;
	padding:0px 1em;
	font-weight:bold;
}

#service #maintenance_area ul.guarantee {
	width:900px;
	margin:0 auto 40px;
	overflow:hidden;
}
#service #maintenance_area ul.guarantee li {
	float:left;
	margin:0px 15px;
}
#service #maintenance_area ul.guarantee li img {
}

#service #insurance_area {
}
#service #insurance_area div {
	width:640px;
	height:60px;
	margin:30px auto;
}
#service #insurance_area div.copy {
	font-size:30px;
	font-weight:bold;
	line-height:44px;
	height:44px;
	padding:8px;
	color:#333333;
}
#service #insurance_area div.copy em {
	display:inline-block;
	background:#FF931E;
	color:#FFFFFF;
	font-size:36px;
	line-height:40px;
	padding:4px 15px 0px;
	margin:0px 5px 0px 0px;
}
#service #insurance_area div.copy strong {
	color:#005EAA;
	font-size:42px;
	margin-left:5px;
	margin-right:10px;
}
#service #insurance_area div.copy > span {
	color:#FF1D25;
	font-size:40px;
}


#service #insurance_area p {
	width:860px;
	margin:0px auto 0px;
}
#service #insurance_area dl {
	width:860px;
	margin:20px auto 5px;
	border:#FF931E 2px solid;
	overflow:hidden;
}
#service #insurance_area dl dt {
	display:block;
	float:left;
	background:#FF931E;
	font-weight:bold;
	color:#FFF;
	line-height:36px;
	padding:0 1em;
	text-align:center;
	margin:0px 10px 0px 0px;
}
#service #insurance_area dl dd {
	line-height:36px;
	float:left;
	margin:0px 5px;
}
#service #insurance_area dl dd a {
	display:block;
	padding:0px 1em;
}
#service #insurance_area p.pp {
	text-align:right;
	margin:0px auto 30px;
	font-size:14px;
}
#service #insurance_area p.pp a {
	display:block;
	position:relative;
	padding-right:30px;
}
#service #insurance_area p.pp a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right:10px;
	width: 4px;
	height: 4px;
	margin: -4px 0 0 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}

#staff {
}
#staff #staff_area p {
	width:710px;
	margin:50px auto 40px;
}
#staff #staff_area ul.profile {
	overflow:hidden;
	width:750px;
	margin:0 auto 60px;
}
#staff #staff_area ul.profile li {
	display:block;
	position:relative;
	background:#005EAE;
	width:210px;
	float:left;
	margin:0px 20px 60px;
}
#staff #staff_area ul.profile li .post {
	display:block;
	font-size:12px;
	line-height:15px;
	color:#FFF;
	padding:0px 0px 0px 10px;
	margin:12px 0px 0px 0px;
}
#staff #staff_area ul.profile li .name {
	display:block;
	font-size:18px;
	color:#FFF;
	padding:0px 0px 0px 10px;
	line-height:25px;
	margin:0px 0px 8px 0px;
}
#staff #staff_area ul.profile li .name em {
	font-size:11px;
}
#staff #staff_area ul.profile li p.comment {
	position:absolute;
	font-size:12px;
	line-height:1.4;
	width:170px;
	padding:10px 10px 7px 10px;
	bottom:50px;
	left:10px;
	background:rgba(255,255,255,.8);
	border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}
#staff #staff_area ul.profile li p.comment:before {
	content:"";
	position:absolute;
	display: block;
  width: 0;
	height: 0;
	top:-14px;
	left:50px;
	border-top: 7px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid rgba(255,255,255,.8);
	border-left: 5px solid transparent;
}

#staff #staff_area ul.profile li.senden_bu a {
	display:table-cell;
	position:absolute;
	content:'';
	box-sizing:border-box;
	vertical-align:middle;
	width:4.6em;
	height:4.6em;
	top:-10px;
	left:-10px;
	background:#FF0004;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	text-indent:0.1em;
	padding:1.1em 0.3em 0px;
	line-height:1.2em;
	
	-webkit-transition: 0.2s ease-in-out;　/* Safari,Google Chrome用 */
	   -moz-transition: 0.2s ease-in-out;　/* Firefox用 */ 
       -o-transition: 0.2s ease-in-out;  
          transition: 0.2s ease-in-out;
	
	border-radius: 2.3em;        /* CSS3草案 */  
  -webkit-border-radius: 2.3em;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 2.3em;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}
#staff #staff_area ul.profile li.senden_bu a:hover {
	-webkit-transform: scale(1.1);  
  -moz-transform: scale(1.1); 
}

#staff #staff_area ul.profile li span.new {
	display:table-cell;
	position:absolute;
	content:'';
	box-sizing:border-box;
	vertical-align:middle;
	width:4.6em;
	height:4.6em;
	top:-10px;
	left:-10px;
	background:#FF0004;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	text-indent:0.1em;
	padding:1.7em 0.3em 0px;
	line-height:1.2em;
	
	-webkit-transition: 0.2s ease-in-out;　/* Safari,Google Chrome用 */
	   -moz-transition: 0.2s ease-in-out;　/* Firefox用 */ 
       -o-transition: 0.2s ease-in-out;  
          transition: 0.2s ease-in-out;
	
	border-radius: 2.3em;        /* CSS3草案 */  
  -webkit-border-radius: 2.3em;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 2.3em;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}

/* company */
#company {
}
#company #about_area {
}
#company #about_area h4 {
	font-size:20px;
	font-weight:bold;
	color:#005EAE;
	line-height:1.5;
	margin:40px 0px 0px 80px;
}
#company #about_area p {
	margin:25px 0px 40px 80px;
}
#company #about_area p.ceo_txt {
	margin-right: 290px;
}
#company #about_area div.ceo {
	float:right;
	margin:80px 80px 30px 30px;
}
#company #about_area div.pho {
	float:right;
	margin:40px 80px 30px 20px;
}
#company #about_area div.ceo span {
	display:block;
	font-size:14px;
	margin:10px 0px 0px 0px;
	text-align:center;
}
#company #about_area div.ceo span.kana,
#company #about_area div.ceo span.nick {
	font-size:12px;
	margin:0px;
}
#company #about_area div.ceo span.sub {
	font-size:11px;
	margin:0px;
}

#company #about_area dl.bio_oihara {
	display:block;
	clear:both;
	overflow:hidden;
	width:760px;
	margin:0px auto 40px;
	padding:20px;
	background:#FFC;
	border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}
#company #about_area dl.bio_oihara dt {
	display:block;
	float:left;
	width:140px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#005EAE;
	line-height:2;
}
#company #about_area dl.bio_oihara dd {
	display:block;
	font-size:14px;
	margin:0px 0px 0px 160px;
	padding:5px 0px 5px 5px;
	line-height:1.5;
	border-bottom:1px solid rgba(0,0,0,.2);
}

#company #about_area ul {
	display:block;
	clear:both;
	overflow:hidden;
	width:836px;
	margin:0px auto;
}
#company #about_area ul li {
	display:block;
	float:left;
	text-align:center;
	margin:0px 18px 0px 18px;
}
#company #about_area ul li p {
	margin:0px 0px 0px 0px;
	font-size:14px;
	line-height:40px;
}

#company #about_area dl.profile_oihara {
	display:block;
	clear:both;
	overflow:hidden;
	width:760px;
	margin:0px auto 40px;
	padding:20px;
	border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}
#company #about_area dl.profile_oihara dt {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#005EAE;
	line-height:2;
	border-bottom:#005EAE solid 2px;
	padding:0px 0px 0px 10px;
	margin-bottom:10px;
}
#company #about_area dl.profile_oihara dd {
	display:block;
	overflow:hidden;
	margin:0px;
	padding:0px;
	line-height:1.5;
	font-size:14px;
}
#company #about_area dl.profile_oihara dd ul {
	display:block;
	clear:both;
	overflow:hidden;
	width:700px;
	margin:0px auto;
	padding-bottom:20px;
}
#company #about_area dl.profile_oihara dd ul li {
	display:block;
	position:relative;
	float:none;
	text-align:left;
	margin:0px;
	padding:8px 30px;
	border-bottom: #888888 dotted 1px;
	color:#666666;
	letter-spacing:0.1em;
}
#company #about_area dl.profile_oihara dd ul li:nth-child(even) {
	background:#F2F2F2;
}
#company #about_area dl.profile_oihara dd ul li:before {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	left: 10px;
	width: 5px;
	height: 5px;
	margin: -5px 0 0 0;
	border-top: solid 2px #666666;
	border-right: solid 2px #666666;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}

#company #company_area {
}
#company #company_area div.company {
	float:right;
	margin:50px 50px 50px 0px;
}
#company #company_area dl {
	display:block;
	margin:50px 0px 50px 80px;
	width:400px;
	font-size:16px;
}
#company #company_area dl dt {
	display:block;
	float:left;
	line-height:20px;
	padding:5px;
	margin-right: 0.5em;
	font-weight: bold;
	color:#005EAE;
}
#company #company_area dl dd {
	display:block;
	padding:0px 0px 0px 4em;
	margin:0px;
	line-height:30px;
}
#company #company_area dl dd.ceo {
	padding:0px 0px 0px 5.5em;
}
#company #company_area dl dd.content {
	padding:30px 20px 0px 5px;
}



#company #recruit_area {
}
#company #recruit_area p {
	margin:40px 80px 20px 80px;
}
#company #recruit_area .detail {
	box-sizing:border-box;
	margin:0px 80px 20px 80px;
	border:2px solid #005EAE;
	padding: 20px;
}
#company #recruit_area h4 {
	font-size:20px;
	font-weight:bold;
	color:#005EAE;
	margin:0px 0px 0px 0px;
	padding: 0px 0px;
}
#company #recruit_area ul {
	overflow:hidden;
	margin:0px 0px 20px 0px;
	padding: 0px 20px;
}
#company #recruit_area ul li {
	float:left;
	margin:0px 1em 0px 0px;
}
#company #recruit_area p.rec_contact {
	text-align:center;
}
#company #recruit_area p.rec_contact .tel {
}
#company #recruit_area p.rec_contact .tel em {
	font-size:24px;
}

#company #access {
}
#company #access .map {
	float:left;
	width:500px;
	margin:40px 30px 80px 40px;
}
#company #access p {
	margin:40px 40px 0px 0px;
}
#company #access p.add {
	margin:20px 40px 0px 0px;
}
#company #access .pho {
	display:block;
	text-align:right;
	margin:20px 40px 0px 0px;
	padding:0px 60px 0px 0px;
}
#company #access .pho img {
}

/* sendenbu */
#sendenbu {
}
#sendenbu #top_area .post_main {
}
#sendenbu .post_area {
	position:relative;
	overflow:visible;
	padding:40px 0px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	behavior:url(../js/PIE.htc);
}
#sendenbu .post_area:before {
	content:"";
	display:block;
	position:absolute;
	height:5px;
	width:960px;
	background:url(../img/sendenbu/post_top.png) repeat-x top left;
	background-size:10px 5px;
	left:0px;
	top:-5px;
}
#sendenbu .post_area:after {
	content:"大野自動車販売株式会社 [宣伝部]";
	display:block;
	position:absolute;
	top:10px;
	left:0px;
	width:960px;
	text-align:center;
	color:#A4D5EC;
	font-size:16px;
}
#sendenbu .post_area .post_title {
	border-top:3px solid #005EAE;
	border-bottom:3px solid #005EAE;
	margin:20px 80px 60px;
	overflow:hidden;
}
#sendenbu .post_area .post_title h3 {
	text-align:left;
	float:left;
	height:44px;
	line-height:44px;
	font-size:24px;
	font-weight:normal;
	color:#005EAE;
}
#sendenbu .post_area .post_title span {
	display:block;
	text-align:right;
	float:right;
	height:44px;
	line-height:44px;
	font-size:12px;
	width:130px;
}
#sendenbu .post_area .post {
	display:block;
	margin:0px 80px 40px;
}
#sendenbu .post_area .post .photo {
	margin:20px 0px 0px;
}
#sendenbu .post_area .post .right {
	float:right;
	margin:0px 0px 0px 30px;
}
#sendenbu .post_area .post div.photo.center {
	text-align: center;
}

#sendenbu .post_area .post .photo img {
	outline:#FCEE21 3px solid;
}
#sendenbu .post_area .post p {
}
#sendenbu .post_area .post p.left {
	float:left;
	width:440px;
}

#sendenbu .post_area .post p.center {
	float:none;
	width:100%;
}


#sendenbu .post_area .post p a {
	display:inline-block;
	position:relative;
	margin:20px auto 10px;
	padding:0px 40px 0px 20px;
	line-height:40px;
	outline:#FCEE21 3px solid;
}
#sendenbu .post_area .post p a:after {
	position:absolute;
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FCEE21;
  border-right: solid 2px #FCEE21;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
#sendenbu .post_area .post p a:hover {
	background:#FCEE21;
}

/* プライバシーポリシー */
#privacy {
}
#privacy #privacy_area {
}
#privacy #privacy_area h3 {
}
#privacy #privacy_area h3 span {
	font-size:24px;
}
#privacy #privacy_area p {
	width:760px;
	margin:50px auto 40px;
}
#privacy #privacy_area p span {
	display:block;
	text-align:right;
}

#privacy #privacy_area dl.detail {
	width:760px;
	margin:0px auto 80px;
}
#privacy #privacy_area dl.detail > dt {
	padding: 10px 20px 0px 10px;
	font-weight:bold;
}
#privacy #privacy_area dl.detail > dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	line-height: 1.5em;
	text-align: left;
}
#privacy #privacy_area dl.detail > dd ul.sub {
	padding:5px 0px 5px 1em;
	text-indent:-1em;
}
#privacy #privacy_area dl.detail > dd ul.sub > li {
	margin-bottom:5px;
}
#privacy #privacy_area dl.detail > dd dl.sub {
	padding:5px 0px 5px 0px;
}
#privacy #privacy_area dl.detail > dd dl.sub > dt {
	margin-bottom:5px;
}
#privacy #privacy_area dl.detail > dd dl.sub > dd {
	margin-bottom:5px;
}

/* サイトマップ */
#sitemap {
}
#sitemap #sitemap_area {
}
#sitemap #sitemap_area ul {
	width:700px;
	margin:60px auto 80px;
	font-size:14px;
}
#sitemap #sitemap_area ul li {
	line-height:36px;
	padding:10px 0px 0px 20px;
	font-weight:bold;
}
#sitemap #sitemap_area ul li a {
	display:block;
	position:relative;
	padding:0px 0px 0px 30px;
	line-height:36px;
	font-weight:normal;
	color:#005EAE;
}
#sitemap #sitemap_area ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 17px;
	left: 10px;
	width: 4px;
	height: 4px;
	margin: -4px 0 0 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}

}



