/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
a img{
	-webkit-transition-property:all; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:all; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:all; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;

	/*-webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;*/
}
a:hover img{
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%);*/
	opacity:0.7;
}
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:"Meiryo", "Century Gothic", Arial, sans-serif;
    color:#333;
    background: url(./images/top_back.png) repeat-x 0 166px;
}
/* layout */
#wrapper {
	/*border-top: solid 5px #000;*/
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 1270px;
}
#header {
	width: 100%;
	/*height: 171px;*/
	margin: 0;
}
#contents {
	width: 1200px;
	/*margin: 0 auto 70px;*/
	margin: 0 auto 40px;
}
#mainColumn {
	width: 850px;
	/*float: left;*/
	float: right;
}
#sideColumn {
	width: 320px;
	/*float: right;*/
	float: left;
}
/* mobile banner */
#mobile_banner_top, #mobile_banner_bottom {
	display:none;
}
/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */


#logo-area {
	/*height: 107px;*/
    height:166px;
    background:#fcfae9;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
#logo_image {
	/*width: 1200px;*/
    width:150px;
    float:left;
	/*margin: 0 auto;*/
}
#logo_image #logo {
	margin: 0;
	padding: 0;
	position: relative;
}


#logo_text {
	text-align: center;
	padding-top: 35px;
}

#logo_text #logo {
	margin: 0 0 6px;
	padding: 0;
	line-height: 100%;
	font-size: 24px;
	font-weight: normal;
}
#description { font-size:12px; color:#666; margin:0; padding:0; line-height:100%; font-weight:normal; }

/*#logo_text { position:absolute; top:40px; left:0px; }
#logo { margin:0 0 6px 0; padding:0; line-height:100%; font-size:24px; font-weight:normal; }
#logo_image #logo { position:absolute; }
#logo a { color:#333; text-decoration:none; }
#description { font-size:10px; color:#888; margin:0; padding:0; line-height:100%; font-weight:normal; }*/

/* お問い合わせボタン */
#logo-inner {
    width: 1200px;
    margin:0 auto;
}
#contact-area {
    padding-top:40px;
    float:right;
    width:350px;
    text-align: center;
}
#contact-area p {
    font-size:14px;
    margin:0;
    padding:0;
}

/* global menu */
.menu_button {
	display:none;
}
#global_menu {
	/*height:63px;*/
    height: 100px;
	width:100%;
	margin:0 auto;
	z-index:9999;
	border-top: solid 1px #dcdcdc;
	text-align: center;
}
#global_menu ul {
	/*height:63px;*/
    height:100px;
	width:1200px;
	margin:0 auto;
	position:relative;
}
#global_menu ul li {
    margin:0 20px;
	/*height: 63px;*/
    height:100px;
	display: inline-block;
	/*font-weight: bold;*/
	position: relative;
}
#global_menu li.last {
}
#global_menu li a {
	/*font-size:12px;*/
    font-size: 16px;
	text-align:center;
	text-decoration:none;
	display:block;
    padding:35px 0 3px;
	/*height:63px;
	line-height:63px;*/
	background-image: none;
    color:#663e00;
    font-weight: 500;
}
#global_menu li a:hover {
	/*background-image: url(images/anchor.png);*/
	background-repeat: no-repeat;
	background-position: center top;
    color:#f27881;
    font-weight: bold;
    border-bottom:dotted 2px #f27881;
}
#global_menu ul ul {
	display:none;
	position:absolute;
	top:63px;
	left:0px;
	margin:0;
	padding:0;
	list-style-type:none;
	height: auto;
	z-index:99999;
}
#global_menu ul ul ul {
	left:100%;
	top:0;
	margin:0;
}
#global_menu ul ul li {
	float:none;
	height:auto;
	line-height:0;
	padding:0;
	margin:0;
	text-align:left;
	background:none;
	display: block;
	width: 200px;
}
#global_menu ul ul li a {
	display: block;
	font-size:12px;
	position:relative;
	/*height:35px;
	padding: 0 15px;
	line-height:35px;*/
	height: auto;
	padding: 10px 15px 8px;
	line-height: 180%;
	margin:0;
	text-align:left;
	background-image: none;
	background:#000;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#global_menu ul ul a:hover {
	background:#444;
}

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */

.blog #header{
	/*border-bottom: solid 1px #ddd;*/
	/*margin-bottom: 45px;*/
}

