@charset "utf-8";
 @charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #333;
}
div, td, th, p, pre {
	text-align: left;
	margin: 0;
	padding: 0px;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
li {
	margin: 0;
	list-style: none;
}
ol, ul {
	margin: 0;
	padding: 0;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.desc {
	font-weight: bold;
	font-size: 100%;
	padding: 0px;
	color: #666;
	margin: 0px;
	line-height: 20px;
}
/*___________ header ___________ */
#header {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header .contents {
    width: 100%;
    background-color: #f8f7f2;
}
#header h1 {
	width: 980px;
	font-size: 11px;
	line-height: 1;
	margin: auto;
	padding: 5px 0;
	text-align: left;
	font-weight: normal;
}
#header .section {
    width: 980px;
    height: 55px;
    margin: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}
#header .section .logo {
    float: left;
}
#header .block {
    height: 55px;
    float: right;
}
#header .formbox {
    float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#header .formbox input[type="text"] {
  padding: 5px;
	width: 300px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #D9D9D9;
	font-size: 120%;
}
#header .formbox input[type="submit"] {
  	width: 40px;
	height: 40px;
	border: none;
	background-color: #F0C6C7;
	cursor:pointer;
	text-indent: -9999px;
	background: url(../img/column/search-form-icon.svg) no-repeat;
	background-size: 70%;
	background-position: center center;
}

