﻿@charset "utf-8";
/* CSS Document */


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background: #fff;
	margin: 0;
	line-height: 1;
	min-width: 970px;
}

p {
	line-height: 1.8;
	margin: 0 0 1em 0;
}
ul {margin:0; padding:0;}
li {
	list-style-type: none;
	line-height: 2;
}
.marked li {list-style-type: disc;}
.ol_01 li {
	margin-bottom: 20px;
	text-indent: -1.2em;
	margin-left: 1.2em;
	line-height: 1.6;
}
hr.hr_01 {
	border: 1px dotted #e0e0e0;
	margin: 40px  auto;
	width: 900px;
}


/*------------------------------------------------------------
	ヘッダ
------------------------------------------------------------*/
header {
	height: 145px;
	margin-bottom: 20px;
	border-top: 5px solid #0066cc;
	border-bottom: 1px solid #e6eef2;
	background: linear-gradient(top, #d4f1ff, #f7fcff);
	background: -moz-linear-gradient(top, #d4f1ff, #f7fcff);
	background: -webkit-gradient(linear, left top, left bottom, from(#d4f1ff), to(#f7fcff));
	background: -ms-linear-gradient(top, #d4f1ff, #f7fcff);
}
#headerInr {
	width: 970px;
	margin: 0 auto;
	height: 127px;
	padding: 18px 0 0;
	font-size: 160%;
}
#headerInr h1 {
	float: left;
}
#headerInr .headerR {
	float: right;
	width: 330px;
}
#headerInr .headerR .snsBtn {
	height: 50px; /* 仮指定 */
}
#headerInr .headerR p {
	width: 200px;
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mv {
	font-size: 180%;
	width: 470px;
	margin: 0 auto 40px;
	background: url(../images/mv.jpg) 0 0 no-repeat;
	padding: 30px 0 0 500px;
	min-height: 360px;
}
#mv h1 {
	font-size: 120%;
	margin: 0 0 20px;
}

/* ふきだし背景 */
#mv ul {
	box-sizing: border-box;
	position: relative;
	background: -moz-linear-gradient(top, #fafffb, #e8faee);
	background: -ms-linear-gradient(top, #fafffb, #e8faee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fafffb), to(#e8faee));
	height: 130px;
	width: 470px;
	padding: 15px 0 0 18px;
	margin-bottom: 20px;
	border: 1px solid #c3e5d4;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
}
#mv ul:after {
	content: '';
	position: absolute;
	border-top: 20px solid #e8faee;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -19px;
	left: 220px;
}
#mv ul:before {
	content: '';
	position: absolute;
	border-top: 20px solid #c3e5d4;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -21px;
	left: 220px;
}
/* ふきだし背景 end */

#mv li {
	text-align: left;
	background: url(../images/icon_check_01.png) 0 7px no-repeat;
	padding: 0 0 0 30px;
	font-size: 95%;
}


