@charset "UTF-8";

/*---------------リセット------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0;vertical-align: bottom;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul,li{list-style:none;}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}legend{color:#000}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:none;/* iPhoneでの文字サイズ自動修正 を使わない*/
}
/*--------ベース---------*/
body {
	font-family:"メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	color:#3d2b1f;
	font-size:14px;
	background: url(../img/bg.png) repeat center 0;
}
.sp_view {
    display: none;
}
a:link {
	color:#3d2b1f;
	text-decoration:none;
}
a:visited {
	color:#3d2b1f;
	text-decoration:none;
}
a:hover {
	color:#3d2b1f;
	text-decoration:underline;
}
a:active {
	color:#3d2b1f;
	text-decoration:underline;
}
.btm20 {padding:0 0 18px;}
.btm30 {padding:0 0 28px;}
.clear {
    clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*--------レシピ---------*/
#movie_allwrap {
	width:600px;
	margin:0 auto 100px auto;
}
#header {
	width:600px;
	margin:0 auto;
}
.moviearea {
	background:#fff;
	border-radius:10px;
	margin:0 0 10px;
    padding:30px 30px 20px;
}
.moviearea dt {
	font-size:22px;
	font-weight:bold;
	padding:16px 0;
	line-height:1.4;
	border-bottom:1px dashed #c7c7c7;
}
.moviearea .list_num {
	display:inline-block;
	background:#b59621;
	border-radius:10px;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:1;
	padding:12px 0;
	margin:0 14px 0 0;
	width:90px;
	float:left;
}
.moviearea .list_num span {
	font-size:30px;
	vertical-align:baseline;	
}
.top10, .top10_2 {
	display:inline-block;
	margin:12px 0 0;
}
.moviearea .list_name {
	font-size:18px;
	font-weight:bold;
	margin:20px 0 6px;
}
.moviearea .list_sub {
	font-size:14px;
}
.footer_area {
	width:600px;
	margin:0 auto;
}
.address{
	font-style:normal;
	font-weight:bold;
	float:left;
	color: #666;
	font-size: 10px;
	padding-top: 3px;
}
.close{
    float:right;
}
.close a{
	font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 12px;
    position: relative;
    color: #666;
	text-decoration:none;
}
/*スマホ用 css*/
@media screen and (max-width: 640px) {
.sp_view {
    display: inline;
}
.pc_view {
    display: none;
}
.top10 {
	display:inline;
}
.moviearea dt {
	font-size:36px;
	border-bottom:2px dashed #c7c7c7;
}
.moviearea .list_num {
	font-size:36px;
	width:160px;
	padding:22px 0;
	border-radius:20px;
}
.moviearea .list_num span {
	font-size:46px;
}
.moviearea .list_name {
    font-size: 34px;
}
.moviearea .list_sub {
    font-size: 26px;
}
.close{
	text-align:center;
	float:none;
	height: 20px;
	padding-top: 10px;
}
.close a{
	font-size:20px;
}
.address{
	text-align:center;
	width:100%;
	padding-top:20px;
	padding-bottom:10px;
	float:none;
	font-size:18px;
}
	
}


