@charset "UTF-8";
/*  
Theme Name: theme01
Description: ベーシックテーマ
Version: 1.1
Author: Tetsuya Hirata
Author URI: http://htdesign.jp/
*/

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

 初期設定

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

/* change min-width to suit your needs */
#wrapper { min-width:; }

#header, #footer, #main { min-width:; }

html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url(img/background.png) repeat-x #fff;
	line-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	color: #000;
	vertical-align: baseline;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

a { color: #c6c; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; cursor: pointer; outline: none; }

a:hover { text-decoration:underline; }

table { border-collapse: collapse; border-spacing: 0; table-layout:fixed; }

input[type="submit"]{ cursor: pointer; border: none; }

textarea{ resize: vertical; overflow: hidden; }

input, select { vertical-align: middle; }

input, textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

li { list-style: none; }

img { max-width: 100%; height: auto; vertical-align: middle; }

/* ie 8 img max-width */
@media \0screen {
	img { width: auto; }
}

/* easy_map_creator表示バグ対策 */
div.easy_map_creator img { max-width: none; }

a img { opacity: 1; -webkit-transition: .2s linear; -moz-transition: .2s linear; }

a:hover img { opacity: .5; -ms-filter: "alpha( opacity=50 )"; filter: alpha( opacity=50 ); }

address { font-style: normal; }

sup { font-size: 63%;/*10px*/ line-height: 100%; vertical-align: super; }

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

 共通要素

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

#wrap { background: #fff; width: 940px; margin: 10px auto; padding: 25px; overflow: hidden; border: #ede solid 1px; border-radius: 3px; }

/* header */
#header { padding: 0; margin: 0; }

.header-top { background: #fff; position: relative; overflow: hidden; }

.site-logo { font-size: 88%;/*14px*/ font-weight: bold; line-height: 140%; padding: 0 0 10px 2px; display: inline-block; }

.site-description { color: #999; font-size: 88%;/*14px*/ font-weight: bold; line-height: 140%; padding: 0 0 10px 2px; display: inline-block; }

#header .dial { float: right; /*position: absolute; right: 0;*/ }

#header .dial .number { font-size: 113%;/*18px*/ line-height: 140%; font-weight: bold; font-style: normal; letter-spacing: 1px; }

#header .dial .number i { font-size: 110%; margin-right: 5px; }

#header .dial p { font-size: 75%;/*12px*/ line-height: 160%; margin-bottom: 0; }

.h-navi { position: absolute; top: 0; right: 2px; font-size: 0; }

.h-navi li { font-size: 14px; line-height: 140%; display: inline; padding-left: 20px; }

.h-navi li i { margin-right: 2px; color: #ece; }

/* gmenu */
#gmenu { background: url(img/menu-bg.png) repeat-x 0 0 #606; width: 100%; clear: both; }

#gmenu .show-hide { display: none; }

#gmenu ul { padding: 0; position: relative; }

#gmenu ul li { line-height: 100%; text-align: center; float: left; }

#gmenu ul li a { display: block; position: relative; -webkit-transition: .2s linear; -moz-transition: .2s linear; }

#gmenu ul li a:hover img { opacity: 1; -ms-filter: none; filter: none; }

/* 子メニュー */
#gmenu ul li ul { display: none; margin: 0; padding: 0; }

#gmenu ul li:hover ul {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display: block;
	opacity: 0.95;
	position: absolute;
	z-index: 100;
}

#gmenu ul li:hover li { font-size: 88%;/*14px*/ line-height: 160%; border-bottom: 1px solid #e9e9e9; float: none; position: relative; }

#gmenu ul li:hover li a { background: #fff; border-right: none; color: #606; font-weight: normal; text-align: left; filter: none; padding: 7px 30px 7px 29px; text-align: center; }

#gmenu ul li:hover li a:hover { background-color: #fef; text-decoration: none; filter: none; }

#gmenu ul li:hover li a:hover::after { content: none; }

/* 孫メニュー */
#gmenu ul li:hover ul li:hover ul,
#gmenu ul li:hover ul li:hover ul li { display: block; }

#gmenu ul li:hover ul li:hover ul { border-top: 1px solid #ccc; }

#gmenu ul li:hover ul li ul,
#gmenu ul li:hover ul li ul li { display: none; }

#gmenu ul li:hover ul li:hover ul { position: absolute; left: 200px; top: 10px; border-top: none; }

/* pan-list */
.panlist { padding: 15px 2px 0; }

.breadcrumbs li { display: inline; font-size: 12px; line-height: 160%; }

.breadcrumbs li i { color: #aaa; margin: 0 10px; }

.panhome a i { color: #aaa; font-size: 115%; margin: 0 5px 0 0; }

/* container */
#container { padding: 25px 0; overflow: hidden; }

#content { width: 890px; margin: 0 auto; }

#content-col { width: 680px; float: right; margin: 0; }

#side { width: 230px; float: left; }

#side h2 { background: url(img/common/s-line.gif) no-repeat 8px center #ede; font-size: 88%;/*14px*/ line-height: 140%; padding: 13px 10px 10px 20px; position: relative; border-radius: 2px; }

#side ul { margin: 0 0 30px; padding: 0; }

#side ul li { list-style: none; padding: 7px 0; margin: 0; }

#side ul li { border-bottom: 1px solid #fef; }

/* #side ul li+li { border-top: 1px solid #e6e6e6; } */

#side ul li a { background: url(img/icon-arrow-s.png) no-repeat 6px center; color: #000; font-size: 88%;/*14px*/ line-height: 140%; display: block; padding: 7px 7px 7px 21px; margin: 0; }

#side ul li a span { color: #999; font-size: 75%;/*12px*/ }

#side ul .current-menu-parent a, #side ul .current-page-parent a { background-color: #f2f2f2; }

#side ul a:hover, #side ul .current-menu-item a { background-color: #c6c; color: #fff; text-decoration: none; border-radius: 2px; }

/* ul（第2階層） */
/*#side li ul { margin-top: 7px; border-top: 1px solid #e9e9e9; }*/

#side li ul li { padding-bottom: 0; border-bottom: none; }

#side li ul li a { font-size: 75%;/*12px*/ background: none; }

#side li ul li a:hover, #side li ul li.current-menu-item a, #side li ul li.current_page_item a { color: #fff; background: #606; }

#side ul .current-menu-parent ul a, #side ul .current-page-parent ul a,
#side ul .current-menu-item ul a, #side ul .current_page_item ul a { background: #f2f2f2; color: #000; }

/* ul（第3階層） */
#side li ul li.current-menu-item ul a { background: #fff; }

#side li ul ul li { border-bottom: none; border-top: 1px solid #eee; }

#side li ul ul li a { padding: 11px 10px 9px 34px; }

#side li ul ul li a:hover, #side li ul ul li.current-menu-item a { background: #f5f5f5; }

/* pagetop */
#pagetop { position: fixed; right: 0; bottom: 30px; z-index: 100; }

#pagetop a { font-size: 75%;/*12px*/ color: #fff; display: block; padding: 20px; background: #306; letter-spacing: 2px; -webkit-transition: .2s linear; -moz-transition: .2s linear; }

#pagetop a:hover { background: #96c; text-decoration: none; }

#pagetop a i { font-size: 110%; margin-right: 3px; }

/* contact-box */
.contact-box { background: #f6f6f6; border: 1px solid #e8e8e8; padding: 20px; margin-bottom: 40px; overflow: hidden; border-radius: 2px; }

.contact-box .dial { font-size: 88%;/*14px*/ line-height: 160%; float: left; }

.contact-box .number { font-size: 175%;/*28px*/ line-height: 140%; font-weight: bold; letter-spacing: 2px; }

.contact-box .number i { font-size: 110%; margin-right: 5px; }

.contact-box a.mail { float: right; background: #606; color: #fff; font-size: 125%;/*20px*/ font-weight: bold; line-height: 185%; text-align: center; padding: 20px; display: block; border-radius: 2px;
-webkit-transition: .2s linear; -moz-transition: .2s linear; }

.contact-box a.mail i { font-size: 120%; margin-right: 5px; }

.contact-box a.mail:hover { background-color: #c6c; text-decoration: none; }

/* footer */
#footer { width: 100%; border-top: 4px solid #ede; background: #fff; clear: both; }

.footer-inner { padding: 25px 0; overflow: hidden; }

.footer-inner .com-info { width: 27.272727%; float: left; margin-bottom: 20px; }

.footer-inner .com-info h3, .footer-inner .com-info h4 { font-size: 100%;/*16px*/ line-height: 180%; }

.footer-inner .com-info p { font-size: 75%;/*12px*/ line-height: 160%; margin-bottom: 15px; }

.footer-inner .right-box { width: 68.829787%; float: right; }

.footer-inner p.info { font-size: 100%; font-weight: bold; color: #c39; line-height: 180%; margin-bottom: 2px; }

.footer-inner .contact-box { background: #fef; border-color: #fef; margin-bottom: 20px; }

.footer-inner .contact-box a.mail { padding: 20px 50px; }

.f-navi { overflow: hidden; position: relative; }

.f-navi li { font-size: 75%;/*12px*/ line-height: 160%; position: relative; float: left; margin: 0  0 20px; padding: 0 19px; border-left: 1px solid #ddd; }

.f-navi li:last-child { border-right: 1px solid #ddd; }

.copy { width: 100%; color: #999; font-size: 75%;/*12px*/ line-height: 160%; padding: 0; text-align: center; }

/* other */
img.alignleft { float: left; margin: 0 20px 20px 0; }

img.alignright { float: right; margin: 0 0 20px 20px; }

img.aligncenter { clear: both; display: block; margin: 0 auto 20px; }

ul.disc, ul.numb { padding-left: 1.5em; margin-bottom: 20px; }

ul.disc li { list-style: disc; }

ul.numb li { list-style: decimal; }

.frame { color: #666; background: #fcfcfc; border: 1px solid #e8e8e8; padding: 20px 20px 0; margin-bottom: 40px; border-radius: 2px; }

.frame h2:first-child, .frame h3:first-child, .frame h4:first-child, .frame h5:first-child { margin-top: 0; }

a.link-btn { color: #fff; background: #000; padding: 15px 20px; display: inline-block; border-radius: 2px; }

a.link-btn:hover { background: #444; text-decoration: none; }

a.link-btn i { margin-right: 5px; }

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

 トップページ

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

/* slider */
/*.bx-viewport { width: 1100px !important; margin: 0 auto !important; overflow: visible !important; }*/

#slider { width: 100%; }

.slider01 { width: 100%; background: url(img/top/bg_slider01.jpg) no-repeat center top; background-size: auto 570px; height: 570px; }

.slider02 { width: 100%; background: url(img/top/bg_slider02.jpg) no-repeat center top; background-size: auto 570px; height: 570px; }

.slider03 { width: 100%; background: url(img/top/bg_slider03.jpg) no-repeat center top; background-size: auto 570px; height: 570px; }

.bx-controls-direction { width: 100%; position: relative; }

.bx-next, .bx-prev { position: absolute; width: 60px; height: 60px; z-index: 100; top: -315px; text-indent: -9999px; }

.bx-prev { left: 0; background: url(img/prev-icon.gif) no-repeat left center; }

.bx-next { right: 0; background: url(img/next-icon.gif) no-repeat left center; }

.bx-prev:hover { background: url(img/prev-icon-on.gif) no-repeat left center; }

.bx-next:hover { background: url(img/next-icon-on.gif) no-repeat left center; }

/* container */
#content-tp { float: left; width: 415px; }

#side-tp { float: right; width: 500px; }

#content-tp h2, #side-tp h2 { font-size: 100%;/*16px*/ line-height: 140%; color: #606; background: url(img/title-bg-s.png) 5px center no-repeat #fef; border: #ede solid 2px; padding: 10px 10px 8px 35px; margin: 0 0 15px; }

#content-tp h3, #side-tp h3 { font-size: 100%;/*16px*/ line-height: 140%; border-top: 4px solid #e2e2e2; padding: 16px 0 0; margin: 40px 0 25px; }

#content-tp p, #side-tp p { font-size: 88%;/*14px*/ line-height: 180%; margin-bottom: 15px; }

#content-tp ul, #side-tp ul { padding: 0 2px; }

#content-tp li, #side-tp li { font-size: 88%;/*14px*/ line-height: 180%; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #e5e5e5; }

#content-btm { background: #f6f6f6; padding: 50px 0; }

/* info-list-tp */
.info-list-tp { margin-bottom: 35px; position: relative; }

.info-list-tp ul { list-style: none; margin: 0; padding: 0; }

.info-list-tp .info-list-box { display: block; overflow: hidden; padding: 0 2px 10px; border-bottom: 1px dashed #e5e5e5; position: relative; margin-bottom: 10px; }

.info-list-tp .info-date { font-size: 88%;/*14px*/ line-height: 180%; color: #aaa; margin-right: 5px; }

.info-list-tp .info-cate a { background: #606; color: #fff; font-size: 63%;/*10px*/ line-height: 120%; margin-right: 5px; padding: 3px 4px 2px; letter-spacing: 1px; vertical-align: middle; border-radius: 2px; }

.info-list-tp .info-cate a:hover { text-decoration: none; }

.info-list-tp .entry-title { font-size: 88%;/*14px*/ line-height: 180%; font-weight: normal; }

.info-list-tp .entry-title a:hover { text-decoration: underline; }

.info-list-tp .thumb-img { width: 70px; height: 70px; margin-left: 15px; float: right; display: block; }

.info-list-tp .have-thumbnail { width: 326px; float: left; display: block; overflow: hidden; }

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

 アーカイブ

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

.arc-title { font-size: 163%;/*26px*/ font-weight: bold; line-height: 140%; color: #606; border-bottom: 4px solid #606; padding: 0 0 10px; margin: 0 0 40px; }

/* info-list */
.info-list { padding: 0 2px; position: relative; }

.info-list ul { list-style: none; margin: 0; padding: 0; }

.info-list .info-list-box { display: block; overflow: hidden; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dashed #e5e5e5; }

.info-list .info-date { font-size: 100%;/*16px*/ line-height: 100%; color: #aaa; margin-right: 5px; }

.info-list .info-cate a { background: #000; color: #fff; font-size: 63%;/*10px*/ line-height: 120%; margin-right: 5px; padding: 3px 4px 2px; letter-spacing: 1px; }

.info-list .info-cate a:hover { text-decoration: none; }

.info-list .entry-title { font-size: 18px; line-height: 180%; margin: 5px 0 0; }

.info-list .entry-title a:hover { text-decoration: underline; }

.info-list .thumb-img { width: 100px; margin-right: 30px; float: left; display: block; }

.info-list .have-thumbnail { width: 756px; float: left; display: block; overflow: hidden; }

/* pagenav */
#pagenav { padding-bottom: 30px; clear: both; }

#pagenav .number { padding: 5px 10px; margin-right: 5px; display: block; float: left; text-align: center; }

#pagenav a { color: #fff; background: #606; display: block; border-radius: 2px; }

#pagenav a:hover { background: #09b; text-decoration: none; }

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

 固定ページ

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

.page-title { font-size: 163%;/*26px*/ font-weight: bold; line-height: 140%; color: #606; background: #fef; border: #ede solid 2px; padding: 15px; margin: 0 0 25px; }

.content-page { margin: 0 0 40px 0; font-size: 100%; line-height: 180%; color: #333; }

.content-page p { margin-bottom: 20px; }

.content-page h1 { font-size: 150%;/*24px*/ line-height: 140%; }

.content-page h2.title2 { font-size: 138%;/*22px*/ line-height: 140%; background: url(img/common/h-line.gif) left bottom no-repeat; padding: 0 0 20px; margin: 80px 0 20px; }

.content-page h3.title3 { font-size: 125%;/*20px*/ line-height: 140%; border-bottom: 2px solid #e2e2e2; padding: 0 0 15px; margin: 80px 0 20px; }

.content-page h4.title4 { font-size: 113%;/*18px*/ line-height: 140%; border-left: #333 5px solid; padding: 5px 0 5px 15px; margin: 30px 0 20px; }

.content-page dl { margin-bottom: 20px; }

.content-page dt { float: left; clear: left; padding-bottom: 20px; }

.content-page dd { margin-bottom: 20px; padding: 0 0 20px 30%; border-bottom: 1px solid #e8e8e8; }

.content-page table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }

.content-page table th, .content-page table td { font-size: 88%;/*14px*/ margin: 0; border: 1px solid #ede; padding: 10px; vertical-align: middle; }

.content-page table th { width: 30%; background: #fef; font-weight: normal; }

.content-page table .bg01 { background: #fffdf5; }

/* サイドバー無し */
#content-l { float: left; width: 230px; margin-right: 30px; }

#content-l h1 { font-size: 163%;/*26px*/ line-height: 140%; color: #000; margin: 0 0 5px; letter-spacing: 2px; }

#content-l .sub-title { font-size: 100%; line-height: 140%; color: #aaa; letter-spacing: 2px; }

#content-l .index-button { margin-top: 40px; }

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

 シングル

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

.box-title { padding: 0; border-bottom: 1px dashed #ddd; margin: 0 0 15px; }

.box-title h1 { font-size: 163%;/*26px*/ font-weight: bold; line-height: 140%; margin: 0 0 10px; }

.box-meta { margin-bottom: 35px; font-size: 0; }

.box-time { color: #999; font-size: 14px; line-height: 120%; margin-right: 15px; display: inline-block; }

.box-cate { display: inline-block; }

.box-cate a { background: #606; color: #fff; font-size: 12px; line-height: 120%; margin-right: 15px; padding: 4px 6px; border-radius: 2px; }

.box-cate a:hover { background: #c6c; text-decoration: none; }

.content-entry { margin: 0 0 40px 0; font-size: 100%; line-height: 180%; color: #333; overflow: hidden; }

.content-entry p { margin-bottom: 20px; }

.content-entry h2 { font-size: 138%;/*22px*/ line-height: 140%; background: #f2f2f2; border-bottom: #aaa 1px dotted; padding: 20px 20px;margin: 80px 0 20px; font-weight: bold; }

.content-entry h3 { font-size: 125%;/*20px*/ line-height: 140%; border-bottom: 2px solid #e2e2e2; padding: 0 0 15px; margin: 80px 0 20px; }

.content-entry h4 { font-size: 113%;/*18px*/ line-height: 140%; border-left: #333 5px solid; padding: 5px 0 5px 15px; margin: 30px 0 20px; }

.content-entry blockquote { padding: 20px 20px 0; color: #666; border: #999 1px dotted; margin-bottom: 40px; border-radius: 2px; }

.content-entry blockquote h2:first-child, .content-entry blockquote h3:first-child, .content-entry blockquote h4:first-child, .content-entry blockquote h5:first-child { margin-top: 0; }

.list-back { text-align: center; margin-top: 30px; margin-bottom: 50px; overflow: hidden; }

.list-back a { color: #fff; background: #000; padding: 15px 20px; float: left; display: block; border-radius: 2px; }

.list-back a:hover { background: #444; text-decoration: none; }

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

 コメント

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

.commentwrap { color: #333; margin-bottom: 30px; position: relative; clear: both; }

.commentwrap h3 { font-size: 125%;/*20px*/ line-height: 140%; border-bottom: 2px solid #e2e2e2; padding: 0 0 15px; margin: 80px 0 20px; }

.commentwrap p { font-size: 88%;/*14px*/ line-height: 160%; margin-bottom: 15px; }

.commentwrap .pagenav { margin: 10px 0; }

.commentwrap .pagenav.top { margin: 0; position: absolute; top: 10px; right: 0; }

.commentlist { margin: 0 0 30px; }

.commentlist li { margin: 0; padding: 0 0 15px; list-style: none; position: relative; }

.commentlist .avatar { float: left; margin: 0 17px 0 0; }

.commentlist .post-body { overflow: hidden; }

.commentlist cite { font-size: 88%;/*14px*/ line-height: 160%; font-style: normal; font-weight: bold; }

.commentlist cite a { text-decoration: none; }

.commentlist .bypostauthor > .comment-author cite { background: url(images/icon-author-comment.png) no-repeat 0 2px; }

.commentlist .bullet { padding: 0 4px; font-size: 88%/*14px*/; line-height: 160%; color: #ccc; }

.commentlist .comment-time { color: #ccc; font-size: 88%;/*14px*/ line-height: 160%; text-transform: uppercase; }

.commentlist .commententry { border-bottom: solid 1px #e9e9e9; position: relative; min-height: 40px; overflow: hidden; word-wrap: break-word; }

/*.commentlist ul, .commentlist ol { margin: 0 0 0 65px; padding: 0; }*/

.commentlist .reply { position: absolute; top: 0; right: 0; }

.commentlist .comment-reply-link { font-size: 88%/*14px*/; line-height: 160%; }

.commentlist .comment-reply-link:hover { text-decoration: none; }

#respond { position: relative; clear: both; }

#respond #cancel-comment-reply-link { position: absolute; top: 0; right: 0; font-size: 75%; line-height: 120%; padding: 5px 10px; display: block; color: #fff; background: #606; border-radius: 2px; }

#respond #cancel-comment-reply-link i { font-size: 110%; margin-right: 3px; }

#respond #cancel-comment-reply-link:hover { background: #09b; text-decoration: none; }

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

 フォーム

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

.comment-form label { cursor: pointer; font-weight: bold; }

.content-page input[type="text"], .content-page input[type="email"], .content-page input[type="tel"], .content-page input[type="url"], .content-page textarea,
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { padding: 5px; background: #efefef; font-size: 14px; border: 1px solid #ddd; }

.content-page textarea,
.comment-form textarea { width: 100%; height: auto; }

.content-page select { font-size: 100%; }

.content-page input[type="submit"],
.comment-form input[type="submit"] { color: #fff; font-size: 100%; background: #000; padding: 15px 20px; border-radius: 2px; }

.content-page input[type="submit"]:hover,
.comment-form input[type="submit"]:hover { background: #444; }

.req { color: #f00; font-size: 12px; font-weight: normal; }

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

 プラグイン

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

/* contact form7 */
.wpcf7 sup { color: #f00; }

/* 入力漏れ */
span.wpcf7-not-valid-tip { color: #f00; background: #fee !important; border: 1px solid #f00 !important; font-size: 12px !important; max-width: 240px; padding: 5px !important; }

/* エラー */
div.wpcf7-validation-errors { color: #f00; font-weight: bold; background: #fee !important; border: 2px solid #f00 !important; }

div.wpcf7-response-output { margin: 10px 0 !important; padding: 10px !important; }

/* 送信OK */
div.wpcf7-mail-sent-ok { color: #369; font-weight: bold; background: #ecf5ff; !important; border: 2px solid #369 !important; }

/* facebook Like Box */
.fb-like-box, .fb-like-box span, .fb-like-box iframe { width: 100% !important; }