@charset "UTF-8";
/* CSS Document */

/* Base Setting
=========================================================================================== */
body {
	margin: 0;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;  
	color:#454545;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none;
	color: #2691A3;
}

a:hover {
	text-decoration: none;
	color: #4FAFBF;
}

a:active {
	text-decoration: none;
	color: #4FAFBF;
}

a:visited {
	text-decoration: none;
	color: #2691A3;
}

a:hover {
	text-decoration: none;
	color: #4FAFBF;
}

a.img {
	border-style:none;
}



#BodyArea {
	height:auto;
	margin:0px;
	padding:0px;
}

h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 50px;
	padding-bottom: 0;
	margin: 0;
}

h2 {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 25px;
	padding-bottom: 0;
	margin: 20px 0 0 0;
}

h3 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 50px;
}

h4 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	padding: 15px 0 15px;
	background: #E1E1E1;
}

.container img {
	border: #C0C0C0 1px solid;
}

.container img.nonBDR {
	border: none;
}


@media only screen and (max-width: 640px) {
	#BodyArea {
		width: 100%;
		height: auto;
	}
	
	.pcBR {
		display:none;
	}
	
	img {
		width: 80%;
		height: auto;
	}
	
}

/* Header
=========================================================================================== */
#header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 30px 0 50px;
}


/* Top
=========================================================================================== */

.wrapper {
	margin: 40vh auto 0;
	transform: translateY(-50%);
}

#contents ul {
	margin: 0 auto;
	width: 50%;
	list-style: none;
	overflow: hidden;
	padding-left: 0;
}

#contents ul li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 23px;
}

#contents .ent {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: bold;
}


@media only screen and (max-width: 640px) {
	#contents ul {
		width: 90%;
	}
}


/* Web
=========================================================================================== */
#web #header {
	border-bottom: 1px solid #454545;
	padding-bottom: 40px;
}

#web #contents {
	margin: 0 auto;
	text-align: center;
}

#web .container {
	margin-top: 60px;
}

#web .ditail {
	margin: 0 auto;
	width: 80%;
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 40px;
}

#web .ditail dl {
	width: 100%;
}

#web .ditail dt { 
	font-size: 15px;
	margin-bottom: 10px;
}

#web .ditail dd {
	font-size: 13px;
	margin: 0;
}




/* DTP
=========================================================================================== */
#dtp #header {
	border-bottom: 1px solid #454545;
	padding-bottom: 40px;
}

#dtp #contents {
	margin: 0 auto;
	text-align: center;
}

#dtp .container {
	margin-top: 60px;
}

#dtp .container .imgBox {
	margin-bottom: 60px;
}

#dtp .container .logo {
	margin-bottom: 200px;
}



/* Page top
=========================================================================================== */
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop i {
  	padding-top: 6px 
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #A6A6A6;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}