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

footer, header, menu, nav, section {display: block;}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
}

a:hover { opacity:0.7; }

h1 {
	font-size:15px;
	width:100%;
	line-height:20px;
	background-color:#FFF;
	color:#777;
	float:left;
	margin:0;
	text-indent:20px;
}

h1 span {
	font-size:15px;
	margin-left:30px;
	letter-spacing:0;
}

h2 {
	width:100%;
	font-size:18px;
	font-weight:bold;
	background-color:#FB0206;
	color:#FFF;
	text-indent:20px;
}

h2 span {
	font-size:15px;
	margin-left:30px;
	letter-spacing:0;
}

h3 {
	width:100%;
	float:left;
	margin:0;
}

#header {
	width:100%;
	margin:0;
	background-color:#FFF;
}

#head_line {
	width:100%;
	height:5px;
	margin:0;
	float:left;
	background-color:#000;
}

.inner {
	margin-left:auto;
	margin-right:auto;
}

.logo {
	height:60px;
	margin:5px 0 0 5px;
	float:left;
}


/* ■■■■■■■■■■■■■■■■*/
/* ========= NAVIGATION ========== */
/* ■■■■■■■■■■■■■■■■*/


#nav > a { display: none; }

#nav li	{
	position: relative;
	list-style:none;
}

#nav li a {
	color: #000;
	display: block;
	text-decoration:none;
}

.action {
	background-color:#000;
}

#nav li.action a {
	color: #FFF;
}

#nav li a:active { background-color: #c00 !important; }

#nav span:after	{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* first level */

#ico_home {
	background-image:url(../imges/ico_home.png);
	background-repeat:no-repeat;
}

#ico_list {
	background-image:url(../imges/ico_list.png);
	background-repeat:no-repeat;
}

#ico_sys {
	background-image:url(../imges/ico_sys.png);
	background-repeat:no-repeat;
}

#ico_dl {
	background-image:url(../imges/ico_tot.png);
	background-repeat:no-repeat;
}

#ico_cont {
	background-image:url(../imges/ico_cont.png);
	background-repeat:no-repeat;
}


#nav > ul {
	height: 40px;
	background-color: #FFF;
}

#nav > ul > li {
	width: 20%;
	height: 100%;
	float: left;
}

#nav > ul > li > a {
	height: 100%;
	line-height:40px;
	padding-left:45px;
}

#nav > ul > li:not( :last-child ) > a {	border-right: 1px solid #cc470d; }

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
	background-color: #cc470d;
	color:#FFF;
	opacity:1.0;
}


/* second level */

#nav li ul {
	background-color: #cc470d;
	display: none;
	position: absolute;
	top: 100%;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

#nav li:not( :first-child ):hover ul { left: -1px; }

#nav li ul a {
	border-top: 1px solid #e15a1f;
	padding: 10px;
	color:#FFF;
}

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
	{ background-color: #e15a1f; }

/* ■■■■■ TOP Main Images ■■■■■ */

#wrap_topimg {
	width:100%;
	margin-top:150px;
	background-color:#999;
}

/* ========= MAP ========== */

#map_box {
	margin:0;
	padding:0;
	background-color:#1BDCFC;
	clear:both;
}

#map_box > a { opacity:1.0; }
#map_box > a:hover { opacity:0.5; }

#map_box > p {
	width:100%;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	float:left;
	margin:0;
	text-align:center;
	font-size:18px;
	line-height:25px;
}

#map_box_right {
	float:right;
	width:40%;
	margin:0;
}

#map_box_left {
	float:left;
	width:60%;
	margin:0;
	padding:0;
}

#map_box_left > img {
	margin:0;
	float:left;
}

#map_box_left a img {
	margin:0;
	float:left;
}

#map_box_left > a { opacity:1.0; }
#map_box_left > a:hover { opacity:0.5; }
#map_box_right > a { opacity:1.0; }
#map_box_right > a:hover { opacity:0.5; }

#map_box_left a img:hover { opacity:0.5; }

/* ========= TOP BARNNER ========== */

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

#top_barbox {
	background-color:#00a0e9;
	float:left;
}

#top_barbox > a { opacity:1.0; }
#top_barbox > a:hover { opacity:0.7; }

#top_barbox_img {
	float:left;
	margin:0;
}

#top_bartex { float:left; }

#top_bartex > p { padding:5px; }

.bar_title {
	background-color:#FFF;
	color:#00a0e9;
	text-align:center;
	line-height:25px;
	float:left;
}

/* ========= TOP MESSAGE ========== */

#top_message {
	width:80%;
	margin-left:10%;
	margin-top:30px;
	margin-bottom:30px;
	padding:20px;
	line-height:20px;
	color:#777;
	letter-spacing:1px;
	float:left;
	border-bottom:#777 dotted 1px;
	border-top:#777 dotted 1px;
}



/* ========= TOPIX ========== */

#topix {
	float:left;
	border:#777 1px solid;
	padding-bottom:10px;
}

