@charset "UTF-8";
/* CSS Document */
body {
  -webkit-text-size-adjust: 100%;
  max-width:640px;
}
/*リンクの標準*/
#container a:link {
	text-decoration: none;
	color: #1A8BC1;
}
#container a:hover {
	text-decoration: none;
	color: #1A8BC1;
}
#container a:visited {
	text-decoration: none;
	color: #1A8BC1;
}
#container a:active {
	color: #1A8BC1;
}
#container a:hover img {
	border: 0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*フッターリンクカラー設定*/
/*footer a:link {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}
footer a:visited {
	text-decoration: none;
	color: #fff;
}
footer a:active {
	color: #fff;
}*/
img {
	max-width: 100%;
	height: auto;
	font-size: 0px;
	line-height: 0px;
}

table {
	width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/*---------------------------------
add css layout end
--------------------------------*/
@media screen and (max-width: 640px){
	.contents div{
		width: 100%;
		margin: 0 0 24px;
		float: none;
	}
}
html, body{
width: 100%;
height:100%;
font-size:62.5%;
}


body {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Century Gothic", Calibri, Arial, sans-serif;
	line-height: 1.8;
	font-size: 1.3rem;
}
/*footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #CACACA;
	padding-top: 16px;
	padding-bottom: 20px;
}
footer .img_01 {
	width: 140px;
	float: left;
	margin-left: 10px;
	margin-top:2px;
}
footer .img_02 {
	width: 70px;
	float: right;
	margin-right: 10px;
}*/
