@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
	
}
/* TEMPLATE High Resolution parts end*/


/* INTERFACE */

a:link,
a:visited{
	color:#bea474;
	text-decoration:none;
}

a:hover,
a:active{
	color:#bea474;
	text-decoration:underline;
}

body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:400;
}

body>header{
	width:100%;
	border-top:4px solid #bca474;
}

body>header>div{
	max-width:1400px;
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
}
body>header img {
	display: block;
	margin: 50px auto 25px;
	max-width: 100%;
    height: auto;
}
body>header>div h1{
	text-align: center;
	line-height:1;
	float:none;
	margin: 0 0 25px;
}
body>header>div h1 span {
    color: #fff;
    background-color: #bca474;
    font-size: 14px;
    font-weight: 100;
    padding: 9px 2rem;
}
body>header>div p {
    color: #bca474;
    font-size: 3rem;
    font-weight: 500;
	text-align: center;
	margin-bottom: 0;
	line-height: 4rem;
}

body>header>div>a{
	display:block;
	margin:40px 0 0;
	font-size:10px;
	line-height:1;
	float:left;
}

body>header>div h1 img,
body>header>div>a img{
	width:300px;
	height:auto;
	vertical-align:bottom;
}

body>header>div nav{
	margin:54px 0 0;
	float:right;
}

body>header>div nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:13px;
	line-height:1;
	letter-spacing:3px;
	overflow:hidden;
}

body>header>div nav ul li{
	margin:0 36px 0 0;
	text-indent:3px;
	float:left;
}

body>header>div nav ul li:last-of-type{
	margin:0 0 0 0;
}

body>header>div nav ul li a:link,
body>header>div nav ul li a:visited{
	display:block;
	padding:0 0 12px;
	font-weight:400;
}

body>header>div nav ul li a:hover,
body>header>div nav ul li a:active{
	border-bottom:2px solid #bca474;
	font-weight:500;
	text-decoration:none;
}

body>header>div nav ul li span{
	display:block;
	padding:0 0 12px;
	border-bottom:2px solid #bca474;
	font-weight:500;
	color:#bca474;
}

body>footer{
	margin:5rem 0 0;
	border-top:14px solid #f4f4f4;
	padding:50px 30px 150px;
	text-align:center;
	background-color:#bca474;
}

body>footer.m_top{
	margin:0;
}

body>footer .w_logo{
	display:block;
	width:268px;
	height:48px;
	margin:0 auto;
}

body>footer .trademark{
	color:#ffffff;
}

body>footer small{
	font-size:9px;
	font-family:verdana;
	letter-spacing:0.8px;
	color:#f0dbb2;
}

/*201223add*/
body>footer .f-list{
    color:#ffffff;
    width: 677px;
    margin: 0 auto;
    text-align: left;
    line-height: 2em;
}

body>footer .f-list dt{
    float: left;
    padding-right:0.5em;
}

body>footer .f-list dd{
    margin: 0;;
}


body>footer a:link, body>footer a:visited{
    color: #ffffff;
}

body>footer #map_icon_w{
    padding: 3px 0px 3px 16px;
    background-image: url(../img/interface/icon_map_w.svg);
    background-repeat: no-repeat;
    background-size: 10px 16px;
    background-position: left center;
    font-size: 13px;
    
}

body>footer .insta_btn{
    width: auto;
    height: 20px;
    display: inline-block;
    margin:0 0 0 1em;
}

/*201223add*/

@media only screen and (max-width:1100px){

	body>header>div h1 img,
	body>header>div>a img{
		width:290px;
		height:auto;
	}

	body>header>div nav ul li{
		margin:0 25px 0 0;
		float:left;
	}

}

#back_btn:link,
#back_btn:visited{
	display:table;
	margin:0 auto 15px;
	padding:8px 36px 8px 25px;
	border:1px solid #bca474;
	font-size:13px;
	line-height:1;
	font-weight:400;
	letter-spacing:1px;
	background-image:url(../img/interface/arrow_right.svg);
	background-repeat:no-repeat;
	background-size:7px 9px;
	background-position:right 13px center;
}