#topix > li,#topix li {
	list-style:url(../imges/list_icon2.gif);
	margin-left:40px;
}

#topix_title {
	width:100%;
	text-align:center;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	letter-spacing:3px;
}


/* ========= BARNNER SPACE ========== */

#bar_space { margin:0; }

#bar_box {
	float:right;
	margin:0;
}

#bar_box > a { opacity:1.0; }
#bar_box > a:hover { opacity:0.7; }

/* ========== FOOTER ============= */

.pagetop {
	width:100px;
	height:100px;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#footer {
	width:100%;
	margin-top:50px;
	display:block;
	float:left;
	background-color:#DFDFDF;
	clear:both;
}

#f_nav {
	width:100%;
	margin:0;
	float:left;
}

#cat_box {
	width:27%;
	margin-left:3%;
	float:left;
	color:#000;
	padding:1%;
}

#cat_box > a,#cat_box a {
	color:#000;
	text-decoration:none;
}

#cat_box > a:hover,#cat_box a:hover {
	margin-left:3px;
	font-weight:bold;
}


#cat_box > li,#cat_box li {
	list-style:none;
	margin-left:30px;
}

#cat_box > p,#cat_box p { margin:0; }

#copy_wrp {
	clear:both;
	width:100%;
	height:30px;
	background-color:#000;
	color:#FFF;
	text-align:center;
}

#copy_wrp > p,#copy_wrp p {
	margin-left:20px;
	font-size:11px;
}




/* ■■■■■■ CONTENTS ■■■■■■■ */

#wrapper_main {
	margin:0;
	float:left;
	display:block;
}

#wrapper_bar {
	margin:0;
	float:left;
	display:block;
}

#wrapper_read90 {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	float:left;
}

#wrapper_read95 {
	width:95%;
	margin-left:3%;
	margin-right:2%;
	margin-top:20px;
	float:left;
}

#cont_mainimg {
	width:100%;
	margin:0;
	clear:both;
	display:block;
}

.subtitle {
	width:100%;
	border-bottom:#247C47 2px solid;
	text-indent:25px;
	font-size:18px;
	line-height:20px;
	padding:0;
	background-image:url(../imges/bg.gif);
	background-repeat:no-repeat;
	float:left;
}

.subtitle1,.subtitle2 {
	background-color:#F8CC95;
	color:#F06608;
	font-weight:bold;
	line-height:25px;
	letter-spacing:2px;
	padding:5px 5%;
	float:left;
}

.read1,.read2 {
	float:left;
	margin-left:5%;
}


#rent_pj {
	width:100%;
	height:auto;
	margin-top:20px;
	border:#777 1px dotted;
	float:left;
}

#photo_box {
	margin:0;
	width:150px;
	height:150px;
	float:left;
}

#rent_pj_tex {
	float:left;
	margin-left:20px;
}

#rent_pj_tex p {
	margin:5px 0;
}

#sublease_block {
	width:100%;
	margin:0;
	float:left;
}

#sublease_pointblock {
	float:left;
	background-color:#FFF;
	border:#F86417 2px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display:block;
}

#sublease_point {
	background-color:#AFE373;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display:block;
}


/* For PC */
@media only screen and (min-width:960px){	

#header {
	float:left;
	top:0;
	position:fixed;
	z-index:999;
	height:120px;
}

#head_line {
	margin-top:0px;
}

.inner {
	width:960px;
}

h1 {
	top:110px;
	left:20%;
}

.logo {
	width:190px;
	float:left;
}


/* --------- NAVIGATION -------------*/

#nav {
	float:left;
	width: 100%;
	position: static;
	margin: 0;
	padding:0;
	background-color:#FFF;
	font-size:95%;
}

/* second level */

#nav li ul {
	width:250px;
}



/* ----------- TOP MainImges --------------- */
#map_box {
	width:60%;
	float:left;
}

#wrap_topbar {
	width:40%;
	float:right;
}

#top_barbox {
	width:100%;
	height:94px;
	float:left;
	margin:0;
}

#topix {
	width:60%;
}

/* ========= BARNNER SPACE ========== */
#bar_space {
	width:38%;
	float:right;
}


/* ----------- FOOTER NAVI --------------- */
#cat_box {
	width:27%;
	margin-left:3%;
}

/* ■■■■■■ CONTENTS ■■■■■■■ */

#wrapper_main { width:69%; }

#wrapper_main > img { margin-top:140px; }

#wrapper_bar {
	width:30%;
	margin-top:140px;
	margin-left:1%;
}


#photo_box {
	width:150px;
	float:left;
}

#rent_pj_tex {
	width:480px;
	float:left;
}

#img_system1 {
	width:500px;
	height:265px;
	margin-left:80px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}

#img_system2 {
	width:50%;
	float:right;
	margin:0;
}

.subtitle1 {
	width:40%;
}

.subtitle2 {
	width:90%;
}

.read1 {
	width:45%;
	float:left;
}

.read2 {
	width:95%;
	float:left;
}

#img_sublease {
	width:80%;
	margin:10px 10%;
	float:left;
}

