@charset "utf-8";
/* =================================================================================
 Reset
================================================================================= */
html{overflow-y:scroll;}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form{margin:0; padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;}ul,li{list-style:none;}img{border:none; vertical-align:bottom;}
a{color:#f02742;  transition-duration: .5s;}a:hover{text-decoration:underline;}a img:hover{opacity:0.9;filter: alpha(opacity=90);-ms-filter: "alpha( opacity=90 )";-moz-opacity:0.90;}
input[type="text"],input[type="password"],textarea,input[type="email"],input[type="number"],input[type="tel"]{-webkit-appearance:none;height:23px;padding:5px;border:1px solid #ddd;font-size:100%;box-shadow:none;}
select{height:30px;padding:5px;border:1px solid #ddd;font-size:100%;box-shadow:none; background-color:#fff !important;}
input[type="submit"]{-webkit-appearance:none;}input[type="button"]{border:none; cursor:pointer;}
@media only screen and (max-width:640px){input[type="text"],input[type="password"],textarea,input[type="email"],input[type="number"],input[type="tel"],select{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box;}}
table{border-collapse:collapse;}th{text-align:left;}
input[type="submit"]{border:none; cursor:pointer; font-size:14px;}input[type="radio"], input[type="checkbox"]{margin:0 5px 0 0; vertical-align:-1px;}
input[type="text"]:focus,textarea:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus,input[type="tel"]:focus{border:1px solid #ff9700 !important;background-color:#fff;}
input[type="button"]{font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;}
input:-ms-input-placeholder{color:#999;}
/* ------- HTML5 ------ */
address,article,aside,figure,footer,header,hgroup,menu,nav,section,main{display:block;}figure{margin:0; padding:0;}[hidden], command, datalist, menu[type=context], rp, source{display:none;}

/* =================================================================================
 Layout
================================================================================= */
body {
	font-size:14px;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.7;
	color:#0e0e0e;
	text-align:left;
	-webkit-text-size-adjust: 100%;/*iPhone自動フォント調整機能解除*/
}


.coverImgArea h1 {
    padding: 15px 20px 10px;
    color: #fff;
    background:#be2335;
    text-shadow:none;
}

.coverImgArea{
	position: relative;
	height: auto;
	margin-bottom:20px;
}

.mypageBtnArea.lotte{padding: 30px;}

.mypageBtnArea.yomiuri{
    width: 630px;
    margin: 0 auto;
	padding: 20px 10px;
	background: #fff;
}

.mypageBtnArea.yomiuri.type2{
	width: 960px;
	padding: 20px 0;
}

.mypageBtnArea.yomiuri .btnImg{
	width: 300px;
	margin-bottom: 30px;
	box-shadow: 3px 3px 7px rgba(0,0,0,.2);
	transition: all .2s ease-in-out;
}

.mypageBtnArea.yomiuri .btnImg:nth-child(odd){margin-right: 30px;}

.mypageBtnArea.yomiuri.type2 .btnImg{margin-right: 30px;}

.mypageBtnArea.yomiuri.type2 .btnImg:nth-child(3n){margin-right: 0;}

.mypageBtnArea.yomiuri .btnImg:nth-last-child(-n+2){margin-bottom: 0;}

.mypageBtnArea .btnImg{
	display: inline-block;
	box-shadow: 3px 3px 7px rgba(0,0,0,.2);
	transition: all .2s ease-in-out;
}

.mypageBtnArea .btnImg:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.3);}

.mypageBtnArea.yomiuri .btnImg:last-child{margin-right: 0;}

.userEventArea .myPageBtn {
    height: 50px;
    width: 450px;
    font-size: 18px;
    line-height: 50px;
    font-weight: normal;
}

.mypageBtnArea{
	margin-bottom:40px;
	text-align: center;
	font-size:0;
}

.mypageBtnArea .btnCmn_1{
	display: inline-block;
	position: relative;
	height: 50px;
    width: 350px;
    font-size: 18px;
    line-height: 52px;
    border-radius: 5px;
    text-align: center;
    transition: all .3s;
}

.mypageBtnArea .btnCmn_1:after{
	display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    content: '';
    transition: all .3s;
}

.mypageBtnArea .btnCmn_1:hover{text-decoration: none;}

.wrapComon{
	position: relative;
	width:960px;
	margin: 0 auto;
	padding: 40px 20px;
}

.txtRed{color: #f02742;}

/*pマーク*/
.pmarkAreaOut{
	width:960px;
	margin:20px auto ;
}

.pmarkArea{
	float: right;
	width:225px;
	font-size:0;
	text-align:right;
}

.pmarkArea ul{margin-top:10px;}

.pmarkArea li{
	font-size:10px;
	line-height:1.5;
	text-align:left;
}

.pmarkArea .pmark {
	display: inline-block;
    width: 78px;
    height: 76px;
    padding-top: 2px;
    background-color: #fff;
    text-align: center;
}

/* scrollTop
------------------------------------------------------- */
#bScrollTop{
    position:fixed;
    bottom:50px;
    right:20px;
    z-index: 500;
    width:50px;
    height:50px;
    box-sizing:border-box;
    border-radius: 10px;
    background-color:#0e0e0e;
    border:1px solid #fff;
    box-shadow: 1px 1px 4px #666;
    text-align:center;
    color:#fff;
}

#bScrollTop span{
    position: relative;
    display: block;
}

#bScrollTop span:before {
    display: block;
    position: absolute;
    top: 23px;
    right: 23px;
    width: 9px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    content: "";
}

#bScrollTop span:after {
    display: block;
    position: absolute;
    top: 23px;
    right: 18px;
    width: 9px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    content: "";
}