/* slider */
#slider-wrapper {
	width: 1180px;
/*	height: 380px;*/
    height:460px;
	padding: 10px;
	background: #ddd;
	margin: 0 auto;
}
/* maincopy */
#maincopy {
	text-align: center;
	margin: 40px auto;
}
#maincopy h2 {
	font-size: 26px;
	color: #f27881;
	margin: 0 auto 30px;
    font-weight: 400;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "メイリオ", meiryo, serif;*/
}
#maincopy p {
    line-height: 1.7;
    text-align:left;
    font-size: 16px;
}
#index-menu {
	width: 1200px;
	margin: 0 auto;
}
#index-menu-ul {
    padding-bottom:28px;
}
.index-meun-li {
	float: left;
	width: 380px;
	margin-right: 30px;
}
.index-meun-li-last {
	float: left;
	width: 380px;
}
.index-menu-thumb {
	margin-bottom: 10px;
}
.index-menu-title {
	margin: 20px 0 5px;
    padding-left:16px;
	font-size: 22px;
    border-left:5px solid #f27881;
    font-weight: 400;
    line-height: 1.4;
    color:#4b4b4b;
}
.index-menu-desc {
	margin: 23px 0 0;
	font-size: 14px;
	line-height: 1.7;
}
.index-menu-title a, .index-menu-desc a {
	text-decoration: none;
}
/* added by #fc0 */
.btn-index-menu a,
.btn_toprecommend a {
    display:block;
    padding:15px 10px;
    text-align:center;
    width:30%;
    margin:0 auto;
    border:1px solid #ff5e5e;
    -webkit-box-shadow:0 1px rgba(255,255,255,0.5) inset;
    -moz-box-shadow:0 1px rgba(255,255,255,0.5) inset;
    box-shadow:0 1px rgba(255,255,255,0.5) inset; 
    border-radius:15px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #feb7b8 0%, #ff5e5e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #feb7b8 0%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #feb7b8 0%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb7b8', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
    color:#fff;
    font-size:18px;
    font-weight: 500;
    text-shadow:1px 1px rgba(178,89,21,0.7);
    text-decoration: none;
}
.single .btn-index-menu a,
.page .btn-index-menu a {
	width:60%;
}
.home.page .btn-index-menu a {
	width:30%;
}
.btn-index-menu a:hover,
.btn_toprecommend a:hover {
    -webkit-box-shadow:0 1px rgba(255,255,255,0.5) ;
    -moz-box-shadow:0 1px rgba(255,255,255,0.5) ;
    box-shadow:0 1px rgba(255,255,255,0.5) ;
    text-shadow:-1px -1px rgba(178,89,21,0.7);
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff5e5e 0%, #feb7b8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff5e5e 0%, #feb7b8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff5e5e 0%, #feb7b8 100%)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#feb7b8',GradientType=0 ); /* IE6-9 */
    color:#fff;
}

.btn_toprecommend a {
    font-size:16px;
    font-weight: 500;
    padding:5px;
    width:55%;
}

/* news */
#index-news {
	/*width: 790px;*/
	/*border-bottom: solid 1px #ddd;*/
    border-bottom:3px solid #663e00;
    padding-bottom:10px;
    color:#663e00;
    margin: 0;
}
#index-news-headline {
	font-size: 22px;
	float: left;
	margin: 0;
	min-height: 32px;
    font-weight: 500;
}
#index-news-archivelink {
	/*font-size: 12px;*/
 	font-size: 14px;   
	float: right;
	margin: 0;
}
#index-news-archivelink a {
	text-decoration: none;
	display: inline-block;
    padding-left:10px;
    margin-top:10px;
    background: url(images/listmark_arrow.png) no-repeat 0 50%;
    color:#333;
}
#index-news-archivelink a:hover {
    color:#FF9F00;
}
#index-news-ul {
/* width: 790px;*/
	margin: 0;
}
#index-news-ul li {
/*	width: 790px;*/
	border-bottom: dotted 1px #666;
	margin: 15px 0 0;
	padding-bottom: 15px;
	/*font-size: 12px;*/
 	font-size: 14px;   
}
#index-news-ul li a {
    color: #00A2D9;
}
.index-news-date {
	display: inline-block;
	width: 90px;
	margin-right: 10px;
	font-weight: bold;
    color:#f9989f;
}
/* index banner */
#index-banner {
	margin: 40px auto 0;
}

