@charset "utf-8";

/*-------------------------------------

タブレットとは

---------------------------------------*/
#container {
	width:100%;
}

.column2R #main {
	float: none;
	width: auto;
}
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	overflow-x: hidden;
	position: relative;
	min-width: 805px;
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}
#lp_page {
	font-size: 16px;
	line-height:180%;
	width: 1080px;
	color: #333;
	margin: 0 auto;
}
#lp_page p {
	margin:20px 0;
}

.breadCrumb {
    margin: 0 0 12px 90px;
}

.pageTitle {
	background: none;
	font-size: 14px;
	color: #000;
	border-left: solid 4px #FF3300;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}
.sidebannerLeft,
.sidebannerRight {
	display:none;
}

.clear {
	clear:both;
}

.scrImg {
	/*
	isplay:none;
	left: -100px;
	position: relative;
	*/
}

.midashi {
	border-left: 6px solid #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 8px;
}

#lp_page .img {
	margin-bottom: 0px;
}


@media screen and (max-width:479px){
	body {
		min-width: auto;
	}
	
	#lp_page {
		width: 98%;
		margin: 0% 1%;
	}
	.breadCrumb {
		margin: 0px;
		line-height: 150%;
	}
	
	#lp_page .img img {
		width: 100%;
	}
}



/*-------------------------------------
　タイトル部分
---------------------------------------*/
#boxTitle {
	margin: 0 -500%;
	padding: 0 500% 50px;
	width: 100%;
}
#boxTitle .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
	font-size:16px;
}
#boxTitle h2 {
	font-size:32px;
	font-weight:bold;
	margin:30px 0;
	text-align:center;
}


@media screen and (max-width:479px){
	#boxTitle .boxInside {
		width: auto;
	}
	
	#boxTitle h2 {
		font-size: 26px;
		line-height: 140%;
		text-align: left;
	}
}


/*-------------------------------------
　グレー背景
---------------------------------------*/
.boxGray {
	background-color:#EFEFEF;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
.boxGray .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
.boxGray h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}

@media screen and (max-width:479px){
	.boxGray .boxInside {
		width: auto;
	}
	
	#lp_page .boxInside h3 {
		font-size: 26px;
		line-height: 140%;
		text-align: left;
	}
}


/*-------------------------------------
　ホワイト背景
---------------------------------------*/
.boxWhite {
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
.boxWhite .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
.boxWhite h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}

@media screen and (max-width:479px){
	.boxWhite .boxInside {
		width: auto;
	}
}



/*-------------------------------------
　幅調整
---------------------------------------*/
.pagetop {
	width:970px;
	margin: 0 auto;
}

@media screen and (max-width:479px){
	.pagetop {
		width: auto;
	}
}

/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #666;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:479px){
	.pagetop {
		display: none;
	}
	
	#pagetop {
		bottom: 0px;
		right: 10px;
	}
}

/*-------------------------------------
　日付
---------------------------------------*/

.datetime {
	width: 970px;
	margin: 0 auto;
    text-align: right;
}

@media screen and (max-width:479px){
	.datetime {
		width: auto;
	}
}


/*-------------------------------------
 Pop Up for SmartPhone
---------------------------------------*/
@media screen and (max-width:510px){
	#fvpop {
		height:auto !important;
		width:90% !important;
	}
	#fvpop img {
		height:auto !important;
		width:100% !important;
	}
}