﻿@charset "utf-8";

/*------------------------------------------------------------
    01 = main
------------------------------------------------------------*/

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background:#FFF url(../img/wrapTopBg.png) no-repeat 50% 0;
	-webkit-text-size-adjust: 100%;
	min-width: 970px;
	padding-top:47px;}

html { font-size: 100%;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.opacity { display: inline-block;}
.opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: .7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	lin-height:0;
}

.fl { float: left;}
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #FF0000;}
.clrb { color: #333;}
.clrw { color: #fff;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}
.font10 { font-size:10px;}
.font12 { font-size:12px;}
.font14 { font-size:14px;}
.font16 { font-size:16px;}
.font18 { font-size:18px;}

/*------------------------------------------------------------
    02 = wrap
------------------------------------------------------------*/


#wrap{
	width:100%;
	min-width:960px;
	overflow:hidden;
	padding-bottom:60px;
	background:url(../img/wrapBottomBg.png) no-repeat 50% bottom;
}


/*------------------------------------------------------------
	03 = header
------------------------------------------------------------*/

#header{
	width:960px;
	overflow:hidden;
	margin:0 auto;
}

.hdLogo{
	width:386px;
	height:77px;
	float:left;
	margin-top:23px;
}

.request{
	width:225px;
	height:90px;
	float:right;
	margin-top:13px;
	margin-bottom:0
}

#gNavi{
	width:960px;
	height:58px;
	overflow:hidden;
	clear:both;
	padding-top:10px;
}

#gNavi li{
	float:left;
	height:58px;
	text-indent:-9999px;
}

#gNavi a{
	display:block;
	width:100%;
	height:100%;
	background:url(../img/gNaviBg.png) no-repeat;
}


#gNavi .navi01{ width:62px;}
#gNavi .navi02,
#gNavi .navi03{ width:225px;}
#gNavi .navi04{ width:226px;}
#gNavi .navi05{ width:222px;}

#gNavi .navi01 a{ background-position:0 0;}
#gNavi .navi02 a{ background-position:-62px 0;}
#gNavi .navi03 a{ background-position:-287px 0;}
#gNavi .navi04 a{ background-position:-512px 0;}
#gNavi .navi05 a{ background-position:-738px 0;}

#gNavi .navi01 a:hover{ background-position:0 -58px;}
#gNavi .navi02 a:hover{ background-position:-62px -58px;}
#gNavi .navi03 a:hover{ background-position:-287px -58px;}
#gNavi .navi04 a:hover{ background-position:-512px -58px;}
#gNavi .navi05 a:hover{ background-position:-738px -58px;}


/*------------------------------------------------------------
	04 = footer (common)
------------------------------------------------------------*/

#mainframe {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#mainHd{
	width:960px;
	overflow:hidden;
	margin:30px 0;
	padding-bottom:30px;
	background:url(../img/icon-bdr.png) repeat-x left bottom;
}

#mainHd h2 {
	float:left;
	height:40px;
	line-height:40px;
	font-size:175%;
	color:#333333;
	font-weight:bold;
	padding-left:60px;
	background:url(../img/icon-house.png) no-repeat left 50%;
}

#mainHd p{
	float:right;
	height:40px;
	line-height:40px;
	font-size:200%;
	color:#333333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#mainHd p span{
	display:inline-block;
	width:70px;
	height:25px;
	margin-right:10px;
	text-align:center;
	line-height:25px;
	color:#fff;
	font-size:76%;
	background:#F19394;
	font-family:Arial, Helvetica, sans-serif;
}

.secHd {
	width:160px;
	height:41px;
	text-align:center;
	line-height:41px;
	background:url(../img/bg-head.png) no-repeat;
	color:#fff;
	font-weight:bold;
	margin:30px 0 20px;
	position:relative;
}
.cpHd {
	height:41px;
	text-align: left;
	line-height:41px;
	color:#9CC;
	border-left: 12px solid #9CC;
	font-weight:bold;
	margin:0 0 20px;
	padding:0 0 0 10px;
}

.expHd {
	width: 256px;
	height:41px;
	text-align: left;
	line-height:41px;
	background:url(../img/bg-head.png) no-repeat;
	color:#fff;
	font-weight:bold;
	margin:30px 0 20px;
	position:relative;
	padding-left: 7%;
}
.expHd span{position: absolute; top:30%; right:0; color:#494949;}

/* left */
#leftframe {
	float:left;
	width:260px;
}

#leftframe ul{ margin-bottom:10px;}


#leftframe li{
	width:100%;
	height:auto;
	margin-bottom:1px;
}

#leftframe  a{
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	text-indent:1em;
	font-size:117%;
	font-weight:bold;
	border-radius:3px;
}

#menu1 a{
	background:#F19394;
	color:#fff;
}

#menu2 a{
	background:#FDECAD;
	color:#653819;
}

#menu3 a{
	background:#E3E2D0;
	color:#333;
}

#menu4 a{
	background:#E3E2D0;
	color:#333;
}
	#bannerarea li { height:50px;}
	#bannerarea li a.facebook{ line-height:48px; box-sizing:border-box; text-align:center}
	#bannerarea a.facebook{ background-color:#3a5795; color:#fff; border: 2px solid #A0B0D4;}
	#bannerarea a.moripas { text-align:center;}
	#bannerarea a.moripas span { display:block; margin:10px 0; padding:0 30px ; text-align: left; color:#323232;}
	#bannerarea a.moripas span.fb_likes { display:block; margin:10px 0; padding:20px 30px 20px 94px; text-align: left; color:#323232;}

	#bannerarea a.moripas img{ width:90px; margin-top:10px; margin-right:10px;}
	#bannerarea a.moripas img.left { float:left;}
#leftframe a:hover{ opacity:0.7;}


