﻿/* Corporate Color #A07C47
----------------------------------------------------------- */


/* Hight commonality custom
----------------------------------------------------------- */
.img{
	vertical-align: middle;
}

.ImgBorder{
	padding: 2px;
	border: 1px solid #A6A6A6;
}
.radius {
	background-color:white;
	border:1px solid #ccc;
	box-shadow:inset 1px 1px 0px white;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.dlstyle dt{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
}
.dlstyle dd{
	margin-bottom:10px;
	margin-top:5px;
}
.icon1{
	vertical-align:middle;
}


/* Picture effect
----------------------------------------------------------- */
.frame1 {
	display: inline-block;
	position: relative;
}
.frame1:after {
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .5); /* シャドウ */
	transform: rotate(3deg); /* 回転させる */
	right: 5px;
	left: auto;
	top: auto;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
}

.frame2 {
	display: inline-block;
	position: relative;
}
.frame2:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.hide{
	display:none;
}
/* Common for all pages
----------------------------------------------------------- */
body{
	background-color: #FFFCF7;
	font-size: 14px;
	color: #EFEFEF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
}
.wrap{
	width:1000px;
	margin:auto;
	padding: 10px 0 30px 0;
	
}
.inner{
	width:1000px;
	margin:auto;
	padding:80px 0 80px 0;
}

/* SideMenu------------------ */
.SideMenu{
	float: left;
	width: 250px;
	
	padding: 15px;
	background-color: rgba(0,0,0,.6);
	color: #EBEBEB;
	border-radius: 8px;
}


/* MainContents-------------- */
.MainContents{
	width: 660px;
	margin-bottom: 20px;
	float: right;
	line-height: 2;
	
	padding: 16px;
	background-color: rgba(0,0,0,.6);
	color: #EBEBEB;
	border-radius: 8px;
}
.MainContents-header-index{
	background-image: url(../img/common/page-title-index.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 50px;
}
.MainContents-header-sub{
	background-image: url(../img/common/page-title.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 50px;
}

/* パンくずリスト 
-------------- */
.path{
	margin-top:-10px;
}

/*フッター
 -------------- */

.footer {
	padding: 40px 20px 20px 20px;
	background-color: #BF8B3F;
	color: #FFF;
}

.footer .upper{
	padding-bottom: 10px;
}
.footer .lower{
	padding-top: 20px;
	margin-bottom: 30px;
}

.footer .f-boxR{
	width: 480px;
	float: right;
}
.footer .f-boxR ul li{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.footer .f-boxL{
	width: 480px;
	float: left;
}
.footer .f-boxL ul{}
.footer .f-boxL ul li{
	float: left;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.footer .f-boxL ul li img{
	vertical-align: middle;
}
.footer #img {
	background-image: url(../img/common/footer-map.png);
	background-repeat: no-repeat;
	height: 300px;
	background-position: center;
}
.footer #copyright{
	font-size: 10px;
	padding-top: 10px;
	margin-top: 10px;
}


hr.style1 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
hr.style2 {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}


/* -------------- */
/* link color */
a:link{
	color: #E5E5E5;
	text-decoration: none;
}
a:visited{
	color:#E5E5E5;
	text-decoration:none;
}

a:hover{
	color:#E5E5E5F;
	text-decoration:underline;
}
a:active{
	color:#E5E5E5;
	text-decoration:underline;
}
a:focus{outline:none;}

/* -------------- */
/* link color */
.link-1 a:link{
	color:#FFF;
	text-decoration:none;
}
.link-1 a:visited{
	color:#FFF;
	text-decoration:none;
}

.link-1 a:hover{
	color:#FFC;
	text-decoration:underline;
}
.link-1 a:active{
	color:#F00;
	text-decoration:underline;
}
.link-1 a:focus{outline:none;}


/* font size */

.xxx-large { font-size:197%;     } /*26px*/
.xx-large  { font-size:182%;     } /*24px*/
.x-large   { font-size:161.6%;   } /*21px*/
.large     { font-size:138.5%;   } /*18px*/
.mid       { font-size:100%;     } /*13px*/
.small     { font-size:85%;      } /*11px*/
.x-small   { font-size:77%;   letter-spacing: 0.2em; } /*10px*/
.xx-small  { font-size:65%;   letter-spacing: 0.2em; } /*9px*/

.fsM { font-size: 110%; }
.fsL { font-size: 123%; }
.fsXL { font-size: 138%; }
.fsXXL { font-size: 154%; }



/* float */

.floatL{float:left;}
.floatR{float:right;}


/* margin */
.marT2{margin-top:2px;}
.marT5{margin-top:5px;}
.marT10{margin-top:10px;}
.marT20{margin-top:20px;}
.marT30{margin-top:30px;}
.marT40{margin-top:40px;}
.marT50{margin-top:50px;}
.marB5{margin-bottom:5px;}
.marB10{margin-bottom:10px;}
.marB20{margin-bottom:20px;}
.marB30{margin-bottom:30px;}
.marB40{margin-bottom:40px;}
.marB50{margin-bottom:50px;}
.marL5{margin-left:5px;}
.marL10{margin-left:10px;}
.marL12{margin-left:12px;}
.marL15{margin-left:15px;}
.marL20{margin-left:20px;}
.marR10{margin-right:10px;}
.marR20{margin-right:20px;}
.marR30{margin-right:30px;}

.marT-10{margin-top:-10px;}
.marT-20{margin-top:-20px;}
.marB-10{margin-bottom:-10px;}

.mar-B10{margin-bottom:-10px;}

/* padding */
.padding10{
	padding:10px;
}
.padding20{
	padding:20px;
}
.padding30{
	padding:30px;
}
.padding40{
	padding:40px;
}
.padding50{
	padding:50px;
}


/* text */

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.blue { color: #0066CC; }
.green { color: #009944; }
.pink {
	color: #F00;
}
.gray{
	color: #666;
	font-size: 11px;
}

/*インデント*/
.indent1{
	text-indent:1em;
}
.indent2{
	text-indent:2em;
}
.indent1:first-letter {}

/*---- clear ----*/
.clear{
clear:both;
height:0px;
font-size:0px;
line-height:0;
margin:0;
padding:0;
}

/* clearfix
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
