@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :meets
style info  :ベース設定　ハックは最下部に記述
=================================================================== */
.pc{display:block;}
.sp{display:none;}

/*--------------------------------------------------------------------
基本設定
--------------------------------------------------------------------*/
html,body {
	width:100%;
	height:100%;
}

html {
	height:100%;
	overflow-y:scroll;
}

/*--Reset-----------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

p{
	line-height: 1.8em;
}

img {
	border:none;
	vertical-align:middle;
}

ul,ol {
	list-style:none;
}

/*--Text------------------------------------------------------------*/
body {
	color: #303030;
	font-size:88%;
	font-weight:normal;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

* html body {/*IE6*/
	font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

*:first-child + html body {/*IE7*/
	font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1 {
	font-size:120%;
}

h2,h3,h4,h5,h6 {
	font-size:100%;
}

/*--Link------------------------------------------------------------*/
a,a:link {color:#6a573f;}
a:visited {color:#6a573f;}
a:hover,a:active {color:#777777;}
a:focus {outline:none;}

/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}


/*--------------------------------------------------------------------
共通パーツ
--------------------------------------------------------------------*/
h1 {
	float:left;
	margin: 25px 0 0 0;
}

h2 {
}

h3 {
	text-align: center;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 40px 0;
	letter-spacing: 0.2em;
	clear: both;
}

h3 span{
	display: block;
	margin: 5px 0 0 0;
	font-size: 0.6em;
	color: #6a573f;
	font-weight: bold;
	letter-spacing: 0;
	border-top: 1px dotted #4b4848;
}

h4{
	text-align: center;
	font-size: 1.9em;
	margin: 0 0 20px 0;
}

#column1 p {
}

#column2 p {
}

#wrap-btm p {
}

#wrapper {
	width:100%;
	background:url(../images/bg_main.png) top center no-repeat;
	overflow:hidden;
}


/*--------------------------------------------------------------------
header（ヘッダー部分）
--------------------------------------------------------------------*/
header {
	width: 1000px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}

header .right_box{
	margin: 10px 0;
	float: right;
	width: 450px;
	line-height: 1.2em;
}

header .right_box p{
	margin: 0 0 10px 0;
	line-height: 1.2em;
}

/*--nav------------------------------------------------------------*/
nav#gm{
	background: url(../images/bg_gm.png) no-repeat top center;
	clear: both;
	overflow: hidden;
	height: 100px;
}

nav#gm ul{
	overflow:hidden;
	width:1000px;
	margin: 10px auto 0;
}

nav#gm ul li{
	float:left;
	padding:0 0 0 40px;
}


/*--------------------------------------------------------------------
content（コンテンツ部分）
--------------------------------------------------------------------*/
#content {
	clear:both;
	background: url(../images/bg_content_01.png);
	padding: 50px 0;
}

#main_column{
	width: 1000px;
	margin: 0 auto;
}

#main_column section{
	margin: 0 0 50px 0;
	overflow: hidden;
}

/*--------------------------------------------------------------------
footer部分
--------------------------------------------------------------------*/
#wrap-btm {
	clear:both;
	width:100%;
	text-align:center;
	background-color:#e2e2e2;
}

#wrap-btm footer {
	text-align:left;
	margin:0 auto;
}

#wrap-btm footer nav{
	width: 1000px;
	margin: 0 auto;
}

#wrap-btm footer nav ul{
	overflow: hidden;
	padding: 10px 0;
}

#wrap-btm footer nav li{
	float: left;
	color: #6a573f;
	font-weight: bold;
}

#wrap-btm footer nav li.text_link{
	border-right: 1px solid #6a573f;
	margin: 10px 1em 0 0;
	padding: 0 1em 0 0;
	line-height: 1em;
}

#wrap-btm footer nav li.pagetop{
	float: right;
}

#c_banner{
	background: url(../images/bg_footer.png) top center;
	padding: 30px 0;
}
#c_banner h3{
	background: url(../images/bg_underline_01.png) repeat-x bottom;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#c_banner ul{
	width: 955px;
	margin: 0 auto;
	padding: 20px 0;
	/*text-align: center;*/
}

#c_banner li{
	display: inline-block;
	margin: 5px 2.5px;
}

#footer_info{
	overflow: hidden;
	padding: 40px 0 40px 0;
	margin: 0 auto;
	width: 1000px;
}

#footer_info .left_box{
	float:left;
}

#footer_info .left_box h3{
text-align: left;
font-size: 2em;
font-weight: normal;
line-height: 1em;
margin: 0 0 20px 0;
letter-spacing: 0.2em;
}

#footer_info .left_box h4{
text-align: left;
font-size: 1.2em;
margin: 0 0 5px 0;
}

#footer_info .right_box{
	float:right;
	margin: 30px 0 0 0;
}

#footer_info .right_box ul{
	float: left;
	margin: 0 100px 0 0;
}

#footer_info .right_box li{
	margin: 0 0 5px 0;
}

#copyright{
text-align: center;
	color: #ffffff;
	background:#000000;
	font-size: 0.8em;
	padding: 5px 0;
}
/*----------------------------------------------------
	リンク画像ロールオーバー設定
----------------------------------------------------*/

a img{
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

a:hover img{
opacity: 0.6;
filter: alpha(opacity=40);
}

a:hover img.nonfade{
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity:1;
-webkit-transition: 0s ease-in-out;  
-moz-transition: 0s ease-in-out;  
-o-transition: 0s ease-in-out;  
transition: 0s ease-in-out;
}