/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
h2 {
	margin: 0 0 20px;
	clear: both;
	text-align: left;
	font-size: 150%;
	line-height: 1.35;
	padding: 0.4em 0.9em;
	background: #fafafa;
	border-left: 10px solid #06c;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
h2 span {
	display: block;
	font-weight: normal;
	font-size: 90%;
}
h3 {
	line-height: 1.3;
	margin: 0 0 10px;
	clear:both;
	text-align: left;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#content {
	font-size: 170%;
	width: 970px;
	margin: 0 auto 70px;
	text-align: left;
}
.list3box li {
	width: 290px;
	float: left;
	margin: 0 50px 10px 0;
	border-bottom: 1px solid #eaeaea;
}

.list4box li {
	width: 226px;
	float: left;
	margin: 0 22px 10px 0;
	border-bottom: 1px solid #eaeaea;
}
.list3box li p,.list4box li p {
	font-size: 88%;
	line-height: 1.4;
	text-align: justify;
	margin: 0 0 1.5em;
}




/* ボタン01 */
.btn01 {
	clear: both;
	border: 1px solid #28a164;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	display: block;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.btn01 a {
	background: linear-gradient(top, #3c6, #093);
	background: -moz-linear-gradient(top, #3c6, #093);
	background: -webkit-gradient(linear, left top, left bottom, from(#3c6), to(#093));
	background: -ms-linear-gradient(top, #3c6, #093);
	color: #fff;
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.4);
	/*padding: 5px 10px 2px;*/
	padding: 5px 0 2px;
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btn01 a:hover {
	background: linear-gradient(top, #5e5, #2b2);
	background: -moz-linear-gradient(top, #5e5, #2b2);
	background: -webkit-linear-gradient(top, #5e5, #2b2);
	background: -ms-linear-gradient(top, #5e5, #2b2);
	box-shadow: 0 0 10px rgba(0,204,68,0.8);
	-moz-box-shadow: 0 0 10px rgba(0,204,68,0.8);
	-webkit-box-shadow: 0 0 10px rgba(0,204,68,0.8);
	-ms-box-shadow: 0 0 10px rgba(0,204,68,0.8);
}
.btn01 a:visited {
	color: #fff;
}
.btn01 a span {
	display: table-cell;
	background: url(../images/arw_01.png) 7% center no-repeat;
}

.btn_w80 {
	width: 80%;
	margin: 0 auto;
}
.btn_w80 a {
	padding: 12px 0 10px;
}
.btn_w50 {
	width: 50%;
	margin: 0 auto;
}
.btn_w50 a {
	padding: 17px 0 15px;
	font-size: 110%;
}
/* ボタン01  end */


/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 120%;
	color: #999;
	padding: 20px 0 10px;
	margin: 0px;
	line-height: 2;
	text-align: center;
	border-top: 1px solid #e1ecf2;
	background: gradient(linear, left top, left bottom, from(#f7fcff), to(#d4f1ff));
	background: -moz-linear-gradient(top, #f7fcff, #d4f1ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7fcff), to(#d4f1ff));
	background: -ms-linear-gradient(top, #f7fcff, #d4f1ff);

}

#footer li {
	border-right: 1px solid #a1cfe5;
	display: inline;
	margin: 0 0.6em 0 0;
	padding: 0 1em 0 0;
	white-space: nowrap;
}

#footer li.last {
	border: medium none;
	margin: 0;
	padding: 0;
}
#footer a {
	color: #7a8f99;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding-bottom: 0.5em;
}

/*------------------------------------------------------------
	faq.html よくあるご質問
------------------------------------------------------------*/
.qaBox {
	background: #f0f0f0 url(../images/qa_bg.png) 0 0 repeat;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px; 

	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.qaBox dt {
	font-size: 110%;
	color:#06c;
	font-weight: bold;
	background: url(../images/icon_qa_q.png) 5px 5px no-repeat;
	padding: 10px 10px 3px 70px;
	margin: 5px 0 15px;
	line-height: 1.7;
}
.qaBox dd {
	background: #fff url(../images/icon_qa_a.png) 5px 10px no-repeat;
	padding: 18px 20px 22px 70px;
	margin: 0;
	line-height: 1.7;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; 
}



/*------------------------------------------------------------
	manual.html 動画マニュアル
------------------------------------------------------------*/
.maBox {
	background: #f0f0f0 url(../images/qa_bg.png) 0 0 repeat;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px; 

	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.maBox dt {
	font-size: 110%;
	color:#06c;
	font-weight: bold;
	background: url(../images/icon_ma.png) 5px 5px no-repeat;
	padding: 10px 10px 3px 70px;
	margin: 5px 0 15px;
	line-height: 1.7;
}
.maBox dd {
	background: #fff ;
	padding: 18px 20px 22px 70px;
	margin: 0;
	line-height: 1.7;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; 
}
a.ma_arw {
	background: url(../images/arw_02.png) 0 7px no-repeat;
	padding-right: 100px;
	padding-left: 13px;
	font-size: 95%;
}


/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
.tbl01 {
	clear: both;
	border-top: 1px solid #ccc;
	width: 780px;
	margin: 0 auto 30px;
}
.tbl01 th {
	border-bottom: 1px solid #ccc;
	background: #edf5ff;
	padding: 2em 1em;
	font-weight: normal;
	vertical-align: middle;
}
.tbl01 td {
	border-bottom: 1px solid #ccc;
	padding: 1em;
	vertical-align: middle;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a,a:visited {
	color: #04c;
	cursor: pointer;
	text-decoration: underline;
}
a:hover { text-decoration: none;}
a.arw {
	background: url(../images/arw_02.png) 0 7px no-repeat;
	padding-left: 13px;
	font-size: 95%;
}
/*画像透過*/
a.imgHover:hover img{
   opacity:0.7;
   filter: alpha(opacity=70);
   -ms-filter: "alpha( opacity=70 )";
}


/*------------------------------------------------------------
	右寄せ／左寄せ
------------------------------------------------------------*/
.fR { float: right;} 
.fL { float: left;} 
.imgR { float: right; margin: 0 0 1em 2em;} 
.imgL { float: left; margin: 0 2em 1em 0;} 
.center { text-align:center !important;}
.right { text-align: right !important;}

/*------------------------------------------------------------
	テキストサイズ・装飾
------------------------------------------------------------*/
.bold { font-weight:bold; }
.red { color:red;}
.small { font-size: 80%;line-height:1.5;}
.large { font-size:1.2em; line-height:1.6;}

/*------------------------------------------------------------
	clear
------------------------------------------------------------*/
/*clear*/
.clear {clear:both;}

/* clerfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	font-size: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*------------------------------------------------------------
	margins
------------------------------------------------------------*/
.m0 { margin:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mr0 { margin-right:0 !important; }
.mr30 { margin-right:30px !important; }
.ml5 { margin:-left:5px !important; }
.ml10 { margin-left:10px !important;}
.ml20 { margin-left:20px !important;}

.border {border: 1px solid #ddd;}