/* recommend */
#index-redommend-headline-wrapper {
	width: 790px;
	margin: 40px 0 15px;
}
#index-recommend-headline-left,
.onayami_title {
	margin: 0;
	font-size: 22px;
	/*float: left;*/
	/*min-height: 32px;*/
    border-left:5px solid #f27881;
    padding: 0 0 0 12px;
    color:#4b4b4b;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom:10px;
}

/* onayami */
#onayami-area {
    margin-bottom:40px;
}
.onayami_title {
    margin:30px 0;
}
.onayami01 {
    float: left;
    width: 45%;"
}
.onayami02 {
    float: right;
    width: 45%;"
}
.onayami01 p,.onayami02 p {
    line-height: 1.7;
    margin:0 0 1em 0;
    font-size:14px;
}
.onayami01 h3,.onayami02 h3 {
    font-size:16px;
    color:#f84956;
    font-weight: 400;
    margin:0 0 0.5em;
}
/* link */
#link-area {
    padding:15px 15px 0;
    border:2px solid #d4b27d;
}
#link-area h2 {
    margin:0 0 0.83em;;
    font-size:16px;
    color:#75511a;
}
#link-area ul {
    margin-left:20px;
}

#link-area li {
    list-style-image: url(images/mark.png);
    font-size:14px;
    float:left;
    padding:0 40px 0 5px;
    margin-bottom: 20px;
    white-space: nowrap;
}

#index-recommend-archivelink {
	font-size: 12px;
	float: right;
	margin: 0;
}
#index-recommend-archivelink a {
	text-decoration: none;
	display: inline-block;
}
#index-recommend-headline {
	margin: 40px 0 15px;
	font-size: 20px;
}

#index-recommend {
	/*width: 816px;*/
	margin-left: -20px;
}
.index-recommend-box {
	display: block;
	float: left;
	width: 270px;
/*	height: 340px;*/
	overflow: hidden;
	margin-left: 20px;
/*	margin-bottom: 23px;*/
	/* background: #F2F2F2;*/
	padding: 15px 0;
}
.index-recommend-box-thumb {
	margin: 0 0 15px;
	/*width: 245px;*/
	height: 150px;
}
.index-recommend-box-title {
	font-size: 16px;
	margin: 0 15px 10px;
}
.index-recommend-box-desc {
	margin: 0 15px 15px;
	font-size: 14px;
    line-height: 1.7;
}
.index-recommend-box-title a, .index-recommend-box-desc a {
	text-decoration: none;
	color: #f84956;
}

/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */

.archive #header{
	/*border-bottom: solid 1px #ddd;
	margin-bottom: 45px;*/
}