#back_btn:hover,
#back_btna:active{
	color:#fff;
	background-color:#bca474;
	text-decoration:none;
	background-image:url(../img/interface/arrow_right-.svg);
}

.more_btn:link,
.more_btn:visited{
	display:table;
	margin:40px auto 0;
	padding:8px 36px 8px 13px;
	border:1px solid #bca474;
	font-size:13px;
	line-height:1;
	font-weight:400;
	letter-spacing:1px;
	background-image:url(../img/interface/arrow_right.svg);
	background-repeat:no-repeat;
	background-size:7px 9px;
	background-position:right 13px center;
}

.more_btn:hover,
.more_btn:active{
	color:#fff;
	background-color:#bca474;
	text-decoration:none;
	background-image:url(../img/interface/arrow_right-.svg);
}

/* INTERFACE END */


/*---------- HOME ----------*/

#home_key_area{
	max-width:1400px;
	margin:0 auto 35px;
	padding:0 30px;
}

#home_key_area .slide{
	width:100%;
	overflow:hidden;
}

#home_key_area .slide img{
	width:60%;
	height:auto;
	float:right;
}

#home_key_area .slide>div{
	width:40%;
	background-color:#bca474;
	float:left;
	position:relative;
}

#home_key_area .slide>div p{
	margin:0 0 0 50px;
	font-size:25px;
	line-height:2;
	font-weight:300;
	letter-spacing:8px;
	color:#fff;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
}

#home_bnr_area{
	max-width:1430px;
	margin:0 auto 100px;
	padding:0 15px;
	overflow:hidden;
}

#home_bnr_area a:link,
#home_bnr_area a:visited{
	width:33.333333333%;
	padding:0 15px;
	box-sizing:border-box;
	font-size:22px;
	line-height:1;
	font-weight:100;
	text-align:center;
	letter-spacing:2px;
	color:#000;
	float:left;
}

#home_bnr_area a:hover,
#home_bnr_area a:active{
	color:#bea474;
	text-decoration:none;
}

#home_bnr_area a:hover img,
#home_bnr_area a:active img{
	opacity:0.8;
}

#home_bnr_area a img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#home_bnr_area a span{
	display:block;
	padding:30px 0 0;
}

#home_bnr_area a span rt{
	font-size:10px;
	font-weight:400;
	letter-spacing:1px;
	text-align:center;
}

#home_column_area{
	max-width:1430px;
	margin:0 auto 100px;
	padding:0 15px;
}

#home_column_area h2{
	margin:0 0 30px;
	font-size:24px;
	line-height:1;
	font-weight:500;
	text-align:center;
	letter-spacing:6px;
	color:#bea474;
}

#home_column_area h2 img{
	display:block;
	width:175px;
	height:10px;
	margin:13px auto 0;
	vertical-align:bottom;
}

#home_column_area>div{
	overflow:hidden;
}

#home_column_area>div article{
	width:33.33333333%;
	margin:0 0 30px 0;
	padding:0 15px;
	box-sizing:border-box;
	float:left;
}

#home_column_area>div article a:link,
#home_column_area>div article a:visited{
	display:block;
	width:100%;
	position:relative;
}

#home_column_area>div article a:hover img,
#home_column_area>div article a:active img{
	opacity:0.8;
}

#home_column_area>div article a img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#home_column_area>div article a h3{
	width:100%;
	margin:0;
	padding:13px 10px 15px;;
	box-sizing:border-box;
	font-size:18px;
	line-height:1;
	font-weight:100;
	letter-spacing:2.5px;
	color:#fff;
	background-color:#bea474;
	position:absolute;
	bottom:30px;
	left:0;
}

#home_news_area{
	max-width:700px;
	margin:100px auto;
}

#home_news_area h2{
	margin:0 0 30px;
	font-size:24px;
	line-height:1;
	font-weight:500;
	text-align:center;
	letter-spacing:6px;
	color:#bea474;
}

#home_news_area h2 img{
	display:block;
	width:150px;
	height:10px;
	margin:13px auto 0;
	vertical-align:bottom;
}

#home_news_area table{
	margin:0 auto;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	font-size:14px;
	line-height:1.6;
}

#home_news_area table tr{
	border-bottom:1px solid #eee;
}