#bScrollTop:hover{cursor:pointer;}

#bScrollTop:hover span:after,
#bScrollTop:hover span:before{
	background-color: #f02742;
}

/* mv */
#mainVisual{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAABlBMVEXd3d3y8vJt5dsjAAAAIElEQVR42mNgBAEGMICzGBngLBATJsnAiKqMAaGXSBYACywAM64ETpoAAAAASUVORK5CYII=) repeat;}

#mainVisualIn{
	width:960px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

.dBN{display: none;}

/* intro */
.wrapIntro{
	display: none;
	font-size: 14px;
	padding: 20px;
	background-color:#0e0e0e;
	color:#fff;
	text-align: left;
}

/* list */
.wrapPhotoshop > li{
	margin-bottom:20px;
	padding: 5px;
	background-color:#f2f2f2;
	border:2px solid #0e0e0e;
}

.wrapPhotoshop > li .wrapPhotoArea{
	padding: 20px 20px 15px;
	background-color:#fff;
	border:1px solid #0e0e0e;
}

.wrapPhotoshop > li:last-child{margin-bottom:0;}

.wrapPhotoshop .wrapName{
	float:left;
	width:585px;
	min-height: 100px;
}

.wrapPhotoshop .date{
	display: inline-block;
	margin-bottom:15px;
	padding: 3px 20px 0;
	border:1px solid #0e0e0e;
}

.wrapPhotoshop .name{
	font-size: 18px;
	font-weight: bold;
}

.wrapPhotoshop .name span:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
}

.nameList{
	padding-right:20px;
	border-right:1px solid #0e0e0e;
}

.nameList > li {
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px dashed #0e0e0e;
	margin-bottom:15px;
	padding-bottom: 15px;
}

.nameList > li:last-child{
	border-bottom: none;
	margin-bottom:0;
}


.wrapBtnArea{
	float: right;
	padding-top: 44px;
	text-align: right;
}

.wrapBtnArea .btnArea{
	width:300px;
	text-align: center;
	font-size: 14px;
}

.wrapBtnArea .btnArea:first-child{margin-bottom:15px;}


/* btn */
.btnShop{
	display: block;
	width:100%;
	height: 45px;
	line-height: 48px;
	margin-bottom:10px;
	border-radius: 8px;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	background-color:#f02742;
	-webkit-transition: all .6s;
    transition: all .6s;
    text-decoration: none;
    text-align: center;
}

.btnShop.gray{opacity: .3;}

.btnShop .iconBook{
	display: inline-block;
	padding-left: 40px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAABp0lEQVQY0+3Pz2fDYBzH8YdSQgihjNDTGGWnUMbYdadSRq47lVHKKGOMncYYY6fSP2CMncqupacRxshp9DTGKKWUULLPwzf2LHvW5qfl8Hx5aRt9vs87LAgCVmZMBeYYWIFV8D0umcAAzuAYbNBSXFals3zHBe0M73gNfk5NFmgE8ceHJ+iDtSZqC3owgmWC/XVZoC784QY6cAAt+n5Ob+1JYu/AjLzstSSKnx3CJe3cBxv26Hc4NVkgE/5gRJ5H8TfswkQ48w67sA1T4fkLXW5u2Cner4mBsjFiLAs58EHnZsL3BfSgkmDXr8kjkLNgKpznkTsJdxQayDWE880U5wsPNITz1bIHMhWoAlXgPwfqZQ9kKlAFqkAVqAJVYKZAFx5gQLrggA16hkCNdhzRTr57RPe5SQI3zTNcQTNGYB1OKGSZ9KK0gdHYthA4Bw1Owcu6PI/AcMb06cNnTjv9PAOLmDkPXKcBNhxCDwbwluFCD4ZwCx1o0/6QFW3YFPgXvqgfM3YMDphp7kobKOrCQhI2g1bW/XkEchbcg0se6RkrS2BhVGBWXyItx99w5PbEAAAAAElFTkSuQmCC) left 10px no-repeat;
	background-size:25px 25px;
}

