@charset "UTF-8";
/* CSS Document */

.topVisual {
	text-align: left;
	margin-bottom:30px;
}
.topVisual img {
	width:100%;
}

h2 {
	letter-spacing:0.05em;
	word-wrap: break-word;
}

#top_h2 {
	display:none;
}

#wrapper {
	overflow:hidden;
}

#top_lead {
	padding:19px 0 25px;
	}

#lead {
	position:relative;
	width:438px;
}

.pickUp {
	width:242px;
	padding-left:29px;
	padding-bottom:30px;
	margin:0 auto;
	font-size:0.7em;
	letter-spacing:0.2em;
}

.top_border_line {
	border-bottom:dotted 2px #000;
	padding-bottom:53px;
}

.top_credit_last {
	font-size:0.8em;
	letter-spacing:0.1em;
	padding-bottom:0.5em;
	border-bottom:1px dotted #fff;
	margin-bottom:48px;
	padding-bottom:40px;
}

.top_main {
	padding-bottom:42px;
}

div.border {
	margin-bottom:30px;
}

.top_title {
	padding-bottom:7px;
}

.credit_left {
	float:left;
}

.top_menu {
	width:100%;
	margin:0 auto;
	padding:46px 0 5px;
	text-align:center;
	font-size:1.9em;
	font-weight:bold;
	letter-spacing:0.08em;
}

.float_left2 img, .float_right2 img {
	margin:auto;
	display:block;
}

@media only screen and ( min-width: 800px ) 
{
	/* 800px以下用（PC用）の記述 */
.topVisual {
}
}

@media screen and (min-width: 656px) and (max-width: 799px) 
{
	/* 768px以下用（スマートフォン用）の記述 */

#lead img{
	width:60%;
}
.topVisual {
}
}

@media only screen and ( max-width: 655px ) 
{
	/* 640px以下用（スマートフォン用）の記述 */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	/* Set up proportionate scaling */
	width: 100%;
	/* Set up positioning */
	position: fixed;
	/* またはabsolute; */
	top: 0;
	left: 0;
}
.topVisual {
	margin-top:0px;
}
.Logo {
	margin-top:50px;
}
.credit_left {
	padding-bottom:20px;
	float:none;
}

#lead img{
	width:60%;
}

div#container_top {
	position: relative;
	width:100%;
	padding:65px 0 0 45px;
}
}