#home_news_area table tr th{
	padding:20px;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	letter-spacing:1px;
	color:#aaa;
}

#home_news_area table tr td{
	padding:20px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#home_news_area table tr td h3{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.3;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*
#home_news_area table tr td a:link,
#home_news_area table tr td a:visited{
	color:#000;
}

#home_news_area table tr td a.link:link,
#home_news_area table tr td a.link:visited{
	color:#bea474;
}
*/

/*1400px以下の場合*/
@media only screen and (max-width:1400px){
	
	#home_key_area .slide>div p{
		margin:0 0 0 30px;
		font-size:22px;
		letter-spacing:7px;
	}

}

/*1150px以下の場合*/
@media only screen and (max-width:1150px){
	
	body>header>div h1 img{
		width:260px;
		height:auto;
	}
	
	#home_key_area .slide>div p{
		margin:0 0 0 30px;
		font-size:19px;
		letter-spacing:6px;
	}

}

/*---------- HOME END ----------*/


/*---------- SUB ----------*/

/*sub*/

#sub_key_area{
	max-width:1400px;
	margin:0 auto 50px;
	padding:0 30px;
	position:relative;
}

#sub_key_area img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#sub_key_area h1{
	display:table;
	margin:0;
	padding:20px 50px;
	font-size:26px;
	line-height:1;
	font-weight:100;
	letter-spacing:4px;
	color:#fff;
	background-color:#bca474;
	position:absolute;
	top:50%;
	left:30px;
	transform:translate(0,-50%);
}

#sub_key_area h1>span{
	display:block;
	margin:10px 0 0;
}


/*menu*/

#product_list{
	max-width:1430px;
	margin:0 auto 50px;
	padding:0 10px;
	overflow:hidden;
}

#product_list section{
	width:50%;
	margin:0 0 50px;
	padding:0 20px;
	box-sizing:border-box;
	float:left;
	overflow:hidden;
}

#product_list section img{
	width:40%;
	height:auto;
	vertical-align:bottom;
	float:left;
}

#product_list section>div{
	width:55%;
	float:right;
}

#product_list section>div h2{
	margin:10px 0 15px;
	font-size:20px;
	line-height:1;
	font-weight:400;
	letter-spacing:6px;
}

#product_list section>div h2 span{
	display:block;
	margin:8px 0 8px;
	font-size:13px;
	letter-spacing:1px;
}

#product_list section>div p{
	margin:0 0 15px;
	font-size:14px;
	line-height:2.1;
	font-weight:400;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:2px;
}

#product_list section p.price{
	margin:0 0 35px;
	font-size:16px;
	line-height:1.3;
	color:#bca474;
}

#product_list table{
	margin:0 0 35px;
	font-size:16px;
	line-height:1.3;
	color:#bca474;
}

#product_list section p.price span{
	font-size:12px;
}

#product_list section>div a:link,
#product_list section>div a:visited{
	display:table;
	margin:0 0 15px;
	padding:8px 36px 8px 13px;
	border:1px solid #bca474;
	font-size:13px;
	line-height:1;
	font-weight:400;
	letter-spacing:1px;
	background-image:url(../img/interface/arrow_right.svg);
	background-repeat:no-repeat;
	background-size:7px 9px;
	background-position:right 13px center;
}

#product_list section>div a:hover,
#product_list section>div a:active{
	color:#fff;
	background-color:#bca474;
	text-decoration:none;
	background-image:url(../img/interface/arrow_right-.svg);
}

@media only screen and (min-width:1024px) and (max-width:1100px){

	#product_list section>div a:link,
	#product_list section>div a:visited{
		line-height:1.3;
	}
	
	#product_list section>div a span{
		display:block;
	}

}

#product_list .allergy_text{
	overflow:hidden;
}

#product_list .allergy_text span{
	display:table;
	height:26px;
	padding:0 12px;
	border-radius:13px;
	font-size:12px;
	line-height:26px;
	font-weight:100;
	color:#fff;
	background-color:#b89143;
	float:left;
}

#product_list .allergy_text p{
	width:calc(100% - 120px);
	margin:0;
	font-size:13px;
	line-height:26px;
	letter-spacing:1px;
	float:right;
}