#post_list #header{
	/*border-bottom: solid 1px #ddd;
	margin-bottom: 45px;*/
}
.post_list{}
.post_list ol{
	margin: 0;
	padding: 0;
}
.post_list ol li{
	margin: 0 0 30px;
	padding: 0 0 30px;
	/*border-bottom: dotted 1px #878787;*/
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.post_list ol li a{
	text-decoration: none;
}

.post_date{
	width: 80px;
	height: auto;
	min-height: 80px;
	float: left;
	background: #ffa1a1;
}
.post_date_year{
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #f27881;
	text-align: center;
	margin: 0;
	padding: 0;
}
.post_date_month{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.post_date_month span{
	display: block;
	font-size:26px;
	margin: 0 0 -0.3em;
	padding: 0;
	height: 38px;
	line-height: 38px;
}

.single-news .post_info{
    width: 740px;
    float: right;
}

.post_title {
	font-size:22px;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "メイリオ", meiryo, serif;*/
	margin:0 0 10px;
	line-height: 140%;
}
.post_title a {
	text-decoration:none;
	display:block;
}
.post_title a:hover {
}

.post_title2 {
	font-size:16px;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "メイリオ", meiryo, serif;*/
	margin:0 0 20px;
	line-height: 160%;
}


.post_thumb{
	width: 165px;
	height: auto;
	/*background: #ddd;*/
	padding: 0 15px 0 0;
	text-align: center;
	margin-bottom: 25px;
    float:left;
}

.post_list p{
	margin: 0;
}

.no-image img {
    width:150px;
    height:auto;
}

.no_post {
	margin-top: 15px;
	font-weight: bold;
}
/* date archive */
.date_headline {
	height: 50px;
	line-height: 50px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 25px 0 0;
}
.date_headline span {
	width: 60px;
	text-align: center;
	display: block;
	background: #bbb;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/* archive */
.archive_headline {
	height: 50px;
	line-height: 50px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 25px 0 0;
}
.archive_headline span {
	padding: 0 30px;
	text-align: center;
	display: inline-block;
	background: #bbb;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}


/*#news_headline{
	font-size: 22px;
	font-weight: 400;
	/*border-bottom: dotted 1px #878787;
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
    border-left: 5px solid #f27881;
    padding-left:10px;
}*/
#news_headline {
    margin: 0 0 40px;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    border-top:6px solid #663e00;
    color:#663e00;
    background: #fbf8f3; /* Old browsers */
    background: -moz-linear-gradient(top, #fbf8f3 0%, #f2e9d7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbf8f3 0%,#f2e9d7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbf8f3 0%,#f2e9d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf8f3', endColorstr='#f2e9d7',GradientType=0 ); /* IE6-9 */
    line-height:1.3;
}

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.single #header{
	/*border-bottom: solid 1px #ddd;
	margin-bottom: 45px;*/
}

.post{
	border-bottom: dotted 1px #878787;
	margin-bottom: 40px;
    padding-bottom:40px;
}

#post_meta {
}
/*#single_meta {
	margin:0;
	font-size:12px;
	overflow:hidden;
	float: left;
	list-style-type: none;
}
#single_meta li {
	float:left;
	padding:10px 15px 10px 0;
	margin:0 0 -1px 0;
	line-height:100%;
}
#single_meta li a {
	text-decoration: none;
}
#single_meta li:last-child {
	border:none;
}
#single_meta li.date {
	font-weight: bold;
}
#single_meta li.post_category {
	background:url(images/common/icon_category.png) no-repeat 15px 11px;
	padding-left:31px;
}
#single_meta li.post_tag {
	background:url(img/common/icon_tag.png) no-repeat 15px 11px;
	padding-left:31px;
}
#single_meta li.post_comment {
	background:url(img/common/icon_comment.png) no-repeat 15px 9px;
	padding-left:31px;
}
#single_meta li.post_author {
	background:url(img/common/icon_author.png) no-repeat 15px 11px;
	padding-left:31px;
}*/

#news_title {
	border:1px solid #ccc;
	overflow:hidden;
}
#news_title h2 {
	margin:0;
	font-size:16px;
	background:#ccc;
	color:#fff;
	padding:10px 15px;
	line-height:180%;
}
#news_title p {
	margin:0 15px;
	font-size:12px;
	overflow:hidden;
}


/* next page */
#post_pagination {
	margin:0 0 30px 0;
}
#post_pagination h5 {
	margin:0 10px 0 0;
	float:left;
	line-height:30px;
	font-size:12px;
}
#post_pagination a, #post_pagination p {
	float:left;
	display:inline-block;
	background:#eee;
	margin:0 5px 0 0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#333;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
}
#post_pagination p {
	background:#999;
	color:#fff;
}
#post_pagination a:hover {
	background:#333;
	color:#fff;
}

/* bookmark */
.post .bookmark {
	display: block;
	list-style-type: none;
	margin: 3px 0 30px;
}
.post .bookmark li {
	float: left;
	margin: 0 5px 0 0;
}
.post .bookmark li.twitter{
	width: 90px;
}


.post .bookmark li.social2 {
	margin: 0 -30px 0 0;
}
.post .bookmark2 {
	clear:both;
	float:right;
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
}
.post .bookmark2 li {
	background:none;
	padding:0;
	float:left;
	margin:0 0 0 10px;
}

