body {
	background-image: url(../img/bg.gif);
	background-repeat:repeat;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:1050px;
	height:100%;
	color: #282828;
	font-size: 13px;
	line-height:180%;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
}
img {
	border:none;
	padding: 0px;
	margin:0px;
}
a{
	color: #282828;
	text-decoration:none;
	border:none;
	padding: 0px;
	margin:0px;
}
a:hover{
	text-decoration:underline;
	border:none;
	padding: 0px;
	margin:0px;
}
a img {
	padding: 0px;
	margin:0px;
	border:none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none;
	padding: 0px;
	margin:0px;
}
.clear{
	float:none;
	clear:both;
	padding: 0px;
	margin:0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#wrap{
	width:1050px;
    height:100%;
	margin-top: 0px;
}

#headerWrap {
	width:100%;
	height: 95px;
	padding: 0px;
	margin:0px;
}
#header_left {
	width: 70%;
	float:left;
	padding: 0px;
	margin:0px;
}
#header_right {
	width: 25%;
	float:right;
	padding: 0px;
	text-align:right;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sliderWrap{
	width:100%;
	height: 595px;
	margin: 0px;
	padding: 0px;
}
#slider{
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.center_area{
	width: 1050px;
	margin: 10px 0px 0px 0px;
	padding:0px;
}
.category_listWrap {
	border-radius: 3px;
	border:2px solid #e84d92;
	margin-bottom:25px;
}
.category_title_area {
	color:#f54d80;
	background-color: #fceaf1;
	border-bottom:1px solid #e84d92;
	font-size: 13px;
	font-weight: bold;
	height: 21px;
	padding-left: 5px;
}
.category_list_area {
	padding: 5px;
}
.category_list_area ul{
	margin: 0px;
	padding: 0px;
}
.category_list_area ul li {
	float:left;
	width:320px;
	height:270px;
	border:2px solid #988b67;
	background-image: url(../img/list_th_bg.png);
	background-repeat:repeat-x;
	background-position: center center;
	text-align:center;
	margin:10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* trimming */
.category_list_img{
	width: 280px;  /* トリミングしたい幅 */
	height: 210px;  /* トリミングしたい高さ */
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	position: relative;
	border:1px solid #988b67;
}
.category_list_img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  height: auto;
}


/* 投稿一覧 */
.post_list_area {
	padding: 5px;
	width:1050px;
}
.post_list_area ul{
	margin: 0px;
	padding: 0px;
}
.post_list_area ul li {
	list-style:none;
	border-bottom:2px solid #e84d92;
	margin-bottom:50px;
	padding: 15px 25px 15px 25px;
}
.post_list_title {
	color:#f54d80;
	background-color: #fceaf1;
	border-top:2px solid #e84d92;
	border-bottom:2px solid #e84d92;
	font-size: 13px;
	font-weight: bold;
	height:24px;
	padding-bottom: 3px;
	padding-left: 10px;
}
/* trimming */
.post_list_img{
	width: 993px;  /* トリミングしたい幅 */
	height: 503px;  /* トリミングしたい高さ */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	overflow: hidden;
	position: relative;
	border:1px solid #988b67;
}
.post_list_img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  height: auto;
}
.post_list_text_area {
	font-size: 14px;
	color:#313131;
	padding-top: 15px;
	padding-bottom: 15px;
}
.post_list_text_area img {
	display:none;
}
.post_list_text_area .bt_pdf{
	display:none;
}


.post_detail_area{
	border-bottom:2px solid #e84d92;
	font-size: 14px;
	color:#313131;
	padding: 25px;
}
.post_detail_area_img{
	width: 993px;  /* トリミングしたい幅 */
	height:auto;  /* トリミングしたい高さ */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	overflow: hidden;
	position: relative;
	border:1px solid #ff6699;
}
.post_detail_area_img img {
  width: 100%;
}
.post_detail_area .text_area img{
	display:none;
}
.text_area {
	padding: 15px;
	font-size: 14px;
	color:#313131;
}
.f12{
	font-size: 12px;
}
.h3_title{
	color:#f54d80;
	font-size:15px;
	font-weight: bold;	
}
#footerWrap{
	width: 1050px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#footer_mn{
	text-align:right;
	margin: 0px;
}
#footerWrap address {
	text-align: center;
}
.data{
	font-size:11px;
}
.bt_pdf{
	width:138px;
	height:30px;
	background-image:url(../img/bt_pdf.jpg);
	margin-bottom:15px;
}
.bt_pdf a:hover{
	opacity: 0.8;
}
.pan_area{
	font-size:12px;
}
.concept_area {
	padding: 15px;
	font-size: 14px;
	color:#313131;
}
.about_area{
	padding:40px;
	background-image:url(../img/about_area_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.company_table {
	border:none;
}
.company_table th{
	vertical-align:top;
}
.company_table td{
	vertical-align:top;
	padding-bottom:20px;
}
.company_title{
	font-size:15px;
	font-weight: bold;	
}

.stores1_list_area {
	padding: 5px;
}
.stores1_list_area ul{
	margin: 0px;
	padding: 0px;
}
.stores1_list_area ul li {
	list-style-type:none;
	float:left;
	width:auto;
	border:2px solid #c8b7a8;
	background-image: url(../img/stores_list_bg_01.png);
	background-repeat:repeat-x;
	background-position: center center;
	text-align:center;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin:10px;
}
.stores3_list_area {
	padding: 5px;
}
.stores3_list_area ul{
	margin: 0px;
	padding: 0px;
}
.stores3_list_area ul li {
	list-style-type:none;
	float:left;
	width:48%;
	border:2px solid #c8b7a8;
	background-image: url(../img/stores_list_bg_01.png);
	background-repeat:repeat-x;
	background-position: center center;
	text-align:center;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin:10px;
}

.stores2_list_area {
	padding: 5px;
}
.stores2_list_area ul{
	margin: 0px;
	padding: 0px;
}
.stores2_list_area ul li {
	list-style-type:none;
	width:auto;
	border:2px solid #c8b7a8;
	background-image: url(../img/stores_list_bg_02.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	text-align:center;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin:10px;
}

.stores2_list_area ul li td{
	text-align:left;
	width:85%;
}
