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

@charset "UTF-8";

/*================================================
   HTML5+CSS/Edit: E&C 2015
   default
================================================*/

html,body,
div,dl,dt,dd,
ul,ol,li,
form,fieldset,
h1,h2,h3,h4,h5,h6,
input,textarea,
p,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	letter-spacing: 0;
}

a,
a img {
	border: none;
	outline: 0;
	color: #3D2C1F;
}

a:visited {	color: #3D2C1F;}
a:hover {	color: #960;}
a:active {	color: #960;}

small {
	font-style: normal;
	font-weight: normal;
}

img,
li img,
dt img,
dd img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}

ul,ol {
	list-style: none;
	list-style-position: outside;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

th,td {
	text-align:left;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font: 99% arial,helvetica,clean,sans-serif;
	*font-size: 99%;
	font-weight:inherit;
}

/*------------------------------------------------
   margin
------------------------------------------------*/
.mB0 {margin-bottom: 0 !important;}
.mB10 {margin-bottom: 10px !important;}
.mB20 {margin-bottom: 20px !important;}
.mB40 {margin-bottom: 40px !important;}

/*------------------------------------------------
   float & clear
------------------------------------------------*/
.floatR { float: right; }
.floatL { float: left; }

.clear { clear: both; }

.clearfix {
	width:100%;
	zoom:1;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/*------------------------------------------------
  etc
------------------------------------------------*/
br { letter-spacing: 0; }


/*------------------------------------------------
 header
------------------------------------------------*/

body header {
	background-color:#280D06;
	height:75px;
	border-bottom:#fff solid 2px;
}
header .logo {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

header .menu {
    float: right;
    margin-top: 0;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
-o-border-radius:0 0 5px 5px;
-ms-border-radius:0 0 5px 5px;

    margin-right: 10px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
}

header .menu a{
    display: table-cell;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

/*------------------------------------------------
 navi
------------------------------------------------*/

nav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	clear: both;
	background-color:#ddd;
}
nav ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

nav ul li {
-moz-box-shadow: 0px 0px 3px #000000;
-webkit-box-shadow: 0px 0px 3px #000000;
box-shadow: 0px 0px 3px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#280d06', endColorstr = '#300b0b');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#280d06', endColorstr = '#300b0b')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #280d06, #300b0b);
background-image: -ms-linear-gradient(top, #280d06, #300b0b);
background-image: -o-linear-gradient(top, #280d06, #300b0b);
background-image: -webkit-gradient(linear, center top, center bottom, from(#280d06), to(#300b0b));
background-image: -webkit-linear-gradient(top, #280d06, #300b0b);
background-image: linear-gradient(top, #280d06, #300b0b);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

border-bottom:#fff solid 1px;

}


nav ul li a,
nav ul li a:visited {
	color: #fff;
	font-size: 14px;
	display: block;
	padding:15px 10px;
	text-decoration:none;
}


nav ul li a:active,
nav ul li a:hover{
	color:#960;
}

nav ul li#n0 a,
nav ul li#n1 a,
nav ul li#n2 a,
nav ul li#n3 a,
nav ul li#n4 a{
	background-position:99% center;
	background-repeat:no-repeat;
	background-size:36px 36px;
}


nav ul li#n0 a{	background-image:url(../img_common/nv0.png);}
nav ul li#n1 a{	background-image:url(../img_common/nv1.png);}
nav ul li#n2 a{	background-image:url(../img_common/nv2.png);}
nav ul li#n3 a{	background-image:url(../img_common/nv3.png);}
nav ul li#n4 a{	background-image:url(../img_common/nv4.png);}

.nav_lang{
	margin-top: 10px;
	text-align: center;
}

.nav_lang a{
	padding-left: 16px;
	background: url(../../../img_common/arrow_mb.gif) left no-repeat;
	background-size: 12px 13px;
}

/*------------------------------------------------ 
    ページ上部へ戻る
------------------------------------------------*/
#pgtop a {
	background-color:#402000;

	height: 40px;
	width: 40px;
	position:fixed;
	bottom:20px;
	right:10px;
	color:#FFF;
	-moz-opacity:0.80;
	opacity: 0.80;
	/* IE */
	filter: alpha(opacity=80);
	border:#fff solid 1px;
	border-radius:5px;
	font-size:0.85em;
	padding:3px;
	text-align:center;
}
#pgtop a:hover{
	-moz-opacity:0.40;
	opacity: 0.40;
	/* IE */
	filter: alpha(opacity=40);
}

/*------------------------------------------------
 footer
------------------------------------------------*/

footer {
	background-color:#FFF;
	text-align:center;
	padding:30px 10px;
}