/* related post*/
#related_post {
	margin:0 0 20px 0;
}
#related_post ul {
	margin-top: 25px;
}
#related_post li {
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
}
#related_post li a {
	text-decoration: none;
}
#related_post li a:hover {
	text-decoration: underline;
}
#related_post li:last-child {
	background:none;
}
#related_post li.num5 {
	border:none;
	width:124px;
}
#related_post .image {
}
#related_post .image img {
	width:100px;
	height:70px;
	display:block;
	margin:13px;
}
#related_post .image:hover img {
	opacity:0.5;
}
#related_post .title {
	font-size:12px;
	margin:0 13px;
	max-height:60px;
	overflow:hidden;
}
#related_post .title a {
	text-decoration:none;
	display:block;
}
#related_post .title a:hover {
	text-decoration:underline;
}
/* next prev post link */
#previous_next_post {
	/*width: 680px;*/
	margin:40px auto;
	padding:0;
}
#previous_next_post a {
	text-decoration:none;
	/*font-size:12px;*/
    font-size: 14px;
	font-weight: bold;
}
#previous_post {
}
#previous_post a {
	margin:0;
	width:310px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	padding-left:35px;
	background-image: url(images/page_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#next_post {
}
#next_post a {
	margin:0;
	width:310px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	padding-left:35px;
	background-image: url(images/page_next.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#previous_next_post a:hover {
	text-decoration: underline;
}



/* ----------------------------------------------------------------------
page
---------------------------------------------------------------------- */
.page #header{
	/*border-bottom: solid 1px #ddd;
	margin-bottom: 45px;*/
}

#page-wrapper {
	width: 770px;
	margin: 14px 0 35px;
	padding: 0 0 24px;
}
.page .post{
	border: none;
}

/* noside */
.no-side #mainColumn {
	width: 1000px;
	margin: 0 auto;
	float: none;
}
.no-side #mainColumn .post_info{
	width: 1000px;
}
.no-side #mainColumn #previous_next_post{
	width: 1000px;
}

/* noside-short */
.no-side-short #mainColumn {
	width: 800px;
	margin: 0 auto;
	float: none;
}
.no-side-short #mainColumn .post_info{
	width: 800px;
}
.no-side-short #mainColumn #previous_next_post{
	width: 800px;
}

/* CONCEPT PAGE */
.concept-body-layout{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}
.concept-body-left{
	width: 370px;
	float: left;
}
.concept-body-right{
	width: 370px;
	float: right;
}
.concept-body-left img, .concept-body-right img{
	width: 370px;
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
hr.concept-hr{
	width: 100%;
	border: none;
	/*border-bottom: dotted 1px #878787;*/
	height: 1px;
	margin: 40px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}




/* ----------------------------------------------------------------------
 search
---------------------------------------------------------------------- */

.search #header, .search-result #header{
	/*border-bottom: solid 1px #ddd;
	margin-bottom: 45px;*/
}



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */

/* footer area */
#footer-area {
    background: url(./images/foot_back.png) repeat-x 0 0;
}

/* footer */
#footer-slider-wrapper{
	width: 100%;
	height: 200px;
	/*background: #F2F2F2;*/
}

#footer-slider-wrapper-inner{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	padding: 40px 0;
}

#footer {
	clear: both;
	width: 100%;
	min-width: 1100px;
	/*height: 330px;*/
	position: relative;
	/*background: #000;*/
	/*color: #fff;*/
}
#footer a {
	text-decoration:none;
    color:#663e00;
    font-size:14px;
    font-weight: 500;
}
#footer a:hover {
	/*color:#8dd0d9;*/
    text-decoration: underline;
}
#footer-inner {
	width:1200px;
	min-height:290px;
	padding: 40px 0 0;
	margin:0 auto;
	position:relative;
	font-size:12px;
}

#footer_logo_area{
	position: absolute;
}

#footer_logo_text_area{
	position: absolute;
	display: block;
	width: 300px;
}
#footer_logo_text a{
	color: #fff;
}

#footer-banner{
	width: 300px;
	height: 250px;
	float: right;
	background: #fff;
	margin-left: 60px;
}
#footer_logo{
	margin: 0;	
}

.foot_banner {
    margin:50px 0;
    text-align:center;
}
.foot_banner p {
    margin:0;
}
.foot_banner .foot_info {
    width:552px;
    text-align:left;
    margin:5px auto;
    font-size:14px;
    color:#663e00;
}
.foot_info span {
    font-size:11px;    
}

/* footer_sociallink */
#footer_social_link {
	width: 93px;
	height: 45px;
	display: block;
	float: right;
}
.social_link {
	margin:0;
}
.social_link li {
	float:left;
	margin:11px 0 0 7px;
}
.social_link li a {
	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	text-indent:-9999px;
}
.social_link li.rss a {
	background:url(images/rss.png) no-repeat left top;
}
.social_link li.twitter a {
	background:url(images/tw.png) no-repeat left top;
}
.social_link li.facebook a {
	background:url(images/fb.png) no-repeat left top;
}
.social_link li a:hover {
	background-position:left bottom;
}

