@charset "utf-8";


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
#contents h2{
	background-color: rgb(231, 53, 98);
	border: 1px solid rgb(231, 53, 98);
	padding-left: 10px;
	padding-right:10px;
	width: auto;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-top: 40px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
#h3_box{
 	border: 1px solid rgb(231, 53, 98);
	padding: 20px;
	width: auto;
	margin-right: 6px;
	line-height: 1.4em;"
}
.titlecolor_1 {
	border-left: 15px solid rgb(255, 127, 127);
	border-bottom: 2px solid rgb(255, 127, 127);
	padding-left: 5px;
	padding-topt: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
	width: 90%; color:#333;"
}
.titlecolor_2{
	border-left: 15px solid rgb(191, 127, 255);
	border-bottom: 2px solid rgb(191, 127, 255);
	padding-left: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
	width: 80%;
	color: #333;
}
.titlecolor_3{
	border-left: 15px solid rgb(255, 127, 127);
	border-bottom: 2px solid rgb(255, 127, 127);
	padding-left: 5px;
	margin-bottom: 20px;
	margin-top: 30px;
	width: 80%;
	color:#333;
}
.c_box1{
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #999;
	padding: 10px;
}
.c_box1 h3{
	margin-top: 0px;
	color: #F03;
	padding-top: 0px;
}
#contents ul{
	padding-left: 20px;
	margin-bottom: 30px;
}
#contents li{
	padding-top: 5px;
	padding-bottom:10px;
	list-style-type: none;
}
#contents li.list{
	padding-top: 0px;
	padding-bottom: 2px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#contents li.list_2{
	padding-top: 0px;
	padding-bottom: 2px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#contents li.list_icon{
	padding-top: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-indent: -16px;
}
.list_icon::before {
	content: "※";
}
#contents p{
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 20px;
	font-size: 1em;
}
#contents p a{
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 10px;
	font-weight: bold;
	color: #F36;
}
#contents h4{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: large;
	padding-top: 0px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 10px;
}
.pointbox{
	border: 1px solid #666;
	padding: 20px;
	margin: 30px 20px;
	font-weight:bold;
}
.box_title{
	margin:20px 0px;
	font-size:x-large;
	color:#F30;
}
.li_point{
	list-style-image:url(../img/icon/pin.gif);
}
.li_point2{
	list-style-image:url(../img/icon/li_cover.gif);
}
.li_point3{
	list-style-image:url(../img/icon/star.gif);
}
.pointbox h4{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: large;
	padding-top: 0px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#390;
}
.pointbox ul{
	padding-bottom: 0px;
}
.attentionTitle{
	background: rgb(255, 0, 0) none repeat scroll 0% 0%;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 30px;
	font-size: medium;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.attentionBox{
	border: 1px solid rgb(255, 0, 0);
	padding: 0px 5px;
	margin-top: 0px;
}
.infoTitle{
	padding: 4px 10px;
	background: rgb(0, 0, 255) none repeat scroll 0% 0%;
	margin-bottom:0px;
	color:#fff;
	font-size:medium;"
}
.infoBox{
	border: 1px solid rgb(0, 0, 255);
	padding: 5px 15px;
	margin-top: 0px;
}
.buttonBox{
	text-align: center;
	border: 3px double rgb(222, 130, 167);
	background-color: rgb(254, 249, 251);
	margin: 20px auto;
	padding: 10px; width: 50%;
}
.strong_box{
	border: 1px solid rgb(153, 153, 153);
	padding: 8px;
	width: 94%;
	margin: 10px auto;
}