@charset "UTF-8";
@import "mp.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:300');


/* ----------------------- Basic Style */	
/* ------------ Font Style */
body{
	width:100%;
	margin:0 auto;
	padding:0;
	color:#646464;
	background-color:#ffffff;
	letter-spacing:0.1em;
	line-height:2.25em;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-family:'Roboto', "Droid Sans", '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
	font-size: 1.0em;
}

* html .iepngfix {
	behavior: expression(iepngfix.fix(this));
}

/* ------------ A Style */	
a:link {
	color:#646464;
	text-decoration: none;
}
a:visited {
	color:#646464;
	text-decoration: none;
}
a:hover {
	color:#646464;
	text-decoration: underline;
}
a:active {
	color:#646464;
	text-decoration: underline;
}

a:focus{
overflow:hidden;
outline:none;
}

a { -webkit-tap-highlight-color: rgba(57,96,138,0.3); /*ハイライト・不透明度10％*/ }


/* ------------------------ */

/* - container ------------ */

#container {
	width:100%;
	min-width:840px;
	padding-top:60px;
}


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

#head{
	background-color:#ffffff;
	padding-top:25px;
	padding-bottom:10px;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	margin:0 auto;
	z-index:9999;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

#head_container{
	width:100%;
	margin:0 auto;
	max-width:840px;
}

#head_container:after {
	content: "";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
}

#logo{
	width:30%;
	float:left;
	text-align:left;
}

#logo img{
	width:100px;
	height:25px;
}


/* - navigation ------------ */

.nav_container {
	width:70%;
	float:left;
	margin:0;
	text-align:right;
}

.nav_container ul {
	display:inline-block;
}

.nav_container ul li {
	height:25px;
	float:left;
	margin-left:75px;
}

.nav_container ul li img {
	height:25px;
}

#drop_navi{ display:none; }

#nav {
	position:relative;
	overflow:hidden;
}

#nav ul {
	display:inline-block;
}

#nav ul li {
	float:left;
	margin:20px 40px;
}

.nav {
	position:relative;
	background:#FFF;
	text-align:center;
	width:100%;
	min-width:960px;
}

#nav.fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	border-bottom:#e8e8e8 1px solid;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

#nav ul li a {
	font-weight:normal;
	color:#555555;
	font-size:125%;
	text-decoration: none;
}

#nav ul li a:hover {
	font-weight:normal;
	color:#38673D;
	text-decoration: none;
}





/* ------------------------ */
/* - 共通 ------------ */
/* ------------------------ */

h1 {
	font-size:4.0em;
	font-weight:normal;
	text-align:center;
	color:#38673D;
	margin-bottom:100px;
}

h2 {
	font-size:2.25em;
	font-weight:normal;
	color:#38673D;
	margin-bottom:42px;
}

h3 {
	font-weight:normal;
	line-height:1.5em;
	font-size:1.5em;
	color:#38673D;
}

.thumb img {
	width:840px;
	height:580px;
}

.spec {
	font-weight:normal;
	line-height:1.5em;
	font-size:0.75em;
	color:#231815;
	margin-top:10px;
	text-align:center;
}

.about {
	width:840px;
	font-weight:normal;
	line-height:1.5em;
	font-size:0.875em;
	margin:80px auto;
	text-align:center;
}



/* ------------------------ */
/* - section ------------ */
/* ------------------------ */

#section {
	overflow:hidden;
	float:none;
	clear:both;
	position:relative;
	padding:60px 0;
	min-width:961px;
}

#article {
	max-width:840px;
	margin:0 auto;
	display: block;
    content: '';
}

@media only screen and (max-width: 800px) {

}


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

#foot {
	width:100%;
	min-width:840px;
	height:30px;
	position:fixed;
	bottom:0;
    right: 40px;
	margin:0 auto;
	z-index:9999;
	text-align:right;
	font-size:0.625em;
}

.page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0.8;
}

.page-top img {
	width:34px;
	height:34px;
}



/* ------------------------ */
/* - indent ------------ */
/* ------------------------ */

.indent01 {
	padding-left:1em;
	text-indent:-1em;
}

.indent02 {
	padding-left:2em;
	text-indent:-2em;
}

.indent03 {
	padding-left:3em;
	text-indent:-3em;
}




/* - float ------------ */

.floatL { float:left; }



/* - clear ------------ */

.clear {
	clear: both;
	height: 1px;
	min-height: 1px;
}

.clearfix:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