/* footer widget */
#footer_widget_wrapper{
	float: right;
}
.footer_widget {
	width:290px;
	min-height: 250px;
	float:left;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
	font-size:11px;
}
.footer_headline {
	font-size:12px;
	font-weight: bold;
	color: #fff;
	border-bottom: dotted 1px #fff;
	padding-bottom: 5px;
	margin: 0 0 15px;
}
.footer_widget ul {
	margin:0;
    list-style-image: url(./images/listmark_arrow.png)
}
.footer_widget li ul {
	margin:10px 0 0 15px;
}
.footer_widget li {
	line-height:170%;
	margin:0 0 10px 10px;
}
.footer_widget a {
	text-decoration: none;
	color: #fff;
}
.footer_widget a:hover {
	text-decoration: underline;
}
.footer_widget img {
	height:auto;
	max-width:100%;
	width:auto;
}

.footer_widget .footer_copy {
    font-size:14px;
    color:#288e3a;
    margin-top:-15px;
    font-weight:500;
}

.footer_widget h2 {
    color:#f84956;
}

/* styled post widget1 */
.footer_widget.styled_post_list1_widget .styled_post_list1{
	border: none;
}
.footer_widget.styled_post_list1_widget .styled_post_list1 li{
	border: none;
	background: none;
	padding: 0;
	margin-bottom: 18px;
}
.footer_widget.styled_post_list1_widget .styled_post_list1 li.last{
	border: none;
	margin: 0;
}

.footer_widget.styled_post_list1_widget .styled_post_list1_thumb{
	background: #fff;
	width: 60px;
	height: 60px;
	padding: 5px;
	float: left;
	margin-right: 12px;
}
.footer_widget.styled_post_list1_widget .styled_post_list1_thumb img{
	width: 60px;
	height: 60px;
}
.footer_widget.styled_post_list1_widget .styled_post_list1 .info .title{
	font-size: 11px;
}



/* styled post widget2 */
.footer_widget.styled_post_list2_widget .styled_post_list2 li{
	padding: 0 0 15px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #fff;
}
.footer_widget.styled_post_list2_widget .styled_post_list2 li.last{
	border: none;
	margin: 0;
}


.screen-reader-text{
	display: none;
}


/* copyright */
#footer_copr_area{
	width: 100%;
	height: 45px;
	/*background: #ddd;*/
	background: #663e00;
    color:#fff;
}

#footer_copr {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
}
#copyright {
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
}
#copyright a {
	text-decoration:none;
	/*color:#333;*/
	color:#fff;
}
#copyright a:hover {
	text-decoration:underline;
}
/* return */
#return_top {
	z-index:10;
	position: absolute;
	right:0;
	bottom:105px;
	margin:0;
	display:block;
	width:80px;
	height:70px;
	text-indent:-9999px;
	background-color: #222;
	background-image: url(images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#return_top:hover {
	background-position: left bottom;
}
/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */

#side-banner {
/*	width: 380px;*/
    width: 320px;
	height: auto;
	margin-bottom: 30px;
	text-align:center;
}
#side-banner img {
	margin-bottom:10px;
}

.room-area {
    width:278px;
    border:1px solid #d4b27d;
    background:#fbf9eb;
    padding:10px;
}

.room-area h2 {
    margin-bottom:15px;
    text-align:center;
}

.room-area strong {
    font-size:16px;
}
.room-area p {
   margin-bottom:1.5em;
}
.room-area p.side_contact {
   margin-bottom:0;
}

.side_contact {
    text-align:right;
    margin-bottom:0;
}

.side_widget img {
    margin-bottom:10px;
}
.side_contact img {
    margin-bottom:0;
}

.aside_figure {
    float:left;
    width:40%;
    margin-right:10%;
    margin-bottom:10px;
}
.textwidget {
    padding-top:15px;
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */
.post_content h1 {
    margin:0 0 40px;
    padding:20px;
    font-size:30px;
    font-weight: bold;
}
.post_content h2 {
	margin: 0 0 30px;
    padding-left:16px;
	font-size: 22px;
}

h2.post_title {
    font-size:30px;
}

.single-news h2.post_title {
    font-size:25px;
    margin-bottom:30px;
}

.post th {
    white-space: nowrap;
}

/* form */
.wpcf7 input {
    width:50%;
}