@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/footer_bg.jpg) no-repeat center bottom;
	font: 16px/150% "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #555;
	padding: 0 0 49px;
	margin: 0 auto;
	width: 960px;
}

img {
	vertical-align: bottom;
	border: 0;
}

a {
	color: #64a04a;
	text-decoration: none;
}

a:hover {
	color: #7b4e2c;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1.0em;
}

p {
	padding: 0px 10px 10px;
	line-height: 1.8em;
}

#header{
	padding: 0;
	margin: 0;
}

#top{
	padding: 0;
	margin: 0;
}

.whats_l{
	float: left;
	width: 640px;
}
.whats_r{
	float: right;
	width: 300px;
	padding: 35px 0 0 0;
}

.about_l{
	float: left;
	width: 500px;
}
.about_r{
	float: right;
	width: 430px;
}
#map_tokyo{
	width: 428px;
	height: 300px;
	border: 1px solid #64a04a;
}
#map_osaka{
	width: 428px;
	height: 300px;
	border: 1px solid #64a04a;
}

.ul_target{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 630px;
}
.ul_target li{
	background: url(../images/icon_check.jpg) no-repeat 0 0;
	padding: 5px 0 5px 40px;
	margin: 3px 0;
	color: #7b4e2c;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
.target_r{
	float: right;
	width: 250px;
}

.get_l{
	float: left;
	width: 300px;
	margin-top: 20px;
}
.ul_get{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 630px;
}
.ul_get li{
	background: url(../images/icon_get.jpg) no-repeat right 0;
	padding: 5px 30px 5px 0px;
	margin: 3px 0;
	color: #7b4e2c;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
}

.time_box{
	padding: 5px 0 10px;
	margin: 15px 0 20px;
	border-bottom: 1px dashed #cccccc;
}
.time_lbox{
	float: left;
	width: 420px;
}
.time_lbox .f_big{
	display: inline-block;
	margin-left: 30px;
}
.time_rbox{
	float: right;
	width: 540px;
}


.company_name span{
	display: inline-block;
	text-align: center;
	width: 192px;
}
.company_name span img{
	padding: 2px;
	border: 1px solid #64a04a;
}
.company_name span img:hover{
	border: 1px solid #7b4e2c;
}
.company_tit{
	padding: 0;
	margin: 120px 0 20px;
}
.company_hp{
	float: right;
}
.company_l{
	float: left;
	width: 570px;
}
#gallery{
	float: right;
	width: 360px;
}
.company_dl dd{
	margin-left: 30px;
}
.company_dl dt.icon_ninjin{
	background: url(/images/common/icon_ninjin.gif) no-repeat 0 2px;
	padding: 4px 0 4px 40px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	color: #7b4e2c;
	font-weight: bold;
	font-size: 120%;
}
.company_dl dt.icon_tamanegi{
	background: url(/images/common/icon_tamanegi.gif) no-repeat 0 2px;
	padding: 4px 0 4px 40px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	color: #7b4e2c;
	font-weight: bold;
	font-size: 120%;
}
.company_dl dt.icon_tomato{
	background: url(/images/common/icon_tomato.gif) no-repeat 0 2px;
	padding: 4px 0 4px 40px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	color: #7b4e2c;
	font-weight: bold;
	font-size: 120%;
}
.company_dl dt.message{
	background: url(../images/icon_check.jpg) no-repeat 0 0px;
	padding: 4px 0 4px 40px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	color: #7b4e2c;
	font-weight: bold;
	font-size: 120%;
}
.company_dl dd.company_dt_message{
	background: url(../images/company_mes_top.jpg) no-repeat 0 0px;
	padding: 6px 0 0;
	margin: 0;
}
.company_dl dd.company_dt_message p{
	background: url(../images/company_mes_bottom.jpg) no-repeat left bottom;
	padding: 5px 10px 10px 10px;
	margin: 0;
	color: #ff7200;
	font-weight: bold;
	font-size: 120%;
}

.contact_l{
	float: left;
	margin-left: 30px;
}
.contact_icon{
	vertical-align: middle;
}

.topban_box{
	padding: 0;
	margin: 30px 0 0;
}
.tokyo_ban{
	float: left;
	width: 50%;
	text-align: center;
}
.osaka_ban{
	float: right;
	width: 50%;
	text-align: center;
}



/* new clearfix
-------------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/* 追加
-------------------------------------------------------------------*/
.f_c{ text-align: center;}
.clr { color: #64a04a;}

.f_big{	font-size: 150%;}

.tit_h3{
	padding: 0;
	margin: 40px 0 15px;
}

.cont_box{
	background: url(../images/cont_bottomline.jpg) no-repeat left bottom;
	margin: 30px 0 40px;
	padding: 0 0 30px;
}

.ul_none{
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
li.icon_tamanegi{
	background: url(/images/common/icon_tamanegi.gif) no-repeat 0 3px;
	padding: 2px 0 2px 30px;
	color: #7b4e2c;
	font-weight: bold;
}
li.icon_tomato{
	background: url(/images/common/icon_tomato.gif) no-repeat 0 3px;
	padding: 2px 0 2px 30px;
	color: #7b4e2c;
	font-weight: bold;
}
li.icon_ninjin{
	background: url(/images/common/icon_ninjin.gif) no-repeat 0 3px;
	padding: 2px 0 2px 30px;
	color: #7b4e2c;
	font-weight: bold;
}

.icon_tamanegi{
	background: url(/images/common/icon_tamanegi.gif) no-repeat 0 5px;
	padding: 2px 0 2px 30px;
	color: #7b4e2c;
	font-weight: bold;
}
.icon_tomato{
	background: url(/images/common/icon_tomato.gif) no-repeat 0 5px;
	padding: 2px 0 2px 30px;
	color: #7b4e2c;
	font-weight: bold;
}
.icon_ninjin{
	background: url(/images/common/icon_ninjin.gif) no-repeat 0 5px;
	padding: 2px 0 2px 30px;
	color: #7b4e2c;
	font-weight: bold;
}

.ban_form{
	text-align: center;
}

.img_box{
	padding: 2px;
	border: 1px solid #64a04a;
}

.pagetop{
	padding: 0;
	margin: 0 0 -2px;
	text-align: right;
}

.sp_on{ display: none;}





/* 横スライド
-------------------------------------------------------------------*/
#sideban_left{
	position: fixed;
	top: 15%;
	left: 0%;
}

#left_tokyo{
	background: url(../images/left_tokyo.jpg) no-repeat top right;
	width: 58px;
	height: 270px;
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	-ms-transition: width ease-in-out 0.5s;
	-o-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}
#left_tokyo a{
	display: block;
	width: 100%;
	height: 100%;
}
#left_tokyo:hover{ width: 550px;}
#left_tokyo a:hover{ width: 550px\9;/* IE9用 */}

#sideban_right{
	position: fixed;
	top: 15%;
	right: 0%;
}

#right_osaka{
	background: url(../images/right_osaka.jpg) no-repeat top left;
	width: 58px;
	height: 270px;
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	-ms-transition: width ease-in-out 0.5s;
	-o-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}
#right_osaka a{
	display: block;
	width: 100%;
	height: 100%;
}
#right_osaka:hover{ width: 550px;}
#right_osaka a:hover{ width: 550px\9;/* IE9用 */}

#left_home{
	/*position: fixed;
	top: 50%;
	left: 0%;*/
}
#right_contact{
	text-align: right;
	/*position: fixed;
	top: 50%;
	right: 0%;*/
}