#menu_area{
	background-color:#fdf7ea;
}

#menu_area>div{
	max-width:1440px;
	margin:0 auto;
	padding:80px 10px 50px;
}

#menu_area h2{
	margin:0 0 50px;
	font-size:12px;
	line-height:1;
	font-weight:400;
	text-align:center;
}

#menu_area h2 img{
	width:92px;
	height:20px;
	vertical-align:bottom;
}

#menu_area h2 span{
	display:block;
	margin:16px 0 0;
	letter-spacing:3px;
	text-indent:3px;
	color:#bca474;
}

#menu_area .menu_list{
	overflow:hidden;
}

#menu_area .menu_list section{
	width:33.33333333%;
	padding:0 20px;
	box-sizing:border-box;
	float:left;
}

#menu_area .menu_list section img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#menu_area .menu_list section h3,
#menu_area .menu_list section h4{
	margin:20px 0 10px;
	font-size:20px;
	line-height:1;
	font-weight:400;
	letter-spacing:3px;
}

#menu_area .menu_list section h3 span,
#menu_area .menu_list section h4 span{
	font-size:13px;
}

#menu_area section p.price{
	margin:0 0 35px;
	font-size:16px;
	line-height:1.3;
	letter-spacing:2px;
	color:#bca474;
}

#menu_area section p.price span{
	font-size:12px;
}

#menu_area .menu_subtitle{
	display:inline-block;
	margin:60px 0 30px 20px;
	padding:3px 0 3px 13px;
	border-left:5px solid #bca474;
	font-size:22px;
	line-height:1;
	font-weight:100;
	letter-spacing:6px;
}

#menu_area .set_menu p.price{
	display:inline-block;
	margin:0 0 0 20px;
	font-size:18px;
}

#menu_area .set_menu .menu_pic_list{
	overflow:hidden;
}

#menu_area .set_menu .menu_pic_list img{
	width:33.333333%;
	height:auto;
	margin:0 0 20px;
	padding:0 20px;
	box-sizing:border-box;
	vertical-align:bottom;
	float:left;
}

#menu_area .set_menu p{
	margin:0;
	padding:0 20px;
	font-size:14px;
	line-height:2.1;
	font-weight:400;
	text-align:justify;
	text-justify:inter-ideograph;
}

#sweets_menu{
	margin:80px 0 0;
}

#sweets_menu h3{
	margin:0 20px 30px;
	border-left:5px solid #bca474;
	font-size:14px;
	line-height:1;
}

#sweets_menu h3 img{
	width:96px;
	height:16px;
	padding:3px 0 5px 13px;
	vertical-align:bottom;
}


#sweets_menu .menu_pic_list{
	overflow:hidden;
}

#sweets_menu .menu_pic_list img{
	width:33.33333%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
	vertical-align:bottom;
	float:left;
}

#sweets_menu .menu_textarea{
	padding:0 20px;
}

#sweets_menu .menu_textarea h4{
	margin:20px 0 10px;
	font-size:20px;
	line-height:1;
	font-weight:400;
	letter-spacing:3px;
}

#sweets_menu .menu_textarea p{
	margin:0;
	font-size:14px;
	line-height:2.1;
	font-weight:400;
	text-align:justify;
	text-justify:inter-ideograph;
}

#sweets_menu .menu_textarea p.price{
	margin:0 0 15px;
}


/* about */

#about_lead{
	max-width:1400px;
	margin:0 auto 3rem;
	padding:0 5px;
}

#about_lead>p{
	margin:3rem 0 5px;
	font-size:16px;
	line-height:2.8;
	font-weight:500;
	text-align:center;
	letter-spacing:1px;
}

#about_top_pic{
	margin:50px 0 0;
	position:relative;
}

#about_top_pic picture img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#about_top_pic>p{
	display:table;
	height:40px;
	margin: 0;
	padding:0 15px;
	font-size:18px;
	line-height:40px;
	letter-spacing:1px;
	color:#fff;
	background-color:#bca474;
	position:absolute;
}

#about_top_pic>p:first-of-type{
	top:7%;
	left:13.8%;
}

#about_top_pic>p:nth-of-type(2){
	bottom:10%;
	left:34%;
}

