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

* {
    margin: 0;
    padding: 0;
}

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

img{
	max-width:100%;
	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_12{font-size:12px;font-size:85.7%;line-height:1.3em;}
.txt_10{font-size:10px;font-size:71.4%;line-height:1.3em;}
.txt_c{text-align:center;}
.txt_r{text-align:right;}
.txt_b{font-weight: bold;}

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

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

.item{
	width: 65%;
	float: left;
	padding: 40px;
	box-sizing: border-box;	
}

.rokuichi{
	width: 35%;
	float: right;
	padding: 40px 40px 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.rokuichi a{
	display: inline-block;
	width: 100%;
	margin: 5px 0 0 0;
}

.footer{
	clear: both;
}

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

.copy{
	padding: 0 30px 20px ;
	text-align: right;
}
