@charset "UTF-8";
@import "http://fonts.googleapis.com/css?family=Lato";

/*--------------------------------------
	Basic
---------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

li {list-style: none;}

a			{ color: #; text-decoration: none; }
a:hover 	{ color: #; text-decoration: underline;}
/*a:visited	{ color: #; }*/
address		{ font-style: normal; }

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

body {
	background-color: #353C28;
    color: #333;
    font-family: "Lato","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
    font-size: 15px;
    height: 100%;
    line-height: 1.4;
    min-height: 100%;
    text-align: center;
    width: 100%;
}

/* ---------------
	EXAMPLES FONT-SIZE
------------------
    10px = 66.7%
    11px = 73.3%
    12px = 80%
    13px = 86.7%
    14px = 93.3%
    15px = 100%
    16px = 106.7%
    17px = 113.3%
    18px = 120%
    19px = 126.7%
    20px = 133.3%
    21px = 140%
    22px = 146.7%
    23px = 153.3%
    24px = 160%
    25px = 166.7%
    26px = 173.3%
--------------- */

#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 860px;
}

/*--------------------------------------
	HEADER
---------------------------------------*/

header {
    padding: 20px 0;
    position: relative;
    text-align: center;
}

header h1 {
    display: inline;
    line-height: 69px;
}

header h1 img {
    height: 69px;
    vertical-align: bottom;
}

#sns_top {
    position: absolute;
    right: 30px;
    top: 53%;
    transform: translateY(-50%);
    z-index: 100;
}

#sns_top a {
    color: #333333;
    font-size: 73.3%;
}

#main_image {
	margin-bottom: 30px;
}

/*--------------------------------------
	CONTENT
---------------------------------------*/

#content {
	margin-left: 30px;
	width: 800px;
}

#menu {
	margin-bottom: 30px;
	width: 800px;
}

#menu h2 {
	margin-bottom: 10px;
}

#menu ul {
	width: 810px;
	margin-right: -10px;
	overflow: hidden;
	height: 100%;
}

#menu ul li {
	float: left;
	margin-right: 10px;
}

#info_sns {
	clear: both;
}

#info_area {
	display: inline;
	float: left;
        margin-right: 20px;
	width: 390px;
}

.explane {
	margin-bottom: 30px;
}

.explane h2 {
	margin-bottom: 5px;
}

.ex_list {
	margin-bottom: 20px;
	padding: 5px;
}

.ex_list h3 {
	color: #333333;
	font-size: 100%;
	margin-bottom: 5px;
}

.ex_list p {
	color: #666666;
	font-size: 93.3%;
}

#map {
	margin-top: 20px;
}

#facebook_area {
	display: inline;
	float: left;
	width: 390px;
}

#footer {
	clear: both;
        background: none repeat scroll 0 0 #ECEDEF;
        color: #666666;
        font-size: 86.7%;
        padding: 10px 5px;
        text-align: center;
}