#headernavi {
	margin: 0px;
	padding: 0px;
	background-color: #FFE2E6;
}
#headernavi ul {
	width: 980px;
	margin: auto;
	padding: 0;
	background-color: #FFE2E6;
}
#headernavi ul li {
	width: 245px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	padding: 0;
}
#headernavi ul li a {
	color: #FE8187;
	text-decoration: none;
	font-size: 110%;
	width: 245px;
	height: 40px;
	display: block;
}
#headernavi ul li a:hover {
	background-color: #FCC3CA;
}
/*___________ footer ___________ */
#footer {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .pagetop {
	color: #F39FB9;
	float: right;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background-image: url(../img/common/icon_pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#footer .navi {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F9E5E1;
	height: 50px;
	line-height: 50px;
	color: #806D53;
	font-weight: bold;
}
#footer .navi a {
	color: #806D53;
	text-decoration: none;
}
#footer .contents {
	width: 980px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	line-height: 20px;
	padding-bottom: 40px;
	margin-top: 20px;
}
#footer .contents a {
	color: #6F6F6F;
	text-decoration: none;
}
#footer .privacy {
	float: right;
	position: absolute;
	right: 0px;
	top: -10px;
}
/*___________ footer_regist_button ___________ */
#footer_regist_button a {
	list-style-type: none;
	display: block;
	width: 700px;
	height: 220px;
	background-image: url(../img/column/button_regist.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
/*___________ container ___________ */
#container {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: center;
	margin-top: 40px;
}
/*___________ wp_list ___________ */
#wp_list {
	width: 700px;
	float: left;
}
#wp_list ul {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wp_list ul li {
	width: 700px;
	float: left;
	margin-bottom: 40px;
}
#wp_list ul li .image {
	width: 100%;
	height: 400px;
	overflow: hidden;
	float: left;
}
#wp_list ul li .image img {
	width: 100%;
	height: auto;
}
#wp_list ul li .block {
	width: 100%;
	float: right;
}
#wp_list ul li .category {
	width: auto;
	text-align: right;
	float: none;
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#wp_list ul li .category a {
	color: #666666;
}
#wp_list ul li .title {
	width: auto;
	padding-top: 10px;
	float: none;
	color: #806D53;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	height: auto;
	overflow: hidden;
}
#wp_list ul li .title a {
	color: #806D53;
	text-decoration: none;
}
#wp_list ul li .contdesc {
	line-height: 1.6em;
	padding: 10px 0;
}
#wp_list ul li .more {
	text-align: right;
}
#wp_list ul li .more a {
	background-color: #f78b98;
	border-radius: 3px;
	padding: 10px;
	color: #fff;
}
.catimg {
	margin-bottom: 15px;
}
.catimg img {
	max-width: 100%;
	height: auto;
}
.cattxt {
	clear: both;
	line-height: 1.6em;
	padding: 15px 15px 10px;
	border-radius: 5px;
	margin-bottom: 30px;
	border: solid 1px #ddd;
}
/*___________ wp_about ___________ */
#wp_about {
	width: 700px;
	float: left;
	margin-top: 50px;
}
#wp_about .about_title {
	width: 660px;
	float: left;
	margin-bottom: 15px;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	background-image: url(../img/column/about_title.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #948067;
	font-size: 120%;
	border-bottom: solid 2px #F68C98;
}
#wp_about p {
	width: 700px;
	float: left;
	color: #666666;
	font-size: 13px;
	line-height: 20px;
}
/*___________ wp_side ___________ */
#wp_side {
	width: 240px;
	float: right;
	padding-bottom: 40px;
}
/*___________ ranking ___________ */
#wp_side #ranking {
	width: 240px;
	float: left;
	margin-bottom: 20px;
}
#wp_side #ranking .title {
	width: 240px;
	float: left;
	margin-bottom: 15px;
}
#wp_side #ranking ul {
	width: 240px;
	float: left;
}
#wp_side #ranking ul li {
	width: 240px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#wp_side #ranking ul li icon {
	float: left;
	margin-right: 10px;
}
#wp_side #ranking ul li img {
	float: left;
	margin-right: 10px;
}
#wp_side #ranking ul li p {
	font-size: 14px;
	color: #806D53;
	line-height: 18px;
}
#wp_side #ranking ul li a {
	color: #333;
	font-size: 13px;
}
/*___________ category ___________ */
#wp_side #category {
	width: 240px;
	float: left;
	margin-bottom: 20px;
}
#wp_side #category .title {
	width: 240px;
	float: left;
	margin-bottom: 15px;
}
#wp_side #category ul {
}
#wp_side #category ul li {
}
#wp_side #category ul li a {
	width: 240px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
	font-size: 15px;
	padding-top: 5px;
}
#wp_side #category ul li a:hover {
	color: #806D53;
}
#wp_side #category ul li .current-cat a {
	color: #806D53;
}
/*___________ keyword ___________ */
#wp_side #keyword {
	width: 240px;
	float: left;
}
#wp_side #keyword .title {
	width: 240px;
	float: left;
	margin-bottom: 15px;
}
#wp_side #keyword ul {
	width: 240px;
	float: left;
}
#wp_side #keyword ul li {
	float: left;
	color: #806D53;
	font-size: 16px;
	background-image: url(../img/column/keyword_tag.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 6px;
	margin-right: 6px;
}
#wp_side #keyword ul li a {
	color: #806D53;
}
#wp_side a {
	text-decoration: none !important;
}
#tagcloud {
}
#tagcloud a {
	float: left;
	color: #806D53;
	font-size: 16px;
	background-image: url(../img/column/keyword_tag.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 6px;
	margin-right: 6px;
}
/*___________ページャー ___________ */
.pager {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
a.page-numbers, .pager .current {
	background-color: #FFFFFF;
	border: solid 1px #FF73A2;
	border-radius: 3px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.pager .current {
	background-color: #FF73A2;
	border: solid 1px #FF73A2;
	color: #ffffff;
}
.pager a:hover {
	color: #ffffff;
	border: solid 1px #FF73A2;
	background-color: #FF73A2;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 






/****************************************

こちらのコラムもオススメ（3件）

*****************************************/
#related-entries .title_pickup {
	width: 700px;
	float: left;
	margin-bottom: 20px;
}
#related-entries .related-entry {
	line-height: 150%;
	margin-bottom: 20px;
	width: 200px;
	float: left;
	margin-right: 45px;
	margin-left: 0 !important;
	list-style: none !important;
}
#related-entries ul {
	margin: 0px;
	padding: 0px;
}
#related-entries ul li {
	line-height: 150%;
	margin-bottom: 20px;
	width: 200px;
	float: left;
	margin-right: 45px;
}
#related-entries ul li:last-child {
	margin-right: 0px;
}
#related-entries .related-entry-thumb {
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 200px;
}
#related-entries img {
	width: 100%;
	height: auto;
}
#related-entries .related-entry-content {
}
.related-entry-title {
	margin-bottom: 5px;
	color: #666666;
}
.related-entry-title a {
	margin-bottom: 5px;
	color: #666666;
}
.related-entry-snippet {
	margin: 0 0 5px 0;
}
.related-entry-read {
	margin: 0;
	font-size: 12px;
}
.recommend_contents {
	margin-bottom: 30px;
}




