@charset "UTF-8";
/*-------- UM -SP Site "CUBE" CSS Document --------*/

/* content format CSS */
body {
	background:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#450000;
}

a {
	color:#c00071;
	text-decoration: none;
	outline: none;
}

em{font-style:normal;}
.rb{color:#c00071;}
.blue{color:#03C;}
.red{color:#F00;}

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

a:visited {
	color:#000070;
	text-decoration: underline;}

.mgn_b10 { margin-bottom: 10px !important;}
.mgn_b20 { margin-bottom: 20px !important;}
.mgn_b30 { margin-bottom: 30px !important;}
.mgn_b40 { margin-bottom: 40px !important;}
.mgn_r10 { margin-right: 10px !important;}
.mgn_r20 { margin-right: 20px !important;}
.mgn_r30 { margin-right: 30px !important;}
.mgn_t10 { margin-top: 10px !important;}
.mgn_t20 { margin-top: 20px !important;}
.mgn_t30 { margin-top: 30px !important;}

/*---------------- CUBE Key Color ----------------*/


/*---------------- structure CSS ;---------------*/
#pagewrap{
	width:100%;
	min-width:1010px;
	margin:0 auto;
}

#content{
	width:960px;
	margin:0 auto;
	padding:0 2%;
}

#top_img{
	width:960px;
	height:500px;
	clear:both;
	background:url(../images/top_imgbg.jpg) top right no-repeat;
}

.logo {
	padding:30px 0 15px 30px;
}

.main_catch{
	color:#000;
	padding:0 0 0 30px;
	margin-bottom:30px;
}
.concept{
	margin-left:30px;
}

.cpt{
	margin-left:30px;
	line-height:1.4 !important;
}
	
/*---------------- header CSS ----------------*/
#header{
	padding-top:10px;
	height:40px;
}

.site-logo {float:left;}

.site-description {
	width:300px;
	font-size: 0.7em;
	line-height:1.0;
	color: #999;
	font-weight: normal;
	float:left;
	padding:5px 0px 10px 10px;
}

.site-description strong{
	font-weight: normal;
}

.h_navi{
	float:right;
	margin: 28px 5px 0 5px;
}

.h_navi a{
	line-height:100%;
	font-size:0.7em;
	text-decoration: none;
}

.h_navi a:hover{
	color:#061775;
	text-decoration:underline;
}

/*---------------- nav CSS ----------------*/
#nav {
	width:960px;
	width/***/:958px9;
	background:#000070 url(../images/unit_nv_bg.png) ;
	border:#000070 solid 1px;
	margin: 0 0 30px 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#nav li {
	width:230px;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	float: left;
	border-right:#7977bd solid 1px;
}

#nav li:first-child {
	border-left:#7977bd solid 1px;
	margin-left: 19px;
}

#nav a {
	font-size:1.1em;
	color:#fff;
	line-height: 100%;
	text-align:center;
	display: block;
	padding: 12px 30px 10px 30px;
	text-decoration: none;
	display:block;
}

#nav a:hover {
	color:#fff;
	background:#000070 url(../images/unit_nv_bg_on.png) ;
}

h2.catch_h2{
	width:35%;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
	border:#000070 solid 1px;
	background:#000070 url(../images/h2.png) no-repeat;
	padding:15px 0 12px 0;
	text-indent:25px;
	background:;
	/* rounded corner */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}


/*---------------- section CSS ----------------*/
.section{
	width:910px;
	padding:25px;
	border:#000070 solid 1px;
	margin-bottom:40px;
}
.section02{
	width:300px;
	padding:25px;
	border:#a4ff8b solid 1px;
	margin-bottom:40px;
	/* rounded corner */
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}

/*---------------- update CSS ----------------*/
#mid{
	width:960px;
}

.mid_img{
	width:550px;
	float:left;
	display:block;
	margin-bottom:20px;
}

.mid_img ul{
	padding-top:20px;
	padding-left:25px;
}

.mid_img li{
	margin-bottom:20px;
	font-weight:bold;
}

.mid_img li p{
	margin-top:5px;
	margin-left:16px;
	text-indent:18px;
	padding-bottom:5px;
	background:url(../images/cmt_direct.png) no-repeat;
}


.blog img {
	border:#fff solid 1px;
	margin:0 20px 20px 0;
	float:right;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow:  0 0 5px rgba(0,0,0,.5);
}

#update{
	width:330px;
	float:right;
	padding:29px;
	margin:0 0 20px 0;
	border:#450000 solid 1px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow:  0 0 5px rgba(0,0,0,.3);
}
#update dl {
	height:160px;
	overflow:auto;
}

#update h3{
	padding-bottom:0;
	border-left:#450000 solid 20px;
	color:#333;
    margin: 0 0 20px 0 !important;
}

#update dt {
	font-size:12px;
	color:#000070;
	font-weight: bold;
	padding-bottom:10px;
}

#update dd {
	font-size:12px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: #7977bd 1px dotted;
}

#update dd a{
	color:#c00071;
	font-size:12px;
}


.favarite{
	clear:both;
	margin-bottom:50px;
}

.favarite ul{
	margin-right:-12px;
}

.favarite li{
	width:148px;
	height:148px;
	margin-right:10px;
	border:#000070 solid 2px;
	float:left;
}


/*---------------- section02 info CSS ----------------*/
#rf_info{
	width:455px;
	margin-right:20px;
	float:left;
}

