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


/*外枠に関する設定*******************/
div#campaign_Wrapper {
	width: 100%;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.15em;
}
div#page-header {
	margin: 15px auto 0px;
}
div#content_wrap { 
	width: 990px;
	margin: 0px auto;
	text-align: left;
	padding: 0 2em;
}
div#content_wrap p{
	margin-bottom: 2em;	
	}
div#page-header{
	background-image: url(../img/h_wall.jpg);
	margin-bottom: 40px;
}


/*タイトル関する設定*******************/
div#page-header h1{
	text-indent: -9999px;
	}
h2{
	color: #428ad1;	
	font-size: 25px;
	background-image: url(../img/tire.jpg);
	background-size: 90px 50px;
	background-repeat: no-repeat;
	padding: 20px 0  10px 90px;	
	margin-bottom: 10px;
	}
h2.movie_part{
	color: #CC0000;	
	font-size: 25px;
	background-image: url(../img/movie_icon.jpg);
	background-size: 90px 50px;
	background-repeat: no-repeat;
	padding: 20px 0  10px 90px;	
	margin-bottom: 10px;
}
div.text_box h3{
	color: #CC0000;
	font-size: 18px;
	background-image: url(../img/movie.jpg);
	background-repeat: no-repeat;
	background-size: 25px 20px;
	padding: 3px 0 0 30px;
	margin-bottom: 10px;
	}
div.visual_box h3{
	color: #ffffff;
	background-color: #003366;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0.5em 0;
	}

h3.nut_order{
	color: #339999;	
	font-size: 20px;
	background-image: url(../img/nut_icon.jpg);
	background-size: 75px 42px;
	background-repeat: no-repeat;
	padding: 15px 0  10px 75px;	
	margin-bottom: 10px;
}


/*コンテンツ枠内の設定*******************/
div.content_container{
	overflow: hidden;
	margin-bottom: 40px;
	}
div.text_box{
	float: left;
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	}
div.text_box img{
	display: block;
	margin-bottom: 10px;
	}
div.visual_box{
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	}
div.text_box dd{
	margin-bottom: 0.5em;
	font-weight: bold;
}
dl.a_list dd{
	font-weight: bold;
	margin:0 0 0.5em 1.5em;
	display: list-item;
}

/*現在地ナビの設定*******************/
div.steps ul{
	list-style: none;
	padding-left: 0px;
	overflow: hidden;
	background-color: #99cccc;
	padding: 10px 0 10px 10px;
	margin-bottom: 30px;
	}
div.steps ul li a{
	display: block;
	color: #339999;
	text-align: center;
	background-color: #eeeeee;
	width: 235px;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	padding: 10px 0;
	}
div.steps ul li a:hover{
	color: #ffffff;
	background-color: #c2e5e5;
} 
div.steps ul li span{
	display: block;	
	font-size: 14px;
	font-weight: bold;
	}
div.steps .select a{
	color: #ffffff;
	background-color: #339999;
	pointer-events: none;
	}
div.steps .select a:hover{
	background-color: #339999;
}


/*ツール内の設定*******************/
div.tool_box{
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 40px;
	}
div.tool{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	margin:0 10px 10px 0;
	float: left;
	overflow: hidden;
	width: 490px;
	}
div.tool:nth-of-type(even){
	margin-right: 0;
	}
div.tool:last-of-type{
	border-bottom: none;
	}
div.tool:nth-of-type(5){
	border-bottom: none;	
	}
div.tool_img{
	border: solid 1px #eeeeee;
	padding: 10px;
	float: left;
	margin-right: 10px;
	}
div.tool_box dl{
	float: left;
	width: 300px;
	}
div.tool_box dt{
	font-weight: bold;
	margin-bottom: 0.2em;
}
div.tool_box dd{
	margin-bottom: 0.5em;
}
section{
	clear: both;
}

/*ページ移動*******************/
div.next_return{
	overflow: hidden;
	margin: 40px 0;
}
div.next a{
	color: #339999;
	text-decoration: none;
}
div.next{
	font-size: 20px;
	background-size: 30px 21px;
	background-repeat: no-repeat;
	padding: 0 0 10px 35px;	
	margin-bottom: 10px;
	font-weight: bold;
	color: #339999;
	float: right;
	
}
div.return{
	font-size: 20px;
	font-weight: bold;
	color: #339999;
	float: left;
}
div.return a{
	color: #339999;
	text-decoration: none;
}

/*商品紹介******************
div.product_container h3{
	font-size: 20px;
	color: #003366;
	margin-bottom: 20px;
	background-image: url(../img/check.jpg);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding: 5px 0 10px 28px;
}
div.product_box{
	float: left;
	width: 495px;
	overflow: hidden;
}
div.product_img{
    float: left;
	width: 110px;
	border: solid 1px #cccccc;
	margin-right: 10px;
	padding: 5px;
}
div.product{
	float: left;
	width: 300px;
}
div.product dt{
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
	line-height: 1.5em;
}
div.product dd{
	border-bottom: 2px dotted #cccccc;
	line-height: 1.5em;
}
div.product_btn a{
	display: block;
	background-color: #99cccc;
	text-decoration: none;
	color: #ffffff;
	width: 180px;
	padding: 5px 0;
	margin-top: 20px;
	border-radius: 3px;
	text-align: center;
}
div.product_btn a:hover{
	background-color: #d4e9e9;
	color: #339999;
}*/