@charset 'UTF-8';


/*SP表示*/
@media screen and (max-width: 749px) {
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}

}

/*PC表示*/
@media screen and (min-width: 750px) {
.sp_display{
	display:none;
	}
.pc_display{
	display:block;
	}
}


/* CSS Document */

body{
	-webkit-text-size-adjust: 100%;
}

#contents{
	margin-top:0 !important;
	padding-top:50px;
}

#contents ul{
	background: none;
}

#right_content {
	width:670px;
	margin-left:auto;
	margin-right:auto;
}

p.page_title{
	color:#8D8B83;
	font-size:11px;
	background:url(../img/50th/ttl-anniversary.png) no-repeat left top;
	padding:0 0 10px 515px;
	margin-bottom:20px;
	border-bottom:1px solid #EC7392;
	letter-spacing:1px;
}

ul.link_btn{
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
	margin-bottom:30px !important;
}

ul.link_btn li{
	float:left;
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
	margin:0 5px 7px 0 !important;
}

p.th_ttl{
	color:#7CC7DD;
	font-size:28px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:url(../img/50th/ic-50th.gif) no-repeat left top;
	padding:25px 0 20px 105px;
	margin-bottom:10px;
	letter-spacing:2px;
}

dl.beauty_anniversary{
	margin-bottom:50px;
}

dl.beauty_anniversary dt{
	color:#A99F97;
	font-size:19px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:2px;
	margin-bottom:20px;
}

dl.beauty_anniversary .text{
	color:#A99F97;
	line-height:1.7em;
	margin-bottom:20px;
	width:560px;
}

dl.beauty_anniversary .daihyo{
	color:#A99F97;
	margin-bottom:40px;
	letter-spacing:1px;
}

div.corner_box{
	width:570px;
	border-bottom:1px dashed #A99F97;
	padding-bottom:30px;
	margin-bottom:60px;
}

div.corner_box p{
	border-bottom:2px solid #A99F97;
	margin-bottom:15px;
}

div.corner_box .inner_text01{
	margin-bottom:10px;
}

div.corner_box .inner_text01 dt{
	color:#46200E;
	font-size:35px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:10px;
	letter-spacing:2px;
}

div.corner_box .inner_text01 dd{
	color:#A99F97;
	font-size:14px;
	line-height:1.7em;
}

div.corner_box ul{
	height:165px;
	margin:0 !important;
	padding:0 !important;
	margin:10px 0 25px !important;
}

div.corner_box ul li{
	float:left;
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
	margin-right:10px !important;
}

div.corner_box ul li:last-child{
	margin-right:0 !important;
}

div.corner_box .inner_text02{
	margin-bottom:10px;
}

div.corner_box .inner_text02 dt{
	color:#EA6563;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

div.corner_box .inner_text02 dd{
	color:#A99F97;
	font-size:14px;
	line-height:1.7em;
}

div.corner_box_right dl{
	text-align:right;
}

/*/////////////スタイル用css////////////////////*/
.mtop20 {
	margin-top:20px;
}

.mtop40 {
	margin-top:40px;
}


.mleft20 {
	margin-left:20px;
}

.mleft100 {
	margin-left:100px;
}

.mtop10 {
	margin-top:10px;
}

.mbot5 {
	margin-bottom:5px;
}

.mbot10 {
	margin-bottom:10px !important;
}

.mbot15 {
	margin-bottom:15px;
}

.mbot20 {
	margin-bottom:20px;
}

.mbot25 {
	margin-bottom:25px;
}

.mbot30 {
	margin-bottom:30px;
}

.mbot40 {
	margin-bottom:40px;
}

.mbot50 {
	margin-bottom:50px;
}

.mbot60 {
	margin-bottom:60px;
}

.mbot70 {
	margin-bottom:70px;
}

.mbot90 {
	margin-bottom:90px !important;
}

.mbot100 {
	margin-bottom:100px !important;
}

.btm0 {
	margin-bottom:0 !important;
}


.center {
	text-align:center;
}