﻿@charset "UTF-8";

/* mainBg
================================================== */
.mainBg {
	background: url(../images/B_story52_bg.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	backface-visibility:hidden;
}

/* txtArea
================================================== */
.txtArea {
	position: relative;
	max-width: 60%;
	margin: 0 auto;
	background: url(/professional/magazine/B/common/images/B_00_B_txtBg.png);
	padding-top: 30px;
}
.txtBlock {
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.txtArea {
		max-width: 80%;
	}
}
@media screen and (max-width: 639px) {
	.txtArea {
		max-width: 90%;
	}
}

/* txtMain
================================================== */
.txtMain {
	padding: 5% 0 2%;
}
.mainTitBox {
	width: 70%;
	margin: 0 auto;
	padding-top: 4%;
}
.mainTitBox img{
	width: 100%;
}
@media screen and (max-width: 639px) {
	.txtMain {
		padding: 8% 0 2%;
	}
}

/* dateArea
================================================== */
.dateArea {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 2%;
}
.dateArea dt{
	float: left;
	background-color: #666;
	font-size: 60%;
	color: #fff;
	line-height: 180%;
	padding: 0 5px;
}
.dateArea dd{
	float: left;
	padding: 0 5px;
	font-size: 60%;
	line-height: 180%;
}

/* mainTxtBox
================================================== */
.mainTxtBox {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 10%;
}
.mainTxtBox h1{
	font-size: 160%;
	line-height: 180%;
	font-weight: normal;
}
.mainTxtBox h1 span{
	font-size: 70%;
}
@media screen and (max-width: 960px) {
	.mainTxtBox {
		width: 100%;
		text-align: center;
	}
	.mainTxtBox h1{
		font-size: 120%;
	}
	.mainTxtBox h1 span{
		font-size: 60%;
	}
}
@media screen and (max-width: 639px) {
	.mainTxtBox h1{
		font-size: 110%;
		line-height: 180%;
	}
}

/* txtBox
================================================== */
.txtBox {
	line-height: 180%;
}
.txtBox h2{
	padding-bottom: 2%;
}
.txtBox p{
	padding-bottom: 5%;
}
.txtBox p.txtQ{
	font-weight: bold;
	color: #2d42a0;
}
.movieBox {
	padding-bottom: 5%;
}
.borderTop {
	border-top: #000 solid 3px;
	padding-top: 5%;
}
.phBox {
	text-align: center;
	width: 100%;
}
.phBox img{
	width: 100%;
	margin: 0 auto;
}
.mvBox {
	text-align: center;
	width: 100%;
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.mvBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; !important;
	height: 100%; !important;
}

@media screen and (max-width: 639px) {
	.txtBox {
		font-size: 90%;
	}
}

/* nextArea
================================================== */
.nextArea {
	padding: 10% 0 5%;
}
.nextArea p{
	width: 400px;
	margin: 0 auto;
}
.nextArea p img{
	width: 100%;
}
.nextArea p a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	line-height:1px;
	transition: .3s;
}
@media screen and (max-width: 639px) {
	.nextArea {
		padding: 10% 0 10%;
	}
	.nextArea p{
		width: 80%;
	}
}

/* snsArea
================================================== */
.snsArea {
	width: 90px;
	margin: 0 auto;
	padding-bottom: 4%;
}
.snsArea .btnTw{
	float: left;
	width: 40px;
}
.snsArea .btnFb{
	float: right;
	width: 40px;
}
.snsArea .btnTw img,
.snsArea .btnFb img{
	width: 100%;
}
/* (回転)
================================================== */
.snsArea .btnTw a:hover img,
.snsArea .btnFb a:hover img{
	width: 40px;
	height: 40px;
    -webkit-animation: spin 3.5s linear infinite;
    -moz-animation: spin 3.5s linear infinite;
    -ms-animation: spin 3.5s linear infinite;
    -o-animation: spin 3.5s linear infinite;
    animation: spin 3.5s linear infinite;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
@media screen and (max-width: 639px) {
	.snsArea {
		width: 80px;
		margin: 0 auto;
		padding-bottom: 10%;
	}
	.snsArea .btnTw{
		width: 30px;
	}
	.snsArea .btnFb{
		width: 30px;
	}
	.snsArea .btnTw a:hover img,
	.snsArea .btnFb a:hover img{
		width: 30px;
		height: 30px;
	}
}

/* itemArea
================================================== */
.itemArea {
	background-color: #fff;
	padding: 10px 0;
}
.itemPh {
	float: left;
	width: 36%;
}
.itemPh img{
	width: 100%;
}
.itemTxt {
	float: right;
	width: 62%;
}
.itemTxt h3{
	line-height: 140%;
	padding: 20px 0 10px;
}
.itemTxt p{
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 10px;
}
.itemTxt li{
	width: 160px;
}
.itemTxt li img{
	width: 100%;
}
.itemTxt li a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	line-height:1px;
	transition: .3s;
}
@media screen and (max-width: 639px) {
	.itemTxt h3{
		line-height: 140%;
		padding: 0 0 10px;
		font-size: 80%;
	}
	.itemTxt p{
		font-size: 70%;
	}
	.itemTxt li{
		width: 120px;
	}
}

/* mailArea
================================================== */
.mailArea {
	padding: 10% 0;
	text-align: center;
}
.mailArea img{
	width: 100%;
	max-width: auto;
}
.mailArea a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	line-height:1px;
	transition: .3s;
}
@media screen and (max-width: 639px) {
	.mailArea {
		padding: 5% 0;
	}
}

/* load(回転)
================================================== */
.mainload {
	width: auto;
	height: auto;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    -ms-animation: spin 10s linear infinite;
    -o-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
/* Photo
================================================== */
.max417 {
	max-width: 417px!important;
}
.max830 {
	max-width: 830px!important;
}
