@charset "UTF-8";

body{
	background-color:#f5f5f5;
	word-break:break-all;
}

a { -webkit-touch-callout:none; }

h1{
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background-color:#4b88d3;
	background-image:url(../img/rakuraku_icon.png) ;
	background-repeat:no-repeat;
	background-size:32px 32px;
	background-position:6px;
	padding-left:44px;
	line-height:44px;
	text-shadow: 1px 1px 0 #036;
	color:#FFF;
	font-size:20px;
}

h2{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:0 10px 2px 10px;
}

.h2hr{
	padding-top:8px;
	border-top:1px solid #ccc;
}



h3{
	font-size:18px;
	font-weight:bold;
	color:#039;
	margin:0 10px 2px 10px;
}

h4{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:0 10px 2px 10px;
	padding-top:8px;
}


.itr{
	color:#333;
	font-size:16px;
	line-height:22px;
	margin:5px 20px;
}


.hdr{
	float:left;
}

.icn{
	background-image:url(../img/card.png) ;
	background-repeat:no-repeat;
	background-size:24px 24px;
	background-position:4px;
	padding-left:35px;
	line-height:24px;
	text-shadow: 1px 1px 0 #FFF;
}

/*------------------------------------------------------------
	リンクボタン
------------------------------------------------------------*/

.nv1,.nv3{
	border:1px solid #CCC;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin:0 10px;
}

.nv1 li{
	color:#000;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #CCC;
}

.nv1 li:last-child,.nv3 li:last-child{
	border-bottom:none;
}




.nv2{
	margin:0 10px;
}

.nv2 li{
	border:1px solid #CCC;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	color:#000;
	font-weight:bold;
	font-size:18px;
	margin-bottom:1px;
	background-color:#FFF;
}



.nv3 li{
	color:#000;
	font-size:18px;
	border-bottom:1px dotted #CCC;
}


.nv3 li div{
	display:block;
	padding:10px;
}


#rtn{
	line-height:46px;
	background-color:#64a9ff;
	margin:10px;
	border-radius: 44px;-webkit-border-radius: 44px;-moz-border-radius: 44px;
	-moz-box-shadow:1px 3px 2px rgba(0,0,0,0.1);-webkit-box-shadow:1px 3px 2px rgba(0,0,0,0.1);-o-box-shadow:1px 3px 2px rgba(0,0,0,0.1);-ms-box-shadow:1px 3px 2px rgba(0,0,0,0.1);box-shadow:1px 3px 2px rgba(0,0,0,0.1);
	background-image:url(../img/ret.png);
	background-repeat:no-repeat;
	background-position:15px 13px;
	background-size:20px 20px;
}


#rtn a{
	display:block;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	padding-left:44px;
}


/*------------------------------------------------------------
	リンクボタン分割版
------------------------------------------------------------*/

.nvmix{
	border:1px solid #CCC;
	border-radius: 6px 6px 6px 6px ;-webkit-border-radius: 6px 6px 6px 6px ;-moz-border-radius: 6px 6px 6px 6px ;
	margin:0 10px;
}

.nv1a{
	border-radius: 6px 6px 0 0 ;-webkit-border-radius: 6px 6px 0 0 ;-moz-border-radius: 6px 6px 0 0 ;
	}

.nv1a li{
	color:#000;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #CCC;
}


.nv1b{
	border-radius: 0 0 6px 6px;-webkit-border-radius: 0 0 6px 6px;-moz-border-radius: 0 0 6px 6px;
}

.nv1b li{
	color:#000;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #CCC;
}

.nv1b li:last-child{
	border-bottom:none;
}


.nv2 li a,.nv2 li div,.nv1 li a,.nv1 li div,.nv1a li a,.nv1a li div,.nv1b li a,.nv1b li div{
	display:block;
	padding:10px;
}

/*------------------------------------------------------------
	コンテンツ >>以下20130614追加
------------------------------------------------------------*/
.cnt1{
	margin: 0 10px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #CCC;
	text-align: left;
	line-height: 1.8;
}
/*title*/
.cnt1 .cnt-title{
	font-weight: bold;
	margin: 15px 10px;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
/*title-color*/
.cnt1 .cnt-title.blue{
	color: #006eca;
	border-bottom-color: #005a9e;
}
/*body*/
.cnt1 .cnt-body{
	margin: 0 10px;
	font-size: 20px;
}
.cnt1 h3,
.cnt1 h4{
	margin: 0;
}
.cnt1 .cnt-body ol,
.cnt1 .cnt-body ul{
	margin-bottom: 10px;
}
.cnt1 .cnt-body img:not([width]){
	width: 100%;
}
.cnt1 .cnt-body p.triangle::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 10px auto 20px;
	border-style: solid;
	border-width: 13px 15px 0 15px;
	border-color: #4a87d3 transparent transparent transparent;
}
.cnt1 .cnt-body ol span{
	padding-right: 5px;
	color: #005a9e;
}
.cnt1 .cnt-body ul span{
	padding-right: 3px;
}

.cnt1 .cnt-body ol span,
.cnt1 .cnt-body ol strong{
	font-weight: normal;
	color: #005a9e;
}

/*------------------------------------------------------------
	フォーム >>以下20130625追加
------------------------------------------------------------*/
input[type="text"], input[type="password"] {
	display: block;
	height: 26px;
	border: solid 1px #8a8a8a;
	margin-bottom: 5px;
}
textarea{
	display: block;
	border: solid 1px #8a8a8a;
	margin-bottom: 10px;
}
.form00 {
	width: 95%;
	margin-right: 10px;
	padding: 5px;
	background-color: #ecfcfc;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	-moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
}
.send li{
	background: #003399;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
	text-decoration: none;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	text-align: center;
}
.send a{
	display: block;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
}
