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

* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:17px;
	line-height:31px;
}

/* リンク装飾 */
a {
	color: #3986CC;
}
a:hover {
	color: #F63;
	text-decoration: none;
}
a img
{
	background:none!important;
	border:0;
}
a:hover img
{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
a:hover img.none_alpha
{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background:none!important;
}

.btn_top{
	display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #6495ed;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
	margin-bottom:1px;
}
.btn_top:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
/* 画像設定 */
img {
	border:0;
	vertical-align: bottom;
}

/* ヘッダー */
#header {
	background-image: url(../image/hedaer_bg002.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.header {
	max-width:1000px;
	*width: 1000px;
	_width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.header-tx {
	padding: 110px 28px 60px 50%;
	font-size: 160%;
	color: #3985CC;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.header-tx span {
	color: #333;
	font-size: 80%;
}
.header-img {
	display: block;
}
.header-img ul {
	margin-left: 40px;
}
.header-img ul li {
	list-style-type: none;
	background-image: url(../image/ico-finger.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 32px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	-moz-text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8);
}
/* コンテンツ */
#contents {
	max-width:1000px;
	*width: 1000px;
	_width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contents p {
	text-align: left;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 30px;
	margin-left: 18px;
}
.price {
	text-align:center;
	width:100%;
	margin-bottom: 15px;
}
.price_b {
	text-align:center;
	width:100%;
	background-color:#FF0000;
	color:#FF0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	behavior: url(border-radius.htc); /* IE */
	margin-bottom: 20px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.box_youto {
	background-color:#3986CC;
	text-align:center;
	color:#FFF;
	font-size:25px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url(border-radius.htc); /* IE */
	line-height:40px;
	padding-top:30px;
	padding-bottom: 30px;
	margin-bottom:30px;
}
.box_youto ul {
	display:block;
	letter-spacing:-0.4em;
	list-style-type: none;
	padding-top:30px;
}
.box_youto ul li {
	display:inline-block;
	letter-spacing:normal;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:14px;
	padding: 20px;
	background-color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(border-radius.htc); /* IE */
}
.box_jikou {
	display:block;
	letter-spacing:-0.6em;
	text-align:left;
	font-size: 14px;
	line-height: 22px;
}
#contents .box_jikou p {
	text-align: left;
	margin: 15px;
}
.box_jikou .box_tyui,
.box_jikou .box_hikou {
	display:inline-block;
	letter-spacing:normal;
	margin-bottom:14px;
	padding: 20px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	vertical-align:top;
	behavior: url(border-radius.htc); /* IE */
	min-height: 310px;
}
.box_jikou .box_tyui {
	background-color:#FFFF99;
	*width:430px;
	_width: 430px;
	*float: left;
	_float: left;
	margin-left:20px;
	width: 40%;
}
.box_jikou .box_hikou {
	background-color:#BBD6EE;
	*width:550px;
	_width: 550px;
	*float: left;
	_float: left;
	width: 56%;
}
/* フッター */
#footer {
	font-size: 16px;
	line-height: 22px;
	padding-top: 30px;
}
#footer {
	font-size: 16px;
	line-height: 22px;
	padding-top: 30px;
}
.footer {
	font-size:12px;
	line-height:14px;
}
.foot {
	display: block;
	text-align: right;
	font-size: 12px;
}
.syosai {
	font-size: 32px;
	padding: 30px 0;
}
/* テキスト装飾 */
.tx_red {
	color: #C00;
}
.tx_blue {
	color:#03C;
}
.tx_green {
	color:#093;
}
@media screen and (max-width:1199px){
	img{
		display: inline;
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#header {
		background-image: url(../image/hedaer_bg002.png);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		position: relative;
	}
	#header:before {
		content:"";
		display: block;
		padding-top: 64%;
	}
	.header {
		max-width:1000px;
		text-align: left;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 60px;
		margin-left: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}
	.header-img img {
		width: 34%;
	}
	#contents {
		margin-top: 60px;
	}
}
@media screen and (max-width:1000px){
	#header {
		background-image: none;
	}
	#header:before {
		content: none;
		display: block;
		padding-top: 0px;
	}
	.header {
		background-image: url(../image/hedaer_bg002-640.png);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		position: relative;
		margin-bottom: 10px;
	}
	.header:before {
		content:"";
		display: block;
		padding-top: 52%;
	}
	.header-img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}
	.header-img ul {
		padding-top: 20px;
	}
	.header-img ul li {
		line-height: 28px;
	}
	.header-tx {
		background-image: url(../image/head_bg003-640.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		background-color: #FFF;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		position: relative;
		padding: 0;
		font-size: 120%;
	}
	.header-tx:before {
		content:"";
		display: block;
		padding: 30% 0px 0px 0px;
	}
	.header-tx p {
		position: absolute;
		left: 0;
		top: 0;
		padding: 40px 28px 0px 50%;
	}
	#contents {
		margin-top: 0px;
	}
	.box_jikou {
		letter-spacing: normal;	
	}
}
@media screen and (max-width:748px){
	.header-tx p {
		padding: 40px 14px 0px 40%;
		line-height: 1.3;
		letter-spacing: 0.06em;
	}
	.header::before {
		padding-top: 80%;
	}
	.header-img img {
		width: 46%;
		padding-top: 40px;
	}
	.header-img ul {
		padding-top: 100px;
	}
	.header-img ul li {
		color: #000;
		background-image: url(../image/ico-finger02.png);
		-moz-text-shadow: none;
		-webkit-text-shadow: none;
		-ms-text-shadow: none;
		text-shadow: none;
	}
}
@media screen and (max-width:640px){
	.header-img ul {
		padding-top: 80px;
	}
}
@media screen and (max-width:640px){
	.header-tx {
		margin-top: 24px;
		font-size: 100%;
	}
	#contents {
		margin-top: 20px;
	}
	.box_jikou .box_hikou,.box_jikou .box_tyui {
		width: 100%;
		margin-left: 0px;
	}
	.box_youto strong {
		display: inline-block;
		text-align: left;
		margin: 4px;
	}
	.price img {
		max-width:96%;
	}
	.price_b {
		text-align: left;
	}
	.box_youto strong br {
		display: none;
	}
	.foot {
		text-align: center;
		font-size: 80%;	
	}
}
@media screen and (max-width:540px){
	.header-tx {
		margin-top: 45px;
	}
}
@media screen and (max-width:500px){
	.header-img ul {
		margin-top: 50px;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.header-img ul li {
		line-height: 20px;
	}
	.header-tx {
		margin-top: 4px;
	}
	.header-tx p {
		padding-top: 10px;
		font-size: 80%;
	}
}
@media screen and (max-width:420px){
	.header-img ul {
		margin-top: 32px;
	}
	.header-tx {
		margin-top: 14px;
	}
}
@media screen and (max-width:360px){
	.header-img ul li {
		background-image: none;
		line-height: normal;
		list-style-type:circle;
		line-height: 16px;
		padding-left: 4px;
	}
	.header {
		margin-bottom: 20px;	
	}
}