#sublease_point {
	width:80%;
	margin:10px 5%;
	padding:10px;
}

#sublease_pointblock {
	width:30%;
	height:300px;
	margin-left:2%;
	font-size:15px;
	letter-spacing:0;
}

#sublease_pointblock p { margin:10px; }
#sublease_pointblock img { margin-left:30px; }


}

/* Dispray W-size 940px */
@media only screen and (max-width:959px){
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#header { height:100px; }

#head_line {
	margin-top:30px;
}

.inner { width:100%; }

h1 {
	top:110px;
	left:30px;
}

.logo {
	float:right;
	margin-right:20px;
}


/* ============================================== */
/*          NAVIGATION                            */
/* ============================================== */

#nav {
	position: relative;
	top: 20px;
	margin-left:20px;
}

#nav > a {
	width: 50px;
	height: 50px;
	text-align: left;
	text-indent: -9999px;
	background-color: #e15a1f;
	position: relative;
}

#nav > a:before,
#nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}

#nav > a:after { top: 60%; }

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type 
	{ display: block; }


/************** first level *****************/

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}

#nav:target > ul {
	display: block;
	border-bottom: 5px solid #000;
}

#nav > ul > li {
	width: 100%;
	float: none;
}

#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding-left: 50px;
}

#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #cc470d;
}

/************* second level ****************/

#nav li ul {
	position: static;
	padding-left:100px;
	padding-top: 0;
}



/* ----------- TOP MainImges --------------- */

#wrap_topimg { margin-top:10px; }

#map_box {
	width:59%;
	float:left;
	margin-left:1%;
}

#wrap_topbar {
	width:39%;
	float:right;
	margin-right:1%;
	padding:0;
}

#top_barbox {
	float:right;
	margin:0;
	margin-top:0;
	margin-bottom:0;
}

#top_barbox img {
	margin:0;
	float:left;
}

#topix {
	width:59%;
	margin-left:1%;
}

/* ========= BARNNER SPACE ========== */
#bar_space {
	width:38%;
	float:right;
}

/* ----------- FOOTER NAVI --------------- */
#cat_box {
	width:80%;
	margin-left:10%;
}

/* ============ CONTENTS ================ */

#wrapper_main { width:69%; }

#wrapper_bar {
	width:30%;
	margin-left:1%;
}

#photo_box {
	width:24%;
	float:left;
}

#rent_pj_tex {
	width:70%;
	float:left;
}

#img_system1 {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	display:block;
	float:left;
}

#img_system2 {
	width:70%;
	float:left;
	margin-left:15%;
	margin-right:15%;
}

.subtitle1,.subtitle2 {
	width:100%;
}

.read1,.read2 {
	width:95%;
	float:left;
}

#img_sublease {
	width:80%;
	margin:10px 10%;
	float:left;
}

#sublease_point {
	width:90%;
	margin-left:5%;
	margin-top:10px;
	padding:10px;
	float:left;
}

#sublease_pointblock {
	width:90%;
	margin-left:5%;
	margin-bottom:20px;
	font-size:100%;
}

#sublease_pointblock p {
	width:50%;
	margin:5%;
	float:left;
}

#sublease_pointblock img {
	width:35%;
	float:right;
	margin:5px;
}



}

/* Smart-Phone Yoko(LandScape) */
@media only screen and (max-width:640px){

.logo {
	width:180px;
	float:right;
	margin-right:20px;
}
	
/* ----------- TOP MainImges --------------- */

#wrap_topimg { margin-top:10px; }

#map_box {
	width:98%;
	float:left;
	margin-left:1%;
}


#wrap_topbar {
	width:90%;
	float:left;
	margin:10px 5%;
	padding:0;
}

#top_barbox {
	float:left;
	margin:0;
	margin-top:0;
	margin-bottom:0;
	background-color:#000;
}

#top_barbox img { margin:0; }

#topix {
	width:98%;
	margin-left:1%;
}

/* ========= BARNNER SPACE ========== */
#bar_space {
	width:98%;
	float:left;
	margin-left:1%;
}

#wrapper_main {
	width:98%;
	margin-left:1%;
}

#wrapper_bar {
	width:98%;
	margin-left:1%;
	margin-top:20px;
}

/* ========= CONTENTS ========== */

#img_system1 {
	width:95%;
	margin-left:3%;
	margin-right:2%;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	display:block;
	float:left;
}

#img_system2 {
	width:95%;
	float:left;
	margin-left:3%;
	margin-right:2%;
}

.read1,.read2 {
	width:95%;
	float:left;
}

#img_sublease {
	width:100%;
	margin:10px 0;
	float:left;
}


}


/* Smart-Phone Tate(Portrayte) */
@media only screen and (max-width:480px){
	
#cat_plofile ul dd {
	margin-left:0;
}

#top_barbox {
	width:100%;
	height:auto;
	float:left;
}

#top_barbox_img {
	width:100%;
	float:left;
}

#top_bartex {
	float:left;
	width:100%;
}


}