/****************************************

前の投稿、次の投稿

*****************************************/
#next_prev {
	width: 700px;
	float: left;
	background-image: url(../img/column/next_prev_line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}
#next_prev .prev {
	width: 300px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
#next_prev .next {
	width: 300px;
	float: right;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
}
#next_prev .prev a {
	color: #666;
	text-decoration: none;
}
#next_prev .next a {
	color: #666;
	text-decoration: none;
}
#next_prev span {
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
}
.fb-like {
	margin-top: 30px;
}
.sbana {
	padding-bottom: 15px;
}
.sbana img {
	width: 100%;
	height: auto;
}
/****************************************

人気の記事ランキング（サイドバー）

*****************************************/
#wp_side #ranking2 {
	width: 240px;
	float: left;
	margin-bottom: 20px;
	display: block;
}
#wp_side #ranking2 .title {
	width: 240px;
	float: left;
	margin-bottom: 15px;
}
#wp_side #ranking2 ul {
	width: 240px;
	float: left;
}
#wp_side #ranking2 ul li {
	width: 240px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#wp_side #ranking2 ul li img {
	width: 90px;
	height: 45px;
	float: left;
	margin-right: 10px;
}
#wp_side #ranking2 ul li p {
	font-size: 14px;
	color: #806D53;
	line-height: 18px;
}
#wp_side #ranking2 ul li a {
	color: #333;
	font-size: 13px;
}


/****************************************

この記事が少しでもお役に立ったら、Twitter、Facebook、はてブでシェアを頂けると励みになります。

*****************************************/
.snsb {
	text-align: left;
}
.snsb li {
	display: inline;
	padding: 10px 1px;
	list-style: none !important;
	background: none;
	float: left;
}
#wp_page .fbcont {
	float: left;
	clear: both;
	background-color: #f78b98;
	margin: 30px 0 0 !important;
	height: 170px;
	overflow: hidden;
}
#wp_page .fbcont .fbLeft {
	float: left;
	width: 340px;
	height: 170px;
	overflow: hidden;
}
#wp_page .fbcont .fbLeft img {
	width: auto;
	height: 170px;
	min-height: 170px;
	margin: 0 !important;
}
#wp_page .fbcont .fbRight {
	float: right;
	width: 360px;
	padding: 20px 0;
	text-align: center;
}
#wp_page .fbcont .fbRight h4 {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #fff;
}
#wp_page .fbcont .fbRight p {
	clear: both;
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;
	padding: 5px 0;
}
.fb-like fb_iframe_widget {
	margin-top: -20px;
}


/****************************************

ボタン2つ（PCでは非表示）

*****************************************/
#wp_page ul.link {
	display: none;
}

/****************************************

バナー（関連記事もご覧くださいの上）

*****************************************/

#banner {
	display: block;
	text-align: center;
	margin: 0px auto 20px auto;
	width: 700px;
	float: left;
}
#banner img {
	width: 45%;
	margin: auto;
}
.screen-reader-text {
	display: none;
}

