@charset "utf-8";
/*
	Site Name: 
	Description: base template style
	Version: 
	Author: 
*/

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

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



/*
===== CONTENTS ===========================================

	1: HEADER
	2: CONTENTS BOX
	3: INFORMATION
	4: FOOTER

==========================================================
*/

div#container{
	zoom:1;/*for IE 5.5-7*/
	margin:0 auto;
	min-width:1020px;
	max-width:1740px;
	}
div#container:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
* html div#container{
	display:inline-table;
	/*\*/display:block;/**/
	}

/*
===== 1: HEADER ==========================================
*/
#header {
	clear: both;
	width: 980px;
	margin: 0 auto;
	}
#header h1 {
	float: left;
	display: inline;
	width: 90px;
	margin: 10px 0;
	}

#header #gNav {
	float: right;
	display: inline;
	width: 638px;
	margin: 30px 0 22px;
	}
#header #gNav li {
	float: left;
	display: inline;
	margin-left: 64px;
	}
#header #gNav li:first-child {	margin-left: 0;	}
#header #gNav li a {
	display: block;
	border-bottom:3px solid transparent;
	padding-bottom:5px;
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	-ms-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
	transition:all .1s ease-out;
	}
#header #gNav li a:hover,
#header #gNav li.current a:hover,
#header #gNav li.current {
	border-bottom:3px solid #333;
	padding-bottom:0;
	}
#header #gNav li.current a {
	border-bottom:none;
	padding-bottom:0;
	-webkit-transition: none;
	-moz-transition:none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	}
#header #gNav li.current a:hover{
	border-bottom:none;
	}

#sNav {
	clear: both;
	background: #003955;
	overflow: hidden;
	width: 100%;
	margin: 0;
	}
#sNav ul {
	display: none;
	width: 471px;
	margin:0 auto;
	padding:15px 0;
	padding-left:180px;
	}
#sNav ul li {
	float: left;
	display: inline;
	margin-left: 69px;
	}
#sNav ul li:first-child {	margin-left: 0;	}

	

/*
===== 2: CONTENTS BOX ==========================================
*/
#contents {
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	}

#titleBox {
	clear: both;
	background: #009eeb;
	width: 100%;
	}
#titleBox h2 {
	width: 980px;
	margin:0 auto;
	padding:36px 0;
	}
#mainImgBox {
	clear: both;
	width: 100%;
	margin: 0;
	}
#mainImgBox p {
	width: 980px;
	margin:0 auto;
	}
#brCrumbs {
	clear: both;
	width: 980px;
	margin: 15px auto;
	}
#mainBox {
	clear: both;
	background: #f4f4f4;
	width: 100%;
	margin: 0;
	padding:80px 0;
	}
#contents #snsBtn {
	width: 980px;
	margin: 0 auto 50px;
	}
#contents #snsBtn li {
	float: left;
	display: inline;
/*	margin-left: 5px;*/
	}
#contents #snsBtn li:first-child {	margin-left: 0;	}

.gotoTopBtn {
	clear: both;
	width: 980px;
	height: 35px;
	margin: -35px auto 0;
	text-align: left;
}
.gotoTopBtn a {
	float: right;
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	margin-top: -20px;
}


/*
===== 3: FOOTER ==========================================
*/
#footer {
	clear: both;
	background: #009eeb;
	width: 100%;
	margin: 0;
	}
#footer .wrap {
	clear: both;
	width: 980px;
	margin: 0 auto;
	}
#footer #fNav {
	float: left;
	display: inline;
	width: 770px;
	margin: 35px 0;
	}
#footer #fNav li {
	float: left;
	display: inline;
	margin-left: 20px;
	color:#fff;
	}
#footer #fNav li:first-child {	margin-left: 0;	}
#footer #fNav li a {
	color:#c6ecfe;
	text-decoration: none;
	}
#footer #fNav li a:hover {	color:#fff;	}
#footer #snsBtn {
	float: right;
	display: inline;
	width: 210px;
	margin: 35px 0 20px;
	}
#footer #snsBtn li {
	float: left;
	display: inline;
/*	margin-left: 5px;*/
	}
#footer #snsBtn li:first-child {	margin-left: 0;	}
iframe.twitter-share-button {    width: 105px!important;}

#footer .copyright {
	clear: both;
	color:#c6ecfe;
	padding: 0 0 115px;
	}
