/*
 Theme Name:   Writing-Office-Blog
 Template:     fsv002wp-basic-c05
*/



/*
Theme Name: FSV002WP BASIC CORPORATE 05 (BLACK)
Theme URI: http://www.templateking.jp/
Author: FirstServer,Inc.
Author URI: http://www.fsv.jp/
Description: A generic template that fits all kinds of business websites.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, three-columns, fluid-layout, responsive-layout, custom-background, custom-menu, flexible-header, theme-options, translation-ready
Text Domain: fsv002wpbasic
*/

/* --------- Form fields, general styles first  --------- */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
	border-color: #CAC291;
	background-color: #;
}

textarea {
	border-color: #CAC291;
	background-color: #f5f5f5;
}

/* =Header Layout
-------------------------------------------------------------- */

.site-header-area {
	border-color: #CAC291;
}

/* --------- Main Content Entry Meta --------- */

a[rel*="category"],
a[rel*="tag"] {
	background: #CAC291;
}

/* --------- Main Content Pager Settings  --------- */

.page-links > span {
	background: #CAC291;
}

/*.topmain-widget-area .widget-title {
	background-color: #CAC291;
}*/

/* --------- Dropdown List for Widget Archives, Widget Categories --------- */

.widget_archive select[name=archive-dropdown],
.widget_categories select.postform {
	background-color: #CAC291;
}

/* --------- Widget Calendar --------- */

#wp-calendar caption {
	background-color: #CAC291;
}

/* = Footer Copy Area
-------------------------------------------------------------- */

.footer-copy-area {
	line-height: 1;
	padding: 20px 0;
	padding: 2rem 0;
	background-color: #CAC291;
}

	/* --------- Navigation Menu --------- */

	#header-nav-area {
		background-color: #CAC291;
	}

	#site-navigation li ul li a {
		background: #CAC291;
	}

	#site-navigation li a:hover,
	#site-navigation li:hover {
		background: #5C5C5C;
	}

	#site-navigation li ul li a:hover {
		background: #5C5C5C;
	}


/* = Original Title
-------------------------------------------------------------- */


/* --------- Main Content Header --------- */


.topmain-widget-area section h3.top-recent-title {
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
	padding-top: 16px;
	padding-top: 1.6rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	/*border-top: #CCC 1px dotted;*/
	background: #F0EEE1 url("images/title_bg_02.png") no-repeat scroll left bottom;
}
.topmain-widget-area section h3.top-recent-title span {
	padding-right: 12px;
	padding-right: 1.2rem;
	padding-left: 12px;
	padding-left: 1.2rem;
}
.topmain-widget-area section h3.top-recent-title span a {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}

/* --------- Main Content Entry Meta --------- */

.topmain-widget-area section .entry-meta_top .post-categories {
	overflow: hidden;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}

.topmain-widget-area section .entry-meta_top .post-categories li {
	float: right;
	/*display: inline;*/
}

.topmain-widget-area section .entry-meta_top a[rel*="category"] {
	margin-right: 0px;
	margin-right: 0rem;
	margin-left: 10px;
	margin-left: 1rem;
}


	/* --------- 2 Columns Right-Sidebar Basic Layout --------- */

	/*body.column-2r .main-content-wrap {
		width: 80%;
	}
	body.column-2r .sidebar-right {
		width: 20%;
	}*/
	
#text-5 div {
	text-align: center;
}
#text-5 p {
	text-align: left;
}


/* --------- Main Content Comments Area  --------- */
.form-allowed-tags {
	display: none;
}


@media screen and (max-width: 460px){
.bx-wrapper .bx-caption {display:none;}
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}



@media screen and (max-width: 460px){
.bx-wrapper .bx-caption {display:none;}
}



#post-2253 .entry-content table th {
	width: 40%;
}
@media screen and (max-width: 786px){
#post-2253 .entry-content table th {
	width: 100%;
}
}
#post-2253 .entry-content h4.attention {
	color: #C00;
}
#post-2253 .entry-content input[name="element-0"] {
        height: 35px !important;
}
#post-2253 .entry-content input[name="element-1"] {
        height: 35px !important;
}
#post-2253 .entry-content input[name="element-15"] {
        height: 30px !important;
}
#post-2253 .entry-content input[name="element-17"] {
        height: 30px !important;
}/*メールアドレス【確認用】*/
#post-2253 .entry-content input[name="element-3"] {
        height: 35px !important;
}
#post-2253 .entry-content input[name="element-5"] {
        height: 35px !important;
}
#post-2253 .entry-content input[name="element-8"] {
        height: 35px !important;
}
#post-2253 .entry-content input[name="element-14"] {
        height: 35px !important;
}
#post-2253 .entry-content textarea[name="element-12"] {
        width: 80%;
        height: 256px !important;
}