/****************************************

関連記事もご覧ください

*****************************************/
.kanren-title {
	background-color: #FA8B9A;
	color: #FFFFFF;
	font-size: 120%;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 680px;
	float: left;
}
#wp_page ul.kanren {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
	float: left;
}
#wp_page ul.kanren li {
	list-style: none;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: dotted 1px #DDDDDD;
	padding: 10px 0px 10px 0px;
}
#wp_page ul.kanren li a {
	color: #2B8BC3;
}




/****************************************

詳細ページの設定

*****************************************/
#wp_page {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 700px;
	float: left;
}
#wp_page .path {
	margin-bottom: 20px;
}
#wp_page img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wp_page img.size-full {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#wp_page img.size-large {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}





#wp_page .pic img {
	width: 100%;
	height: auto;
}

#wp_page h1 {
	color: #444;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 15px;
	margin-bottom: 20px;
}
#wp_page h2 {
	color: #333;
	border-bottom: solid 2px #EF7581;
	font-size: 20px;
	line-height: 1.2em;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
#wp_page h3 {
	font-size: 20px;
	color: #ff7581;
	font-weight: bold;
	padding: 20px 0 0px 0;
	margin: 0;
	line-height: normal;
}
#wp_page p {
	width: auto;
	color: #333;
	font-size: 15px;
	line-height: 27px;
	margin: 15px 0px 15px 0px;
	padding: 0;
}




#wp_page ul {
	width: 100%;
}


#wp_page ul.mokuji {
	width: auto;
	float: none;
	padding: 0px 0px;
	margin: 15px 0px 15px 0px;
}
#wp_page ul.mokuji li {
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 3px 0px 3px 0px;
	list-style: disc;
	font-size: 120%;
	line-height: 22px;
}

#wp_page ol {
	padding-bottom: 15px;
}
#wp_page ol li {
	font-weight: bold;
	list-style: decimal;
	margin-left: 20px;
	padding: 5px 0;
	line-height: normal;
}




#wp_page ul#pink-1 {
	width: auto;
	float: none;
	padding: 0px 0px;
	margin: 15px 0px 15px 0px;
}
#wp_page ul#pink-1 li {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	list-style: none;
	font-size: 120%;
	line-height: 22px;


}
#wp_page ul#pink-1 li .text {
	display: block;
}


#wp_page ul#pink-2 {
	width: auto;
	float: none;
	padding: 0px 0px;
	margin: 15px 0px 15px 0px;
}
#wp_page ul#pink-2 li {
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 3px 0px 3px 0px;
	list-style: disc;
	font-size: 120%;
	line-height: 22px;
}
#wp_page ul#pink-2 li .text {
	display: block;
}






#wp_page ol#pink-1 {
	width: auto;
	float: none;
	padding: 0px 0px 0px 20px;
	margin: 15px 0px 15px 0px;
}
#wp_page ol#pink-1 li {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	list-style: decimal;
	font-size: 120%;
	line-height: 22px;


}
#wp_page ol#pink-1 li .text {
	display: block;
}






#wp_page .bg {
	width: auto;
	border:solid 1px #BDBDBD;
	padding: 0px 15px;
}









blockquote {
	word-wrap: break-word;
	background-color: #eee;
	padding: 1.5em 20px 1em;
	position: relative;
	height: auto;
	margin: 0 0 20px;
}
blockquote p {
	width: auto !important;
	padding: 0;
	color: #777 !important;
}
blockquote:before {
	content: "“";
	font-size: 400%;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック", sans-serif !important;
	color: #bbb;
	position: absolute;
	left: 0;
	top: 0;
}
blockquote:after {
	content: "”";
	font-size: 400%;
	line-height: 0em;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #bbb;
	position: absolute;
	right: 0;
	bottom: 0;
}

#wp_page .movie {
	margin: auto;
	text-align: center;
	width: 700px;
	float: left;
	margin: 20px 0px;
}
#wp_page table {
	width: 100%;
}
#wp_page td {
	padding: 3px;
}



