/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; }
a:active { color: #fff; }
a { text-decoration:none; }

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


ul,li{
    list-style: none;
}

@media screen and (min-width : 640px){
	
body .bg {
    background-image: url(../img/common/pc_bg_01a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    z-index: -1;
    position: fixed;
    width: 100vw;
    top: 0;
    background-position: center;
    left: 0;
}
	

    body #wrap{
    	width: 640px;
		margin: auto;
    }
    	
    a{
    	text-decoration: none;
    }
    	
    img{
    	width: auto !important;
    }
}

/* footer
   ========================================================================== 
footer{
	background: #1f1a29;
	margin: 0;
	padding: 0;
	text-align: center;
}

footer .footer_nav{
	line-height: 8vw;
	margin: 0;
	padding: 5vw 0 5vw;    
}

footer .footer_nav ul{
	margin: 0;
}

footer .footer_nav ul li{
	display: inline-block;
	width: auto;
}

footer .footer_nav ul li a{
	font-size: 5vw;
	display: inline-block;
	margin: -3px 0 0;
	background-size: auto;
	border: none;
	padding: 0;
	color: #FFF;
	width: auto;
	text-align: left;
	background: none;
}

footer .footer_nav ul li a span{
	color: #FFF;
	border-right: 1px solid #FFF;
	height: 5vw;
	padding: 0 10px;
	font-size: inherit;
	display: inline-block;
	line-height: 1;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
	
footer .footer_nav ul li:last-child a span{
	border-right: none;
}*/

/*.copy{
	padding-top:.5em;
	color:#eee;
}*/
.copy{
	color: #ccc;
    font-size: 3vw;
    line-height: 0vw;
    margin: 5vw auto 0;
    /*padding: 0 0 6vw 0;*/
}

.copy_cr{
	color: #ccc;
    font-size: 3vw;
    line-height: 0vw;
    margin: 0 auto 0;
    padding: 0 0 6vw 0;
}

/*---------------------------------------
footer
---------------------------------------*/
#footer{
	background: #141328;
	line-height:0;
	/*height: 22vw;*/
	margin: 0 auto 0;
	padding: 0 0 0vw 0;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	z-index: 50;
}

.footer_text_a{
	color: #fff;
	line-height: 30px;
	padding: 20px 0 0px 0;
	text-align: center;
}

.copyright{
	color: #f2f2f2;
	font-size: 0.7em;
	line-height: 1.1em;
	padding: 20px 0 37px 0;
	text-align: center;
}