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

html {}

body {
	/*min-width: 994px;*/
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #323232;
}


/*____________________ HEADER ____________________*/

#HEADER{
	border-bottom: 1px solid #b2b2b2;
}
#HEADER_IN {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}

@media only screen and (max-width: 767px){
	#HEADER_IN {
		width: 100%;
	}
	#HEADER_IN img {
    width: 120px;
	}
}

/*____________________ FOOTER ____________________*/
#FOOTER_MENU_SP{
	display: none;
}

#FOOTER {
	width:980px;
	margin: 0 auto;
	padding: 10px 0;
	border-top:2px solid #379d2b;
}

#FOOTER p#COPY {
	float:left;
	margin-top:2px;
	margin-right:90px;
	color:#60b156;
	font-size:10px;
	font-weight:bold;
}
#FOOTER p#footer_menu01,
#FOOTER p#footer_menu02,
#FOOTER p#footer_menu03,
#FOOTER p#footer_menu04{
	margin-top:2px;
	margin-right:24px;
	float:left;
	font-size: 12px;
}
.fsprite2 {
	display:inline-block;
	overflow:hidden;
	color:#60b156;
	font-size: 14px;
	font-weight:bold;
}
.fsprite2 img{
	vertical-align:middle;
	margin:0 0 2px 5px;
}
#footer_pagetop{
	float:right;
}

.page_top{
	display:none;
	position: fixed;
	top: 145px;
	right: 110px;
}
.page_top img{
	width: 50px;
	height:50px;
}

#COPY_SP_AREA{
	display:none;
}

.packageArea{
	width:980px;
	margin: 0 auto;
}
/*iPad用FOOTER*/
@media only screen and (max-width: 979px) and (min-width: 768px){
	#FOOTER_MENU_SP {
		display: none;
	}
	#COPY_SP_AREA {
		display: none;
	}
	#COPY {
		margin-right:15px !important;
		width:184px;
	}

	#FOOTER {
		width: 724px;
		display: block;
	}
}



/*FOOTERスマホ用*/
@media only screen and (max-width: 767px) {
	#FOOTER {
		width: 100%;
	}
	#FOOTER_AREA {
		min-width: 100%;
	}

	.packageArea{
		width: auto;
		padding: 10px;
	}


	#FOOTER p#COPY {
		float:none;
		margin-top:2px;
		margin-right:0;
		color:#60b156;
		font-size:10px;
		font-weight:bold;
	}
	#FOOTER_MENU_SP{
		width: auto;
		margin: 0 auto;
		display: block;
	}
	.D-tb {
		display: table;
		width: 100%;
		border: 1px solid #379d2b;
	}
	.row {
		display: table-row;
	}
	.first-li {
		border-left: none;
	}
	.col-quarter {
		display: table-cell;
		width: 25%;
	}
	.Fz-s {
		font-size: 90%;
		color: #379d2b;
		display: block;
		margin-top: 5px !important;
	}
	.mod-naviItem__link {
		width: 100%;
		text-align: center;
		display: table;
		margin: 5px 0;
	}
	.mod-etcnavi a {
		font-size: 14px;
		color: #379d2b;
	}
	.spmenu {
		border-left: 1px solid #379d2b;
	}
	.sp_page_top{
		width:100%;
		text-align:right;
	}
	.sp_page_top a{
		color:#379d2b;
		font-size: 14px;
		background:url(../images/common/spgotop.gif) no-repeat right;
		padding-right:15px;
	}

	#COPY_SP_AREA{
		width: 100%;
		padding: 10px 0;
		border-top: 2px solid #379d2b;
		display: block;
	}
	#COPY_SP{
		text-align: center;
		color: #60b156;
		font-size: 10px;
		font-weight: bold;
	}
}







/*____________________ contents ____________________*/

#CONTENTS_BOX_TOP {
	background:url(../images/mpb/img_shadow.png) repeat-x top left;
	padding-top: 10px;
}

#CONTENTS_BOX_BOTTOM {
	background:url(../images/mpb/img_shadow_b.png) repeat-x bottom left;
	padding-bottom: 10px;
}

#CONTENTS_AREA {
	background:url(../images/mpb/mpb_background.gif) repeat top left;
}

#CONTENTS_AREA img {
	max-width: 100%;
	height: auto;
}

#CONTENTS_AREA .pc_lp_area {
	width: 1200px;
	background: #FFF;
	margin: 0 auto;
	padding-bottom: 25px;
}

#CONTENTS_INNER{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}



.caution_txt{
	font-size: 11px;
	padding-left: 1em;
	text-indent: -1em;
}
.caution_txt a{
	text-decoration: underline;
	color: #ff9232;
}

.pack_cap {
	color: #FF7727;
	padding-bottom: 12px;
	font-weight: bold;
}
.pack_detail {
	line-height: 21px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 15px 0 20px;
}
.pack_cap2 {
	color: #FF9353;
	font-weight: bold;
}
.pack_caution {
	padding: 15px 0 20px;
	line-height: 21px;
}
.pack_caution ul li {
	list-style-type: disc;
	margin-left: 20px;
}
.cautionArea{
	border-top: 1px solid #000;
	padding-top: 15px;
}

.cautionArea p{
	font-size: 14px;
	line-height: 21px;
}

.sp_area {
	display: none;
}

.mt20{
	margin-top: 20px;
}

@media only screen and (min-width: 787px){
	.sp_area {
		display: none;
	}

	.pc_area {
		display: block;
	}

}

.buyArea{
	position: relative;
}

.buyArea .btn{
	position: absolute;
	bottom:95px;
	left: 245px;
}


/*スマホ用CONTENTS*/
@media only screen and (max-width: 767px){
	.sp_area .buyArea .btn {
		width: 95%;
		position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
	}
	#CONTENTS_INNER{
		width: 100%;
	}
	#CONTENTS_INNER img{
		width: 100%;
	}
	.sp_area {
		display: block;
	}
	.pc_area {
		display: none;
	}


	.spNone{
		display: none;
	}
}

/* 170130 ロゴ調整 */
@media only screen and (min-width: 787px){
	#HEADER_IN img{
		width: 17%;
	}
}

/* 170202 ロゴ調整 */

#HEADER_IN {
    width: 1200px;
}

/* 170202 ロゴ調整 */
@media only screen and (min-width: 787px){
	#HEADER_IN img{
		width: 14%;
	}
}