#rf_info table{
	text-align:center;
	width:460px;
	width/***/:458px9;
	border:#999 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}

#rf_info table th{
	width:150px;
	width/***/:138px9;
	border:#999 solid 1px;
	padding:15px 5px;
	color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	background:#00e068 url(../images/um_bg.png) repeat;
	line-height:100%;
}
	
#rf_info table td{
	text-align:left;
	padding:5px;
	border:#999 solid 1px;
	line-height:1.0 !important;
}

#rf_info table td span{
	color:#c00071;
}

#rf_info table td span.cmt{
	font-size:12px;
	color:#666;
}


#buken_gr{
	width:430px;
	float:right;
}

#buken_gr ul{
	margin-bottom:-20px;
}
#buken_gr li{
	margin-bottom:20px;
	display:block;
	font-size:0.9em;
	color:#999;
}




/*---------------- plan CSS ----------------*/
.plan_box{
	width:910px;
}

.plan{
	width:410px;
	float:left;
	padding:19px;
	border:#000070 solid 1px;
	
}

.plan h4{
	line-height:1.0;
	border-left:#c00071 solid 19px;
	padding-left:5px;
	margin:0 0 20px 0;
}

.plan h4 span{
	font-size:14px;
	padding-left:10px;
}

.plan p img{
	display:block;
	margin-bottom:20px;
}


.ill_box{
	width:830px;
	line-height:1.0;
	border-top:#999 solid 1px;
	border-bottom:#999 solid 1px;
	padding:20px 20px;
	margin:0 0 30px 0 !important;
}

.ill_box h5{
	margin:0;
	padding:0;
	line-height:1.0;
	float:left;
}

.ill_box h5 a{
	display:block;
}

.rm_info{
	width:409px;
	text-align:center;
	border:#999 solid 1px;
	margin-bottom:10px;
}

.rm_info2{
	width:910px;
	text-align:center;
	width/***/:908px9;
	border:#999 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.rm_info th,.rm_info2 th{
	color:#fff;
	line-height:100%;
	border:#999 solid 1px;
	text-align:center;
	background:#00e068 url(../images/um_bg.png) repeat;
	padding:5px;
}

.rm_info2 th{
	padding:10px 5px;
}

.rm_info td,.rm_info2 td{
	padding:5px;
	border:#999 solid 1px;
	line-height:1.1;
}

.rm_info td a{
	color:#999;
	display:block;
}

span.zero_cmt{
	font-size:14px;
	line-height:1.1;
}

.rm_info td a:hover{
	color:#999;
	text-decoration:underline;
}

.rm_gr li{
	width:130px;
	float:left;
	display:block;
	margin-right:10px;
	font-size:0.85em;
	color:#CCC;
}

ul.rm_gr {
	margin-right:-10px;
}

.rm_tbl{
	width:445px;
	float:left;
}

.rm_tbl table{
	width:100% !important;
}

.rm_tbl table th{
	width:80px;
	color:#fff;
	line-height:100%;
	border:#999 solid 1px;
	text-align:center;
	background:#00e068 url(../images/um_bg.png) repeat;
	padding:5px;
}

.rm_tbl table td{
	padding:5px;
	border:#999 solid 1px;
	line-height:1.1;
}

/*---------------- section04 access CSS ----------------*/
.acs,.acs02{
	color:#fff;
	width:90%;
	margin:0 auto;
	background:#00e068 url(../images/brwn_bg.png) repeat;
	border:#fff solid 1px;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	padding:10px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow:  0 0 5px rgba(0,0,0,.4);
	box-shadow:  0 0 5px rgba(0,0,0,.4);
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.acs02 {
	display:block;
	color:#fff;
}

a.acs02:hover{
	color:#fff;
	background:#00e068 url(../images/brwn_bg_on.png) repeat;
}
.acs02 span{
	font-size:0.6em;
}


/*---------------- section05 contact CSS ----------------*/
.call{
	color:#fff;
	width:70%;
	margin:0 auto;
	background:#061775 url(../images/um_bg.png) repeat;
	border:#fff solid 1px;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	padding:10px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow:  0 0 5px rgba(0,0,0,.4);
	box-shadow:  0 0 5px rgba(0,0,0,.4);
}

/*---------------- s-nav CSS ----------------*/
.sub_nav{
	clear:both;
	width:920px;
	padding:10px 20px 5px;
	margin-bottom:50px;
	border-bottom: #7977bd 1px solid;
}
.s-nav {
	float:right;
}

.s-nav li {
	list-style: none;
	float: left;
	border-right:#999 solid 1px;
}

.s-nav li:last-child {
	border-right:none;
}

.s-nav a {
	color:#666;
	font-size:0.7em;
	line-height: 100%;
	display: block;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

.s-nav a:hover {
	color:#c00071;
	text-decoration: underline;
}


/*---------------- footer CSS ----------------*/
#footer{
	clear:both;
	color:#fff;
	background:#000070 url(../images/um_bg.png) repeat;
	border: #fff solid 1px;
	font-size:1.1em;
	padding:27px 20px 23px 20px;
	margin:0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow:  0 0 5px rgba(0,0,0,.4);
	box-shadow:  0 0 5px rgba(0,0,0,.4);
	text-align:center;
	/* border radius */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

/* clearfix CSS */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