#about_top_pic>p:nth-of-type(3){
	top:7%;
	right:31%;
}

#about_top_pic>p:last-of-type{
	bottom:10%;
	right:7%;
}

@media only screen and (max-width:1200px){

	#about_top_pic>p{
		font-size:16px;4;
		position:absolute;
	}

	#about_top_pic>p:first-of-type{
		top:4%;
		left:13%;
	}
	
	#about_top_pic>p:nth-of-type(2){
		bottom:7%;
		left:32.5%;
	}
	
	#about_top_pic>p:nth-of-type(3){
		top:4%;
		right:29.5%;
	}
	
	#about_top_pic>p:last-of-type{
		bottom:7%;
		right:5.3%;
	}

}

.pancake_area {
	margin-top: 4rem;
}
.pancake_area ul {
  padding-left:0;
  margin-bottom: 2rem;
}
.pancake_area li {
  list-style-type:none;
}
.pancake_area li img {
	max-width: 100%;
	height: auto;
	transition:all .5s;
}

#about_column_area{
	max-width:1400px;
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
}

#about_column_area>section{
	width:calc(50% - 15px);
	margin:0 30px 0 0;
	padding:45px 30px 60px;
	border:2px dashed #bca474;
	box-sizing:border-box;
	float:left;
}

#about_column_area>section:nth-of-type(2){
	margin:0 0 0 0;
}

#about_column_area>section h2{
	display:table;
	margin:0 auto 30px;
	padding:0 10px 10px;
	border-bottom:3px solid #bca474;
	font-size:26px;
	line-height:1;
	font-weight:100;
	text-align:center;
	letter-spacing:3px;
	text-indent:3px;
}

#about_column_area>section img{
	width:100%;
	height:auto;
	margin:0 0 20px;
	vertical-align:bottom;
}

#about_column_area>section p{
	margin:0;
	font-size:15px;
	line-height:1.8;
	text-align:justify;
	text-justify:inter-ideograph;
}

#about_column_area>section ol{
	margin:20px 0 60px;
	padding:0 0 0 20px;
	font-size:14px;
	line-height:1.8;
	text-align:left;
}

#about_column_area>section ol li{
	margin:8px 0;
}

#about_column_area>section a:link,
#about_column_area>section a:visited {
	display:table;
	height:40px;
	margin:0 auto;
	padding:0 38px 0 18px;
	border:1px solid #bca474;
	font-size:14px;
	line-height:40px;
	font-weight:400;
	color:#fff;
	background-color:#bca474;
	background-image:url(../img/arrow_right-.svg);
	background-repeat:no-repeat;
	background-size:7px 9px;
	background-position:right 13px center;
}

#about_column_area>section a:hover,
#about_column_area>section a:active {
	text-decoration:none;
	color:#bca474;
	background-color:#fff;
	background-image:url(../img/arrow_right.svg);
}
.pancake_area li img:hover {
	opacity: 0.7;
}

/* access */

#map_area{
	max-width:1400px;
	margin:0 auto;
	padding:0 30px;
}

#map_area iframe{
	width:100%;
	height:500px;
	margin:0 0 80px;
}

#map_area>div h1{
	margin:0 0 25px;
	font-size:16px;
	line-height:1;
	letter-spacing:2px;
	text-align:center;
}

#map_area>div table{
	margin:0 auto;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	font-size:14px;
	line-height:1.6;
}

#map_area>div table th{
	padding:7px 0;
	font-weight:300;
	vertical-align:top;
	text-align:left;
	text-align-last:justify;
	text-justify:inter-ideograph;
	letter-spacing:2px;
}

#map_area>div table td{
	padding:7px 0 7px 20px;
	letter-spacing:1px;
}

#map_icon{
	padding:2px 0 2px 15px;
	background-image:url(../img/interface/icon_map.svg);
	background-repeat:no-repeat;
	background-size:10px 16px;
	background-position:left center;
}


/* column */

/*index*/

#home_column_area>#column_index{
	width:90%;
	margin:100px auto 50px;
}