.btnShop .iconDL{
	display: inline-block;
	padding-left: 35px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAA00lEQVQ4y+3VQQqDMBAF0FkJPUahUOiFhIKnciW48jwFQfAeQg6QZmAWXRRNzJjJ4g/8lWPywEkk7z1lJLZO70EAAggggAACWAQ4ef2aNIG3kFURt8qaqp/4FeIUcE7WumQGOwVgd/UhGTNwY4lTzLOznMAtsXOncc08E+fRyTtF78E2Afi2uqiHCNxg+SdpQuYd3Cw9ZkDOI2T7g9vkGeUCUyplHtud/qQNNYCc/qevP+g1AfKsfSRNjUDOXUK1AmMDoCmQjAMggNUDqyoAAQTwoL476WxVXfQFLQAAAABJRU5ErkJggg==) left 11px no-repeat;
	background-size:20px 20px;
}

.btnShop:hover{
	text-decoration: none;
	opacity: .6;
}

.btnShop.gray:hover{opacity: .3;}

.single .itemLineup ul{width: 960px;}

/*child */
.topArea .mvArea{
	display:table;
	width:100%;
	min-width:1140px;
	height:400px;
	margin:0 auto;
	background: url(../../free/images/css/top/bg_mv.jpg) no-repeat center center #2d231d;
}

.login{
	display:table-cell;
	width:380px;
	padding:10px 0 10px 580px;
	vertical-align:middle;
}

.login .ttl{
	margin-bottom:10px;
	font-size:18px;
	text-align:center;
}

.login .loginForm{
	width:320px;
	margin:0 auto;
	padding:10px 30px 15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:url(../../free/images/css/common/bg_opa-black_80.png);
	color:#fff;
}

.loginForm input[type="text"],.loginForm input[type="password"]{
	width:310px;
	height:26px;
	margin-bottom:10px;
	padding:5px;
}

.loginForm .btnLogin{
	width:320px;
	height:40px;
}

.loginForm .btnLogin:hover{
	background-color:#388fff;
	color:#fff;
}

.loginForm .more{
	position:relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:3px 15px;
	color:#fff;
}

.loginForm .more:before{
	position:absolute;
	display:block;
	top:9px;
	left:0;
	width:0;
	height:0;
	border:4px solid transparent;
	border-left:6px solid #ff9926;
	content:"";
}

.loginForm .btnBiginner{
	display:block;
	width:300px;
	height:35px;
	padding-left:20px;
	border:1px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: url(../../free/images/css/login/icon_biginner.png) 11% 40% no-repeat;
	color:#fff;
	line-height:35px;
	text-align:center;
}

.loginForm .btnBiginner:hover{
	text-decoration:none;
	color:#ff9926;
}

.login.pass .loginForm{padding:30px;}

.login.pass .ttl{
	margin-bottom:20px;
	padding-bottom:20px;
	line-height:1;
	border-bottom:1px solid #fff;
	font-size:24px;
}

.login.pass .passkeyArea{
	width:308px;
    padding: 0;
}

.login.pass .passkeyArea input{
	width:308px;
	height:26px;
	margin:0;
	padding:5px;
}

.login.pass .passBtn{width:320px;}

.topArea .introArea{
	padding:10px 0;
	-webkit-box-shadow:0 0 4px #ddd;
	box-shadow:0 0 4px #ddd;
	background-color:#f2f2f2;
}

.topArea .introArea .wrapper{padding:0;}

.introArea .browsePhotoBtn{
	display:block;
	width:480px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	border-radius:3px;
	background-color:#ff9926;
	color:#fff;
	text-align:center;
	font-size:18px;
}

.introArea .browsePhotoBtn:hover{
	background-color:#388fff;
	text-decoration:none;
}

.login.pass .arwLink_2{color:#388fff;}



/* -------------------------------------------------------
 clear fix
------------------------------------------------------- */
.wrapPhotoshop > li .wrapPhotoArea:after,
.wrapPhotoshop li:after,
.wrapBtnArea:after,
.wrapPhotoshop .wrapName:after,
#footer .wrapComon:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}

/* EOF */
