@charset "UTF-8";

body{
	background-color:#ffffff;
}

h1{
	display:none;

}

h2{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 40px 2px 40px;
	display:block;
}

.h2hr{
	padding-top:8px;
	border-top:1px dotted #bbb;

}

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

}

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

}

.itr{
	color:#333;
	font-size:14px;
	line-height:22px;
	margin:5px 40px;
	clear:both;
	font-weight:bold;
}


.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{
	border:1px solid #CCC;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin:0 80px;
}

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

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







.nv2{
	margin:0 80px;
}

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




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

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


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


#rtn{
	line-height:36px;
	background-color:#64a9ff;
	margin: 10px 80px 60px 80px;
	border-radius: 40px;-webkit-border-radius: 18px;-moz-border-radius: 40px;
	background-image:url(../img/ret_gr.png);
	background-repeat:no-repeat;
	background-position:15px 8px;
	background-size:20px 20px;
}


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

/*------------------------------------------------------------
	全体設定
------------------------------------------------------------*/


#container{
	width:480px;
	margin: 50px auto;
	background-color:#f6f6f6;
	border-radius: 6px 6px 6px 6px ;-webkit-border-radius: 6px 6px 6px 6px ;-moz-border-radius: 6px 6px 6px 6px ;
	overflow:auto;
	border:1px solid #ddd;
	padding:20px;

}

#index{
	background-image:url(../img/pc_bl_bg.jpg);
	background-repeat:repeat-x;
}

.ttlimg{
	background-image:url(../img/raku_pc_header3.jpg);
	background-position:top,center;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	height: 70px;
	display: lnline;


}


section{
	overflow:auto;
}


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


.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 80px;
}

.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:16px;
	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:16px;
	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:7px;
}

/*------------------------------------------------------------
	コンテンツ >>以下20130614追加
------------------------------------------------------------*/
.cnt1{
	margin: 0 80px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #CCC;
	text-align: left;
	line-height: 1.6;
}
/*title*/
.cnt1 .cnt-title{
	font-weight: bold;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 17px;
}
/*title-color*/
.cnt1 .cnt-title.blue{
	color: #006eca;
	border-bottom-color: #005a9e;
}
/*body*/
.cnt1 .cnt-body{
	margin: 0 10px;
	font-size: 17px;
}
.cnt1 h3{
	margin: 0;
}
.cnt1 .cnt-body ol,
.cnt1 .cnt-body ul{
	margin-bottom: 10px;
}
.cnt1 .cnt-body img:not([width]) {
	zoom: .5;
	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;
}