@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
	background:#f2e6d4;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height:1.3em;
    font-size: 14px;
}

img{vertical-align:middle;}
	  
a {
	transition:0.3s;
	-webkit-transition:0.3s;
 　 -moz-transition:0.3s;
 　 -o-transition:0.3s;
	color:#313131;
	text-decoration:none;
	outline:none;
    border: medium none;
    cursor: pointer;
	}
a:hover {
	color:#707070;
	border: medium none;
	}
a:visited{outline:none;}	
a img {border: medium none;}
a.hover_bt:hover img,
a.hover_bt:focus img,
a.hover_bt:active img {
    opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

ul{list-style:none;}

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

.txt_18{font-size:18px;font-size:128.57%;line-height:1.3em;}
.txt_10{font-size:10px;font-size:71.4%;line-height:1.3em;}
.txt_c{text-align:center;}

/*//////////////////////////////////////////////////////////////////////////////////////
ヘッダー
//////////////////////////////////////////////////////////////////////////////////////*/

#container{
	width:975px;
	margin:0 auto;
	background:#fff;
	padding:0 0 30px;
}

/*//////////////////////////////////////////////////////////////////////////////////////
メイン
//////////////////////////////////////////////////////////////////////////////////////*/

#disc01{
	padding: 20px 30px;
}

.footer{
	padding: 20px;
}
.banner{
	width:441px;
	margin:30px auto 20px;
}

.bt_home02{
	width:204px;
	margin:40px auto;
}

.bt_home{
	width:112px;
	margin:0 auto;
}