/* right */
#rightframe {
	width:670px;
	float:right;
	color:#333;
	font-size:117%;
	oveflow:hidden;
}


#mainImg{
	width:670px;
	height:385px;
	position:relative;
}
#mainImg-fb{
	width:670px;
	position:relative;
}

.tape01{
	position:absolute;
	left:30px;
	top:-14px;
}


.tape02 {
	position:absolute;
	right:30px;
	top:-12px;
}
.tape_rota_left{transform: rotate(-21deg);}
.tape_rota_right{transform: rotate(29deg);}
#mainImg-fb .fb_iframe_widget { left:13%; border:10px solid #FFB5B6;}
#staffHd{
	width:100%;
	overflow:hidden;
	margin:30px 0 20px;
}

#staffHd h3{
	float:left;
	margin:0;
}

#staffHd p{
	float:left;
	font-weight:bold;
	line-height:41px;
	margin-left:20px;
}

#staffList{	width:680px;}

#staffList li{
	width:160px;
	float:left;
	margin:0 10px 10px 0;
}

.name{
	font-weight:bold;
	margin:5px 0;
	padding:5px;
	border-bottom:1px solid #333;
}

.comment{
	padding:0 5px;
	font-size:84%;
}

#campaign{
	width:705px;
	margin-top:35px;
}

#campaign li{
	width:630px;
	float:left;
	margin:0 35px 35px 0;

}
#campaign li a:hover{ opacity:0.8}
#campaign li img{
	width:100%;
	border:3px solid #EBEBEB;
	padding:3px;
	box-sizing:border-box;

}

#example,#example2{
	width:705px;
	margin-top:35px;
}

#example li,#example2 li{
	width:200px;
	float:left;
	margin:0 35px 35px 0;
}

#example .exImg,#example2 .exImg {
	width:200px;
	height:200px;
	position:relative;
	margin-bottom:10px;
}
#example .exImg div,#example2 .exImg div {
	width:200px;
	height:200px;
	overflow:hidden;
	}
	#example .exImg div img,#example2 .exImg div img { position:relative; width:100%}
.tape03{
	position:absolute;
	top:-16px;
	left:60px;
}

.tape04{
	position:absolute;
	top:-16px;
	left:50px;
}

.tape05{
	position:absolute;
	top:-18px;
	left:50px;
}

/* ニュース */

#news{
	margin-top:30px;
	padding-bottom:20px;
	background:url(../img/icon-bdr.png) repeat-x left bottom;
}

#news h3{
	color:#333;
	font-size:109%;
	font-weight:bold;
	padding-bottom:15px;
	margin-bottom:10px;
	background:url(../img/icon-bdr.png) repeat-x left bottom;
}

#newsList{
	width:100%;
	overflow:hidden;
}

#newsList li{
	padding:20px 0;
	overflow:hidden;
	margin-bottom:-1px;
	border-bottom:1px solid #999;
}

#social {
	margin-top:30px;
	padding-bottom:20px;
	/*background:url(../img/icon-bdr.png) repeat-x left bottom;*/
}


.date{
	width:100px;
	float:left;
	font-size:92%;
}

.ttl{
	width:570px;
	float:right;
}

.date{
	width:100% !important;
	float:none !important;
}

.ttl{
	width:100% !important;
	float:none !important;
}
#leftframe .ttl a{
	line-height:22px;
	text-indent: 0em;
	}

.ttl a{
	color:#FF9999;
	font-weight:bold;
}

.ttl a:hover{ text-decoration:underline;}

.detail{
	display:none;
	font-size:92%;
	padding-top:20px;
	line-height:180%;
	font-weight: 600;
	
}
.detail span{ text-align:right; display:block; border-top:2px dashed #E9E9E9; margin-top:10px; padding:15px 0 5px;}
.detail span a { color:#7FB6B6;}
/* 会社概要 */

.tbl{
	width:100%;
	border-top:1px solid #ccc;
}

.tbl th{
	width:150px;
	font-weight:bold;
	text-align:left;
	padding:10px 0 10px 20px;
	color:#fff;
	background:#FF9999;
	border-bottom:1px solid #fff
}

.tbl td{
	padding:10px 0 10px 20px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.column2 {
	float: left;
    width: 50%;
    display: table;
	}
/*------------------------------------------------------------
	05 = modelhouse
------------------------------------------------------------*/
#modelhouse .maps { width:98.3%; border:1px solid #FF9999; padding:5px; clear:both; display: table;}
#modelhouse .maps div {
	float: left;
    width: 50%;
    display: table;
	}
#modelhouse iframe { border:0;}

/*------------------------------------------------------------
	06 = footer (common)
------------------------------------------------------------*/


#footer{
	width:960px;
	padding-bottom:50px;
	overflow:hidden;
	margin:50px auto 0;
}

.pagetop{
	width:52px;
	padding-left:908px;
	padding-bottom:15px;
	background:url(../img/icon-bdr.png) bottom left repeat-x;
}

.copy{
	float:left;
	margin-top:15px;
	font-size:92%;
}
#mainframe h2 span { font-size:84% }


/*------------------------------------------------------------
	07 = form
------------------------------------------------------------*/
/* for body */


ol { list-style-position:inside; margin:10px 5px;}
ol li { margin:0 0 5px; padding:0 0 5px;}


/* テーブル */
table.form {
	border: 1px solid #BDBCA8;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #BDBCA8;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #E3E2D0 ;
	font-weight:600;
}
table.form th span { font-size:10px ; font-weight:600;}
table.form td {
	background: #ffffff;
}

/* タイトル装飾 */
h3.postmailttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin: 2em 0 1em;
	font-weight:600;
}

/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
	font-weight:600;
}
span.msg,
table.form th span {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}
