/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
*{
	margin:0px;
	padding:0px;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 18px;
}
#header{
	text-align: center;
	border-bottom: 2px solid #ACA49D;
}
#top img{
	width:100%;
}
#footer{
	color: #4B4B4B;
	line-height: 40px;
	font-size: 12px;
	background-color: #F0F0F0;
	border-top: 1px solid #B1B1B1;
	padding-top: 40px;
	padding-bottom: 20px;
}
.center {
	text-align: center;
	display: block;
}
.right {
	text-align: right;
	display: block;
	
}
a{
	color: #118aff;
}
section{
	margin-bottom: 50px;
}
/*clearfix-----------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*header-----------------*/
#title{
	font-size: 20px;
	color: #454545;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 15px 10px 15px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
	padding-top: 10px;
}
#title_txt{
	margin: 0px 15px 15px 15px;
}
.box p.sub_title{
	font-size: 18px;
	font-weight: bold;
	border-top: 5px dotted #ffb6c7;
	padding-top: 15px;
	padding-bottom: 10px;
}
p.date{
	font-size: 12px;
	color: #a4a4a4;
	text-align: right;
	margin: 0px 15px 30px 15px;
}
/*BOX-----------------*/
.box p {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
	color: #454545;
	font-size: 16px;
	line-height: 1.7em;
}
.box p.no_margin{
	margin:5px 15px 5px 15px;
}
.box p.half_margin{
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.box .sub_box{
	margin-right: 15px;
	margin-left: 15px;
	background-color: #f8f7f5;
	padding: 10px;
	border: 1px solid #d5d5d5;
	font-size: 14px;
}
.box .sub_box.margin02{
	margin-right: 10px;
	margin-left: 10px;
}
.box .sub_box p{
	margin:0px 0px 15px 0px;
}
.box .sub_box p:last-child{
	margin: 0px;
}
.box img {
	margin: 5px auto;
	display: block;
	width: 100%;
}
.box img.img_w80{
	width: 80%;
}
.box p.r_text{
	text-align: right;
	color: #3B5997;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.box p span {
	font-weight: bold;
	line-height: 1.5em;
}
.box .link_text p,
.box .link_text p span{
	font-weight: bold;
}
.revdays {
	border-top: 2px dashed #ffb6c7;
	border-bottom: 2px dashed #ffb6c7;
	padding: 5px 0px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
/*テキストマーカー-----------------*/
.marker_line {
	background: -webkit-linear-gradient(left, #fdff3b 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
	background: linear-gradient(to right, #fdff3b 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
	transition: background-position 1s ease-out;
	-webkit-transition: background-position 1s ease-out;
}
.marker_start {
	background-position: 0% bottom;
}
/*FOOTER-----------------*/
.foot_menu {
	line-height: 80px;
}
.foot_menu a {
	text-decoration: underline;
}
/*テキストリンク-----------------*/
/*blink--------------------------*/
.blink{
	animation-name: blinkanime;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction:alternate;
	
	-webkit-animation-name: blinkanime;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:alternate;
	
	-moz-animation-name: blinkanime;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction:alternate;
}
@keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}
@-webkit-keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}
@-moz-keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}
/*---------------banner---------------*/
.banner_area {
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 45px;
}
.box p.caution {
	margin-bottom: 0;
}
.banner_area p {
	margin: 0 0 5px 0;
}
.caution_img {
	width: 15px;
	display: inline;
	margin: 0;
	padding-right: 3px;
	vertical-align: text-top;
	height: auto;
}
.banner {
	border: 1px solid #bdbcbc;
	padding: 10px;
	margin: 0px 10px 5px 10px;
	background: #fff;
}
.banner .banner_text {
	float: right;
	width: 75%;
}
.banner .banner_text p {
	margin: 0;
	padding-left: 5px;
}
.banner .banner_text p.tag {
	margin-top: 10px;
}
.banner .banner_text p span {
	line-height: 1.2em;
}
.banner .banner_text p.tag span {
	border: solid 1px #e5e5e5;
	color: #333;
	font-size: 10px;
	padding: 5px;
	font-weight: bold;
	border-radius: 2px;
	margin-right: 5px;
}
.banner .banner_text p.tag span:first-child {
	color: #ff0000;
	border: solid 1px #ff0000;
}
.banner .banner_text div {
	width: 100%;
	text-align: right;
	margin-top: 20px;
}
.banner .banner_text div img {
	width: 40%;
	display: inline-block;
	margin: 0;
}
.banner .banner_thumb {
	float: left;
	width: 23%;
	height: auto;
}
.banner .banner_thumb img {
	width: 100%;
}
.banner .app_dl a {
	display: block;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background-color: #42d66e;
	text-align: center;
	font-weight: bold;
}
.banner .attention{
	text-align: center;
	font-size: 13px;
	margin: 5px 0 -5px 0;
	font-weight: bold;
	color: #6e6e6e;
}
.no_mpbottom {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0px;
	margin-top: 0px;
}
/*COMMON---------------------------------------------------------*/
.txt12{
	font-size: 12px;
	color: #7B7B7B;
}
.txt16{
	font-size: 16px;
}
.txt17{
	font-size: 17px;
}
.txt18{
	font-size: 18px;
}
.txt19{
	font-size: 19px;
}
.txt20{
	font-size: 20px;
}
.txt21{
	font-size: 21px;
}
.txt22{
	font-size: 22px;
}
.txt23{
	font-size: 23px;
}
.txt24{
	font-size: 24px;
}
.txt26{
	font-size: 26px;
}
.red{
	color: #FF4343;
}
.blue{
	color: #118aff;
}
.pink{
	color: #FF63BF;
}
.gray{
	color: #a4a4a4;
}
.green {
	color: #21ba8d;
}
.dpink{
	color: #f9a5b9;
	padding-right: 5px;
}
.no_list{
	padding-right: 5px;
}
.bold{
	font-weight: bold;
}
.marker{
	background-color: #FFE476;
}
.uline{
	text-decoration: underline;
}
#footer p{
	font-size: 10px;
	text-align: center;
	line-height: 60px;
}
#footer p a{
	text-decoration: none;
}
/*コメント---------------------------------------------------------*/
.com_box{
	border: 1px solid #E5D5D5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.com_box p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
}
.com_box p span{
	line-height: 1.6em;
}
.com_box p.right,.com_box p span.gray {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:normal;
}
.com_box.no_line{
	border-bottom: none;
	margin-top: 40px;
	margin-bottom: -50px;
	padding-left: 10px;
	padding-bottom:50px;
}
.com_box form p:first-child{
	margin-bottom: 0px;
	margin-left: 10px;
}
.com_box form p:nth-child(3) {
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
}
.com_box .txt_input{
	width : 94.5%;
	width : -webkit-calc(100% - 22px);
	width : calc(100% - 22px);
	line-height: 24px;
	border: 1px solid #E5D5D5;
	border-radius: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
.com_box .txt_area{
	width : 94.5%;
	width : -webkit-calc(100% - 22px);
	width : calc(100% - 22px);
	border: 1px solid #E5D5D5;
	height: 100px;
	border-radius: 8px;
	padding: 5px;
}
.box .com_box #submit_btn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width : 97.5%;
	width : -webkit-calc(100% - 10px);
	width : calc(100% - 10px);
	line-height: 32px;
	margin-top: 16px;
	margin-bottom: 20px;
	border: 1px solid #c1c1c1;
	background-color: #F3F3F3;
	border-radius: 5px;
	font-weight: bold;
}
.box p.art_msg{
	display: none;
	margin-bottom: 30px;
}