@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design		
 
//////////////////////////////////////////////////////////*/

/*
0:Base
------------------------------------------------------------
*/
body {
	font-family:"游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	background:url(../images/bodyBg.jpg) no-repeat 0 0;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	color: #231815;
	font-size: 16px;
	line-height: 170%;
	text-align: left;
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family:"游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #231815;
	transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover{
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	-webkit-opacity:0.7;
	opacity:0.7;
}
img{
	vertical-align:bottom;
}


/*
1:Base
------------------------------------------------------------
*/
#containerWrap {
	min-width:960px;
}
#container {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#contentTop {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	padding-top:100px;
}
#content {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}
#main {
	float: right;
	width: 720px;
}
#sub {
	float: left;
	width: 250px;
}
section{
	margin-bottom:90px;
}
.section {
	margin-bottom:45px;
	clear: both;
	overflow: hidden;
}


/*
3:Common style
------------------------------------------------------------
*/
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.photoL {
	float: left;
	padding: 0 15px 15px 0;
}
.photoL p {
	overflow: auto;
}
.photoR {
	float: right;
	padding: 0 0 15px 15px;
}
.photoR p {
	overflow: auto;
}
.bold {
	font-weight: bold;
	font-size: 108%;
	padding-bottom: 10px;
}
.day {
	font-size: 77%;
	font-family: 'Economica';
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0px;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}

/*
4:Header
------------------------------------------------------------
*/
header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:7px solid #231815;
}
#header {
	width: 960px;
	margin: 0 auto;
	line-height:1.85;
	padding:10px 0;
	overflow:hidden;
}
#headerLeft {
	float: left;
	margin-top: 0px;
	width: 340px;
}
#headerRight {
	width:360px;
	float:right;
	padding-top:5px;
}
ul.snsNavi {
	float:left;
	margin-right:10px;
}
ul.snsNavi li{
	float:left;
}
ul.langNavi{
	padding:2px;
	background:#DCDDDD;
	overflow:hidden;
	font-family:"Times New Roman", Times, serif;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
	width:190px;
}
ul.langNavi li{
	display:inline;
}
ul.langNavi li a{
	padding:2px 5px;
	line-height:1.1;
}
ul.langNavi li a:link,
ul.langNavi li a:visited{
	text-decoration:none;
}
ul.langNavi li a:hover{
	background:#000;
	color:#FFF;
}
ul.langNavi li a.active{
	background:#000;
	color:#FFF;
}
#gnaviWrap{
	padding:30px 0 20px;
	background:#FFF;
	overflow:hidden;
}
#gnaviWrap .inner{
	width: 900px;
	margin:0 auto;
}
#gnaviWrap .inner p{
	text-decoration:underline;
	float:right;
	line-height:1.2;
}
#gnavi {
	width:450px;
	float:left;
}
#gnavi li {
	float: left;
}
#gnavi li a:hover {
}

/*
6:Common UL
------------------------------------------------------------
*/
ul.bnrList li {
	margin-bottom: 20px;
}


/*
8:top
------------------------------------------------------------
*/
#mainImg {
	width: 100%;
	height:450px;
	margin: 0px auto;
	overflow:hidden;
	position:relative;
}
#mainImg #inner{
	width:960px;
	margin:0 auto;
	position:relative;
}
#logo2{
	position:absolute;
	top:0;
	left:0;
}
#mainImg div{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
@media screen and (min-width: 1281px){
#mainImg {
	height:600px;
}
}
#topMain{
	width:720px;
	margin:0 auto;
}
h2.topTi{
	font-size:175%;
	text-align:center;
	margin-bottom:30px;
	font-weight:bold;
}
.topLeft{
	width:48%;
	float:left;
	overflow:hidden;
}
.topRight{
	width:48%;
	float:right;
	overflow:hidden;
}


/*
10:Footer
------------------------------------------------------------
*/
#topcontrol{
	width:29px;
	height:29px;
	background:url(../images/pageTop.png) no-repeat 0 0;
}
#footerWrap {
	clear: both;
	width: 100%;
	border-top:1px solid #231815;
	padding: 85px 0 15px;
}
#footer {
	width: 960px;
	margin: 0 auto;
}
.footerBox {
	width: 850px;
	overflow: hidden;
	margin:0 auto 60px;
}
#instafeed{
	margin-right:-25px;
}
#instafeed li{
	width:150px;
	float:left;
	margin-right:25px;
}
#instafeed li img{
	width:100%;
}
.footerLeft {
	float: left;
	width: 425px;
}
.footerRight {
	float: right;
	width: 390px;
}
#footerLeft2 {
	float: left;
	width: 450px;
	padding-top:10px;
}
#footerRight2 {
	float: right;
	width: 360px;
}
ul.fNavi {
}
ul.fNavi li {
	line-height:1.0;
	float:left;
	border-left: 1px solid  #231815;
}
ul.fNavi li.lastChild {
	border-right: 1px solid #231815;
}
.copy {
	clear:both;
	text-align: right;
	font-size:63%;
	margin-top:10px;
}