#home_column_area>#column_index article a h2{
	width:100%;
	margin:0;
	padding:13px 10px 15px;;
	box-sizing:border-box;
	font-size:16px;
	line-height:1.2;
	font-weight:100;
	letter-spacing:2.5px;
	color:#fff;
	background-color:#bea474;
	position:absolute;
	bottom:30px;
	left:0;
}

/*detail*/
#column_article{
	max-width:700px;
	margin:100px auto;
	padding:0 30px;
}

#column_article h2{
	display:table;
	margin:100px auto 40px;
	padding:0 50px;
	font-size:20px;
	line-height:1;
	letter-spacing:4px;
	text-indent:4px;
	position:relative;
}

#column_article h2:before,
#column_article h2:after{
	content:'';
	position:absolute;
	top:50%;
	display:inline-block;
	width:30px;
	height:3px;
	background-color:#bca474;
}

#column_article h2:before{
	left:0;
	-moz-transform:rotate(60deg);
	-webkit-transform:rotate(60deg);
	-ms-transform:rotate(60deg);
	transform:rotate(60deg);
}

#column_article h2:after{
	right:0;
	-moz-transform:rotate(-60deg);
	-webkit-transform:rotate(-60deg);
	-ms-transform:rotate(-60deg);
	transform:rotate(-60deg);
}

#column_article p{
	margin:0;
	font-size:14px;
	line-height:2;
	letter-spacing:1px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#column_article p.note{
	padding:0 0 0 1em;
	text-indent:-1em;
}

#column_article img{
	display:block;
	width:500px;
	height:350px;
	margin:0 auto 30px;
	vertical-align:bottom;
}


/* news */

#news_list{
	max-width:700px;
	margin:0 auto;
}

#news_list>div{
	padding:30px;
	border-bottom:1px solid #ccc;
}

#news_list>div>a:link,
#news_list>div>a:visited{
	display:block;
	width:calc(100% - 35px);
	padding:0 35px 0 0;
	color:#000;
	background-image:url(../img/interface/arrow_right02.svg);
	background-repeat:no-repeat;
	background-size:7px 9px;
	background-position:right center;
}

#news_list>div>a:hover,
#news_list>div>a:active{
	color:#bca474;
	text-decoration:none;
}

#news_list>div p{
	margin:0;
	font-size:15px;
	line-height:1.7;
	text-align:justify;
	text-justify:inter-ideograph;
}

#news_list>div p.time{
	margin:0 0 10px;
	font-size:12px;
	line-height:1;
	font-weight:bold;
	color:#7c7c7c;
	letter-spacing:1px;
}

#news_list #pager{
	margin:50px 0 0;
	padding:0;
	border-bottom:none;
}

#pager ul{
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	font-size:13px;
	line-height:30px;
	overflow:hidden;
}

#pager li{
	width:30px;
	height:30px;
	margin:0 10px;
	float:left;
}

#pager li a:link,
#pager li a:visited{
	display:block;
	width:100%;
	height:100%;
	border:1px solid #bea474;
	border-radius:20px;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	background-color:#bea474;
}

#pager li a:hover,
#pager li a:active{
	opacity:0.7;
}

#pager li span{
	display:block;
	width:100%;
	height:100%;
	border:1px solid #bea474;
	border-radius:20px;
	box-sizing:border-box;
	text-align:center;
	color:#bea474;
	background-color:#fff;
}


/*detail*/
#news_detail{
	max-width:700px;
	margin:100px auto;
	padding:0 30px;
}

#news_detail h2{
	margin:0 0 30px;
	font-size:18px;
	line-height:1.3;
	letter-spacing:1px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#news_time{
	margin:0 0 40px;
	font-size:14px;
	line-height:1;
	font-weight:bold;
	letter-spacing:2px;
	color:#7c7c7c;
}

#news_detail .text_area{
	margin:30px 0;
}

#news_detail .text_area p{
	margin:0;
	font-size:14px;
	line-height:2;
	letter-spacing:1px;
	text-align:justify;
	text-justify:inter-ideograph;
}

#news_detail .pic_area{
	margin:30px 0;
}

#news_detail .pic_area img{
	display:block;
	width:500px;
	height:350px;
	margin:0 auto;
	vertical-align:bottom;
}

/*---------- SUB ----------*/
