/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
*{
	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;
}
a{
	color: #118aff;
}
section{
	margin-bottom: 35px;
}
.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.4em;
	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: 24px;
	font-weight: bold;
	border-top: 5px dotted #0736d1;
	padding-top: 15px;
	padding-bottom: 10px;
}
p.date{
	font-size: 12px;
	color: #a4a4a4;
	text-align: right;
	margin: 0px 15px 30px 15px;
}

/*BOX-----------------*/
.box p,
.box_prdct a.prdct_title {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	color: #454545;
	font-size: 15px;
	line-height: 1.8em;
}
.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;
}
.sub_box {
	background-color: #fff5f9;
	border: 2px dashed #ffa0c2;
	padding: 10px;
}
.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: 18px;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.box p span,
.box_prdct a.prdct_title span {
	font-weight: bold;
	line-height: 1.8em;
}
.box_prdct,
.box_sns{
	margin: 0px 15px 20px 15px;
	border: 1px solid #C3C3C3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.box_sns{
	padding:10px;

}
.box_sns .sns_data{
	margin:0px 0px 10px 0px;
}
.box_sns .sns_data img{
	width: 40px;
	float: left;
	margin: 5px;
}
.box .box_sns p{
	margin:0px;
}

.box_sns .sns_data p{
	float: left;
	margin: 5px 0px 0px 10px;
}
.box_sns p.sns_txt{
	margin:20px 0px;
}
.box_sns .page_data p span{
	line-height: 24px;
}
.box_sns .page_data img{
	width:120px;
	margin: 0px;
}
.box_sns .page_data{
	margin:0px;
}
.box_prdct a.prdct_title{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
.box .box_prdct img:first-child{
	margin: 0px;
}
.box .box_prdct p{
	margin-bottom: 0px;
}
.box .box_prdct .prdt_data{
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
.box .box_prdct .prdt_data p{
	padding-top: 10px;
}

.box .bfaf_box{
	text-align: center;
	background-color: #f8f7f5;
	border: 1px solid #d5d5d5;
	margin: 15px;
}

.bfaf_box .bfaf_c{
	float: left;
	width: 50%;
	margin: 0px;
}

.bfaf_box .bfaf_img{
	width: 95%;
}

/*FOOTER-----------------*/
.foot_menu {
	line-height: 80px;
}
.foot_menu a {
	text-decoration: underline;
}



/*上矢印+ボタン拡大/縮小 ---------------------------------------------------------*/
.tarr_scale{
	overflow:hidden;
}
.tarr_scale a{
	position: relative;
	width: 100%;
	max-width: 400px;
	display: block;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
}
/*ﾎﾞﾀﾝ(拡大/縮小)---------------------------------------------------------*/
.tarr_scale a .btn_scale{
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 300px;
	height: 131px;
	margin-left: -150px;
	z-index: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);

	animation-name: btn_scale;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;

	-webkit-animation-name: btn_scale;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;

	-moz-animation-name: btn_scale;
	-moz-animation-duration: 1.2s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
}
@keyframes btn_scale {0% {transform:scale(1);}100% {transform:scale(1.1);}}
@-webkit-keyframes btn_scale {0% {-webkit-transform:scale(1);}100% {-webkit-transform:scale(1.1);}}
@-moz-keyframes btn_scale {0% {-moz-transform:scale(1);}100% {-moz-transform:scale(1.1);}}

/*矢印(上)---------------------------------------------------------*/
.tarr_scale .arr_t{
	position: relative;
	width: 300px;
	margin: 0px auto;
	height: 40px;
}
.tarr_scale .arr_t img{
	position: absolute;
	z-index: 2;
	width:50px;
	height:50px;
	top: 0px;
	
	animation-name: arr_t;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction:alternate;
	
	-webkit-animation-name: arr_t;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:alternate;
	
	-moz-animation-name: arr_t;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction:alternate;

}
.tarr_scale .arr_t img:nth-child(1){
	left:0px;
}
.tarr_scale .arr_t img:nth-child(2){
	left:50%;
	width:200px;
	height:50px;
	margin-left:-100px;
}
.tarr_scale .arr_t img:nth-child(3){
	right:0px;
}
@keyframes arr_t {0% {top: 0px;}100% {top: 20px;}}
@-webkit-keyframes arr_t {0% {top: 0px;}100% {top: 20px;}}
@-moz-keyframes arr_t {0% {top: 0px;}100% {top: 20px;}}



/*テキスト 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;
	
	-o-animation-name: blinkanime;
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-o-animation-direction:alternate;
	
	-ms-animation-name: blinkanime;
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	-ms-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;}
}
@-o-keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}
@-ms-keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}

/*COMMON---------------------------------------------------------*/
.txt12{
	font-size: 12px;
}
.txt14{
	font-size: 14px;	
}
.txt16{
	font-size: 16px;
}
.txt18{
	font-size: 18px;
}
.txt20{
	font-size: 20px;
}
.txt22{
	font-size: 22px;
}
.txt24{
	font-size: 24px;
}
.txt26{
	font-size: 26px;
}
.txt30{
	font-size: 30px;
}
.red{
	color: #FF5050;
}
.blue{
	color: #118aff;
}
.purple{
	color: #BE7DFA;
}
.grey{
	color: #a4a4a4;
}
.green{
	color: #3eff1e;
}
.pink{
	color: #fc0f84;
}
.dred{
	color: #f41100;
	padding-right: 5px;
}
.r_blue{
	color: #64ACFA;
}
.r_pink{
	color: #FF66F9;
}
.no_list{
	padding-right: 5px;
}
.bold{
	font-weight: bold;
}
.marker{
	background-color: #edfd90;
}
.uline{
	text-decoration: underline;

}
.box p.r_txt span{
	line-height: 42px;
	padding-right: 55px;
	color: #463a2e;
	font-size: 15px;
}
.box p.r_txt a{
	display: block;
	text-decoration: none;
}
.bline{
	text-decoration: line-through;
}
.ifrm_mov{
	width: 320px;
	height: 240px;
	display: block;
	margin-right: auto;
	margin-left: auto;

}
#footer p{
	font-size: 10px;
	text-align: center;
	line-height: 60px;
}
#footer p a{
	text-decoration: none;
}
.pr{
	color: #ACACAC;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 50px;
	text-align: left;
}

#info_box {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 50px auto 15px auto;
	width: 94%;
	font-size: 13px;
}
#info_box th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
#info_box td {
	width: auto;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sub_title_bar {
	position: relative;
	background: #c9fcf2;
	box-shadow: 0px 0px 0px 5px #c9fcf2;
	border: 2px dashed #fff;
	padding: 5px;
	color: #454545;
	margin: 5px 12px 30px;
}
.sub_title_bar:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #89e7d4;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.sub_title_bar p {
	color: #808483;
	margin: 0px;
}
.box .txt_link {
	margin: 40px 15px;
}
.marker_blue{
	background-color: #c5f4fb;
}