/*
14:original
------------------------------------------------------------
*/
.center{
	text-align:center;
}
#gnavi2Wrap{
	border-bottom:1px solid #231815;
	overflow:hidden;
	padding:30px 0 20px;
}
#gnavi2{
	width:774px;
	margin:0 auto;
}
#gnavi2 li{
	float:left;
}

/* about ----------------------------------------------*/
.section2{
	width:600px;
	margin:0 auto 30px;
}	
.disc {
	font-size:94%;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}
ul.photo {
	margin-right:-15px;
}
ul.photo li {
	float:left;
	margin:0 15px 20px 0;
	width: 230px;
	font-size:75%;
	line-height:1.4;
}
ul.photo li img{
	margin-bottom:10px;
}
#about_img14{
	width:140px;
}
#about_img15{
	width:320px;
}
.aboutBox{
	clear:both;
	overflow:hidden;
	padding-bottom:50px;
	border-bottom:1px solid #231815;
	margin-bottom:100px;
}
.aboutLeft{
	width:360px;
	float:left;
}
.aboutRight{
	width:330px;
	float:right;
}
.caption{
	font-size:75%;
	text-align:right;
}


/* contributions ----------------------------------------------*/
.h3imgTi{
	margin-bottom:50px;
}
.conLeft{
	float:left;
	width:375px;
}
.conLeft .disc{
	text-align:left;
}
.conRight{
	float:right;
	width:320px;
}
.small{
	font-size:88%;
	line-height:1.4;
}
dl.conList dt{
	width:200px;
	font-size:94%;
	clear:left;
	float:left;
	font-weight:bold;
}
dl.conList dd{
	margin-left:200px;
	font-size:88%;
	line-height:1.4;
}


/* guide ----------------------------------------------*/
.basicTable  {
	margin-bottom: 10px;
	width: 100%;
	font-size:88%;
}
.basicTable th {
	padding: 10px;
    border-right: #231815 solid 1px;
    border-bottom: #231815 solid 1px;
    font-weight: normal;
    text-align: left;
}
.basicTable th.border {
	border-bottom:2px solid #231815;
}
.basicTable th.nbr {
	border-right:none;
	text-align:center;
}
.basicTable td {
	padding: 10px;
    text-align: center;
    border-bottom: #231815 solid 1px;
}
.basicTable td.nbb {
	text-align:left;
	border-bottom:none;
}
.basicTable td.pl {
	padding-left:25px;
}
.basicTable2  {
	width: 100%;
	border-top: 2px #231815 solid;
	border-bottom: 2px #231815 solid;
	font-size:88%;
	margin-bottom:20px;
}
.basicTable2 th {
	padding: 10px;
    border-right: 1px #231815 solid;
    font-weight: normal;
}
.basicTable2 td {
	padding: 10px;
}
.basicTable3  {
	width: 100%;
	border-top: 1px #231815 solid;
	font-size:88%;
	margin-bottom:20px;
}
.basicTable3 th {
	padding: 10px;
    border-right: 1px #231815 solid;
    border-bottom: 1px #231815 solid;
    font-weight: normal;
	width:40%;
}
.basicTable3 td {
	padding: 10px;
    border-bottom: 1px #231815 solid;
	text-align:center;
}
.basicTable3 th span,
.basicTable2 th span,
.basicTable2 td span,
.basicTable th span{
	font-weight:bold;
}
dl.guideList{
	font-size:75%;
}
dl.guideList dt{
	width:50px;
	clear:left;
	float:left;
}
dl.guideList dd{
	margin-left:50px;
}
.small2{
	font-size:75%;
	line-height:1.4;
}
.mapBox{
	width:900px;
	margin:0 auto 90px;
}
.name{
	font-size:125%;
	text-align:center;
	margin-bottom:10px;
}
.address{
	font-size:88%;
	text-align:center;
}