@charset "utf-8";
/*
Theme Name: 女性人材データバンク（PC）
Theme URI: http://www.doya-doya.com/
Description: 2013年版の WordPress テーマ「コーポレート01」をベースに、「女性人材データバンク」サイト用にカスタマイズしました。
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/************************************************
目次
************************************************ */

/*** 目次見出し ***
- Reset default browser CSS
- Global Elements
- CSS Library
- Layout
- header
- menu
- mainimage
- pankuz
- content
- sidebox
- pagetop
- footer

*/

/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}


/* ============================
   Global Elements
/* ============================ */

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea,
select{
	color: #000;
	line-height: 1.6;
	font-size: 16px;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	/*font-family: "ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;*/
}
body{
	background: url(images/bg_body.png) center top no-repeat;
}
body.home{
	background: url(images/bg_body_home.png) center top no-repeat fixed;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	padding: 0 0 0 1.5em;
	margin: 10px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #dfcdcd;
	padding: 5px;
}
select{
	border: 1px solid #dfcdcd;
	padding: 5px;
}
a:link {
	color: #010101;
}
a:visited {
	color: #010101;
}
a:hover {
	text-decoration: underline;
}

/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}

/* キャプション機能用
----------------------------- */
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* ギャラリー機能用
----------------------------- */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
}
/* カラム毎のサイズ
----------------------------- */
.gallery-columns-1 .gallery-item {width: 25%;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16%;}
.gallery-columns-7 .gallery-item {width: 14%;}
.gallery-columns-8 .gallery-item {width: 12%;}
.gallery-columns-9 .gallery-item {width: 11%;}

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}
.font-large{ font-size: 1.15em !important;}
.f_col01{color: #c13f3f;}

/* 画像
----------------------------- */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}

.docarea30{
	margin: 30px;
	padding: 30px;
}
.bdr01{
	border: solid 1px #ccc;
}
.bdr02{
	border: solid 1px #d1787c;
}

/* ソーシャルプラグイン
----------------------------- */
.entry-social{
	overflow: hidden;
	clear: both;
	height: 20px;
	text-align: left;
}
.single .entry-social{
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
	background: #f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
	padding: 10px 10px 10px 10px;
}
.entry-social iframe{
	border: 0 !important;
}
.entry-social .twitter{
	float: left;
	width: 100px;
}
.entry-social .facebook{
	float: left;
	width: 110px;
}
.entry-social .googleplus{
	float: left;
}


/* ============================
   Layout
/* ============================ */
#main,
#colophon,
#footer {
	margin: 0 auto 0 auto;
	width: 980px;
}
#content{
	float: left;
	margin: 0 0 0 0;
	width: 780px;
}
.home #main,
.home #content{
	width: 100%;
}
.home #content .contentsarea{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#sidebox{
	float: right;
	overflow: hidden;
	width: 160px;
	margin-bottom: 30px;
}
#footer {
	clear: both;
	width: 100%;
}


/* ============================
   header
/* ============================ */
#header {
	width:100%;
	height:150px;
	margin: 0;
	top		: 0;
	left		: 0;
	background: url(images/bg_header.png) 0 0 repeat-x;
}
#header .header_in{
	display: block;
	position: relative;
	width: 980px;
	height: 150px;
	margin: 0 auto;
}

#site-title {
	display: block;
	position: absolute;
	top: 98px;
	left: 273px;
	width: 434px;
	height: 30px;
}
#site-title a {
	display: block;
	width: 434px;
	height: 30px;
}
#site-title a img{
	display: block;
	width: 434px;
	height: 30px;
}
#site-description {
	position: absolute;
	top: 70px;
	left: 340px;
	width: 300px;
	font-size: 13px;
	color: #131a4d;
	text-align: center;
	letter-spacing: 3px;
}

#header-navi {
	position	: fixed;
	width:100%;
	height:44px;
	margin: 0;
	top		: 0;
	left		: 0;
	background: #fff;
	border-bottom: solid 1px #d8d8d8;
	z-index		: 9999;
}
#header-navi .header-navi_in{
	display: block;
	position: relative;
	width: 980px;
	height: 150px;
	margin: 0 auto;
}
#hhome{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 42px;
	_height: 42px;
	border-bottom: solid 2px #a93333;
}
#hhome a{
	display: block;
	padding: 15px 0;
	text-align: center;
	font-size: 13px;
	line-height: 110%;
	text-decoration: none;
}

#contact{
	position: absolute;
	top: 9px;
	right: 0;
	width: 145px;
}
#contact a{
	display: block;
	padding: 5px 0;
	background: #131a4d;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #fff;
	text-align: center;
	line-height: 110%;
	text-decoration: none;
}
#contact a:hover{
	background: #27327c;
}

/*== FontSize ==*/
#h_fontsize {
	position	: absolute;
	top			: 7px;
	right		: 0;
	width		: 200px;
	padding: 3px 0;
	background: #131a4d;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #fff;
	text-align: center;
	line-height: 110%;
	text-decoration: none;
	font-size	: 12px;
	}
#fontbox {
	float		: left;
	margin		: 5px 0 0 15px;
	padding: 0;
	}
#h_fontsize ul {
	float		: right;
	width: 120px;
	margin: 0;
	padding: 0;
	}
#h_fontsize li {
	float		: left;
	margin		: 0 4px 0 0;
	list-style-type: none;
	}
#h_fontsize li a {
	display		: block;
	width: 45px;
	color		: #fff;
	text-align	: center;
	text-decoration	: none;
	padding		: 3px 0;
	background	: #none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 15px;
	}
#h_fontsize li.size_m a {
	display		: block;
	width: 45px;
	color		: #000;
	text-align	: center;
	text-decoration	: none;
	padding		: 3px 0;
	background	: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

/* ============================
   menu
/* ============================ */
#access {
	position: absolute;
	top: 13px;
	right: 200px;
}
#access .menu-header {
	margin: 0;
}
#access .menu-header ul{
	list-style: none;
	margin: 0;
}
#access .menu-header li{
	position: relative;
	display: inline;
	float: right;
	padding: 0 15px;
	border-left: 1px solid #d5d5d5;
	line-height: 110% !important;
}
#access .menu-header li a{
	color: #000;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	text-decoration: none;
	font-size: 13px !important;
	line-height: 110% !important;
}
#access .menu-header li a:hover{
	text-decoration: underline;
}

/* ============================
   CTitle
/* ============================ */
#CTitle{
	position: relative;
	display: block;
	width: 980px;
	height: 85px;
	margin: 0 auto;
	padding: 0;
}
#CTitle h1{
	position: absolute;
	display: block;
	bottom: 15px;
	left: 0;
	font-size: 24px;
	color: #fff;
}

/* ============================
   pankuz
/* ============================ */
#pankuzu{
	width:960px;
	margin: 30px auto 0 auto;
	padding: 10px 0 0 0;
	font-size:11px;
}

/* ============================
   content
/* ============================ */
#main {
	clear: both;
	overflow: hidden;
	width: 980px;
	padding: 30px 0 0 0;
	position: relative;
	margin: 0 auto;
	background: #fff;
}
#content {
	margin: 0 auto;
	background: #fff;
	/zoom : 1;
}
#content:after{content : ''; display : block; clear : both;}

#content{
	/*color: #333;*/
}
#content input{
	font-size: 13px;
	line-height: 1.6;
	padding:5px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

/* 見出し
----------------------------- */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h1.entry-title{
	font-weight: bold;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 20px;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #000;
	border-top: 3px solid #0080cc;
	padding-top: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}
#sidebox h2{
	color: #000;
	background: none;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-bottom: 25px;
	padding: 0;
	font-size: 30px;
	border:none !important;
}

#content h3.page-title,
#content h3.entry-title,
.example_title{
	display: block;
	margin: 0 0 1.5em 0 !important;
	padding: 20px 0 21px 0 !important;
	/*background: #ffffff url(images/line1.gif) 0 bottom repeat-x !important;*/
	border-bottom: solid 1px #1a70b5 !important;
	border-radius		: 0 !important;    /* CSS3 */
	-moz-border-radius	: 0 !important;    /* Firefox */
	-webkit-border-radius: 0 !important; /* Safari,Chrome */
	font-size: 24px !important;
	line-height: 110% !important;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
	font-weight: normal;
	color: #000;
	text-align: left;
	}
	#content h3.entry-title a{
		color: #000000 !important;
		}
.home #content h2{
	border: none;
	padding: 0;
	font-size: 1px;
}
#content h2{
	background: none;
	border-bottom: 1px solid #d1787c;
	padding-bottom: 5px;
	font-size: 21px;
	position: relative;
}
#content h3{
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #0080CC;
	font-size: 16px;
	clear: none;
}

#content h4{
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0 7px 0 12px;
	border-left: solid 5px #c13f3f;
	color: #000;
	font-size: 16px;
}

/* テーブル
----------------------------- */
#content table {
	border: 1px solid #cccccc;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	background: #fff;
}
#content table tr th {
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #f5f5f5;
	white-space: nowrap;
	text-align: center;
	width: 27%;
}
#content table tr th span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#content table tr td {
	border: 1px solid #cccccc;
	padding: 10px;
}

/* iframe
----------------------------- */
#content iframe{
	border: 1px solid #e5e5e5;
}

/* トップページ
----------------------------- */
#tophead{
	position: relative;
	width: 980px;
	height: 450px;
	margin: 0 auto;
}
#tophead .maincopy{
	position: absolute;
	display: block;
	width: 620px;
	top: 60px;
	left: 180px;
	color: #fff;
}
#tophead .maincopy .title{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 21px;
}
#tophead .maincopy .textwidget{
	display: block;
	line-height: 160%;
}
#tophead .top-searchbox{
	position: absolute;
	display: block;
	width: 760px;
	_width: 760px;
	height: 105px;
	_height: 105px;
	bottom: 40px;
	left: 78px;
	background: #f6e9e9;
	border: solid 7px rgba(220,220,220,0.3);
	background-clip: padding-box;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 25px;
}
#tophead .top-searchbox:after{
	clear: both;
	content: "";
	display: block;
}
#tophead .top-searchbox h2{
	position: absolute;
	display: block;
	width: 171px;
	top: 25px;
	left: 22px;
	margin: 0;
	font-size: 1px;
}
#tophead .top-searchbox .more{
	position: absolute;
	display: block;
	width: 200px;
	top: 26px;
	right: 130px;
	text-align: right;
}
#tophead .top-searchbox .more a{
	padding: 3px 26px 0 0;
	background: url(images/icn_loupe.png) right center no-repeat;
	text-decoration: none;
	line-height: 110%;
	font-size: 13px;
}
#tophead .top-searchbox .more a:hover{
	text-decoration: underline;
}
#tophead .top-searchbox .list{
	position: absolute;
	display: block;
	width: 120px;
	top: 26px;
	right: 25px;
	text-align: right;
}
#tophead .top-searchbox .list a{
	padding: 3px 26px 0 0;
	background: url(images/listmark02.png) right center no-repeat;
	text-decoration: none;
	line-height: 110%;
	font-size: 13px;
}
#tophead .top-searchbox .list a:hover{
	text-decoration: underline;
}
#tophead .top-searchbox .search1{
	position: absolute;
	display: block;
	width: 225px;
	top: 70px;
	left: 25px;
}
#tophead .top-searchbox .search1 select{
}
#tophead .top-searchbox .search2{
	position: absolute;
	display: block;
	width: 130px;
	top: 70px;
	left: 235px;
}
#tophead .top-searchbox select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 4px 40px 5px 5px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

#tophead .top-searchbox .custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border: solid 1px #ddcdcd;
  background-color: white;
}
.custom > select {
  width: 120%;
  padding: 4px 40px 5px 5px;
  font-size: 13px;
}
.custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2em;
  display: block;
  content: "";
  background: url(images/dropdown.png) center no-repeat;
  pointer-events: none;
}
#tophead .top-searchbox .custom > select {
  /*width: auto;*/
}

#tophead .top-searchbox .search3{
	position: absolute;
	display: block;
	width: 200px;
	top: 70px;
	left: 385px;
}
#tophead .top-searchbox .search3 input{
	width: 200px;
}
#tophead .top-searchbox .search1 .item,
#tophead .top-searchbox .search2 .item,
#tophead .top-searchbox .search3 .item{
	margin-bottom: 5px;
	font-size: 13px;
}
#tophead .top-searchbox .go{
	position: absolute;
	display: block;
	width: 155px;
	top: 75px;
	right: 25px;
	text-align: right;
}
#tophead .top-searchbox .go input{
	width: 155px;
	padding: 16px 0;
	background: #c13f3f;
	border: 0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
	text-decoration	: none;
	cursor: pointer;
}
#tophead .top-searchbox .go input:hover{
	background: #e75353;
}
#newfacebox{
	display: block;
	position: absolute;
	width: 196px;
	height: 385px;
	top: 50px;
	right: 20px;
	background: url(images/newfacebox.png) center top no-repeat;
	z-index: 999;
}
#newfacebox .sagscroller{
	display: block;
	position: absolute;
	width: 120px;
	height:255px;
	top: 105px;
	left: 38px;
	overflow:hidden;
}
#newfacebox .sagscroller ul{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
}
#newfacebox ul li{
	display: block;
	float: left;
	width: 120px;
	height:255px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 120%;
}
#newfacebox ul li .thumbnail a{
	display: block;
}
#newfacebox ul li .thumbnail img{
	width: 110px;
	_width: 110px;
	height: 150px;
	_height: 150px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 5px #eeeeee;
}
#newfacebox ul li .field{
	display: block;
	color: #c13f3f;
	font-size: 12px;
}
#newfacebox ul li .name{
	display: block;
	font-size: 13px;
}
#newfacebox ul li .name a{
	text-decoration: none;
}
#newfacebox ul li .name a:hover{
	text-decoration: underline;
}
#newfacebox ul li .add{
	display: block;
	font-size: 11px;
	color: #c13f3f;
}
#top-about{
	width: 100%;
	padding: 50px 0 30px 0;
	background: url(images/bg_about.png) center top no-repeat;
}
#top-about h2{
	margin: 0 auto 40px auto;
	text-align: center;
}
#top-about .text{
	float: left;
	width: 520px;
	padding-top: 35px;
}
#top-about .text .more{
	width: 180px;
	margin: 30px auto 0 auto;
}
#top-about .text .more a{
	display: block;
	margin: 0;
	padding: 7px 0;
	background: #fff;
	border: solid 1px #c13f3f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	line-height: 110%;
	text-decoration: none;
}
#top-about .text .more a:hover{
	background: #c13f3f;
	color: #fff;
}
#top-step{
	width: 100%;
	padding: 40px 0;
	background: url(images/bg_step.png);
}
#top-step h2{
	width: 330px;
	margin: 0 auto 35px auto;
	text-align: center;
}
#top-step .text{
	width: 730px;
	margin: 20px auto 0 auto;
}
#top-step .text ol{
	padding: 0 0 0 20px;
	margin: 10px;
}

#search-random{
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 35px 0;
}
#search-random:after{
	clear: both;
	content: "";
	display: block;
}
#search-random h2{
	width: 127px;
	float: left;
	margin-bottom: 20px;
}
#search-random .more{
	width: 120px;
	float: right;
	margin-top: 2px;
}
#search-random .more a{
	padding: 3px 26px 0 0;
	background: url(images/listmark02.png) right center no-repeat;
	text-align: right;
	text-decoration: none;
	line-height: 110%;
}
#search-random .more a:hover{
	text-decoration: underline;
}
#search-random #slide {
    clear: both;
    height: 240px;
    _height: 240px;
    position: relative;
    padding-top: 10px;
}

#search-random .slideCtrl {
    position: absolute;
    top: 70px;
    cursor: pointer;
}
 
#search-random #slide .left {
    right: 10px;
}
 
#search-random #slide .right {
    left: 10px;
}
#search-random ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#search-random ul:after{
	clear: both;
	content: "";
	display: block;
}

/*-- ▼PlofileList --*/
ul.PlofileList{
	margin: 0;
	padding: 0;
}
ul.PlofileList li{
	display: block;
	float: left;
	width: 120px;
    height: 250px;
	margin: 0 20px 0 0;
	padding: 0;
}
ul.PlofileList li .thumbnail a{
	display: block;
	position: relative;
}
ul.PlofileList li .thumbnail a .newface{
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	top: -10px;
	left: -5px;
	background: url(images/newface.png) 0 0 no-repeat;
	z-index: 98;
}
ul.PlofileList li .thumbnail img{
	width: 110px;
	_width: 110px;
	height: 150px;
	_height: 150px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 5px #eeeeee;
}
ul.PlofileList li .field{
	display: block;
	color: #c13f3f;
}
ul.PlofileList li .name{
	display: block;
}
ul.PlofileList li .name a{
	text-decoration: none;
}
ul.PlofileList li .name a:hover{
	text-decoration: underline;
}
ul.PlofileList li .add{
	display: block;
	font-size: 12px;
	color: #c13f3f;
}
/*-- ▲PlofileList --*/

#search-etc{
	width: 100%;
	background: #f5f5f5;
	padding: 40px 0;
}
#search-etc:after{
	clear: both;
	content: "";
	display: block;
}
#search-etc h2{
	float: left;
	width: 172px;
}
#search-etc ul{
	float: right;
	width: 730px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#search-etc ul:after{
	clear: both;
	content: "";
	display: block;
}
#search-etc ul.area li{
	display: block;
	float: left;
	width: 165px;
	margin: 0 20px 0 0;
	padding: 0;
}
#search-etc ul.area li:last-child{
	margin-right: 0;
}
#search-etc ul.area li a{
	display: block;
	margin: 0;
	padding: 8px 0 7px 0;
	background: #c13f3f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	line-height: 110%;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}
#search-etc ul.area li.t a	{background: #0146a3;}
#search-etc ul.area li.c a	{background: #ca0300;}
#search-etc ul.area li.s a	{background: #016800;}
#search-etc ul.area li.e a	{background: #474747;}
#search-etc ul.area li a:hover{
	background: #d45454;
}
#search-etc ul.area li.t a:hover	{background: #0d56b8;}
#search-etc ul.area li.c a:hover	{background: #db110e;}
#search-etc ul.area li.s a:hover	{background: #097b08;}
#search-etc ul.area li.e a:hover	{background: #626262;}

#search-etc ul.field{
	margin-top: 5px;
	background: url(images/bg_dotted01.gif) 0 -2px;
}
#search-etc ul.field li{
	display: block;
	float: left;
	width: 235px;
	margin: 0 10px 3px 0;
	padding: 1px 0;
}
#search-etc ul.field li:nth-child(3n) {
    margin-right: 0;
}
#search-etc ul.field li a{
	display: block;
	margin: 0;
	padding: 0 0 0 24px;
	background: url(images/listmark01.png) 5px center no-repeat;
	font-size: 14px;
	line-height: 23px;
	text-decoration: none;
}
#search-etc ul.field li a:hover{
	background: url(images/listmark01.png) 7px center no-repeat;
	text-decoration: underline;
}

/* コンテンツページ
----------------------------- */
.entry-meta {
	color: #888;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* ページネーション　タイプ：[1/5][1][2][3][4][5][>] */
#content .wp-pagenavi{
	margin: 15px 0;
	padding: 5px 0;
	text-align: center;
}
#content .wp-pagenavi .pages{
	margin: 0 5px;
	background: #666;
	color: #fff;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span{
	margin: 0 5px;
	padding: 4px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	background: #f2f2f2;
}
#content .wp-pagenavi a:hover{
	background: #e9e9e9;
}
#content .wp-pagenavi span.current{
	background: #e75353;
	color: #fff;
}

/* ページネーション　タイプ：[<前へ] [次へ>] */
#nav-below{
	position: relative;
	overflow: hidden;
	padding: 7px 0;
	margin: 0 10px 10px 10px;
}
#nav-below .nav-previous{
	float: left;
	width: 50%;
}
#nav-below .nav-next{
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below .nav-list{
	margin: 0 auto;
	width: 100px;
}
#nav-below .nav-previous a,
#nav-below .nav-next a{
	padding: 6px 10px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #BFBFBF;
	text-decoration: none;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover{
	color: #fff;
	background: #0080CC;
	border: 1px solid #0080CC;
}
.edit-link {
	padding-top: 15px;
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* 人材データ
----------------------------- */
ul.PlofileArchive{
	margin-left: 0;
}
ul.PlofileArchive li:nth-child(5n){
	margin-right: 0;
}

table.PlofileArchive {
	border: 1px solid #cccccc;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	background: #fff;
}
table.PlofileArchive tr th {
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #f5f5f5;
	white-space: nowrap;
	text-align: center;
	width: auto !important;
}
table.PlofileArchive tr td {
	border: 1px solid #cccccc;
	padding: 10px;
	vertical-align: middle;
}
table.PlofileArchive tr td.name {
	width: 16%;
}
table.PlofileArchive tr td.com {
	width: 27%;
}
table.PlofileArchive tr td.yaku {
	width: 20%;
}
table.PlofileArchive tr td.add {
	width: 10%;
}
table.PlofileArchive tr td.cate {
	width: 27%;
}
table.PlofileArchive tr td.cate span {
	display: inline;
	float: left;
	padding: 2px 10px;
	background: #f6e9e9;
	margin: 0 10px 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 140%;
}

/* 検索 */
.searchbox{
	display: block;
	position: relative;
	width: 930px;
	_width: 930px;
	background: #f6e9e9;
	background-clip: padding-box;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 40px;
	padding: 25px;
}
.searchbox:after{
	clear: both;
	content: "";
	display: block;
}
.searchbox h2{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 1px;
}
.searchbox .more{
	position: absolute;
	display: block;
	width: 200px;
	_width: 200px;
	top: 30px;
	right: 25px;
	padding: 3px 26px 0 0;
	background: url(images/icn_loupe.png) right center no-repeat;
	text-align: right;
	line-height: 120%;
	font-size: 13px;
}
.searchbox .itembox{
	display: none;
	margin: 10px 0 0 0;
}
.searchbox table {
	border-top: 1px solid #edd8d8 !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	margin: 0 auto !important;
	text-align: left;
	width: 90% !important;
	background: none !important;
}
.searchbox table tr th {
	font-weight: normal !important;
	line-height: 110% !important;
	padding: 5px !important;
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #edd8d8 !important;
	border-left: none !important;
	white-space: nowrap;
	text-align: left !important;
	vertical-align: middle !important;
}
.searchbox table tr td {
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #edd8d8 !important;
	border-left: none !important;
	padding: 5px !important;
	vertical-align: middle !important;
}
.searchbox select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 4px 40px 5px 5px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.searchbox .custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border: solid 1px #ddcdcd;
  background-color: white;
}
.custom > select {
  width: 120%;
  padding: 4px 40px 5px 5px;
  font-size: 13px;
}
.custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2em;
  display: block;
  content: "";
  background: url(images/dropdown.png) center no-repeat;
  pointer-events: none;
}
.searchbox .custom > select {
  /*width: auto;*/
}
.searchbox .go{
	display: block;
	margin-top: 20px;
	text-align: center;
}
.searchbox .go input{
	width: 155px !important;
	padding: 10px 0 !important;
	background: #c13f3f;
	border: 0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	font-size: 16px !important;
	line-height: 110% !important;
	color: #fff;
	text-decoration	: none;
	cursor: pointer;
	vertical-align: middle;
}
.searchbox .go input:hover{
	background: #e75353;
}

.searchbox .go button{
	width: 110px !important;
	margin-right: 20px !important;
	padding: 10px 0 !important;
	background: #6d6d6d;
	border: 0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	font-size: 16px !important;
	line-height: 110% !important;
	color: #fff;
	text-decoration	: none;
	cursor: pointer;
	vertical-align: middle;
}
.searchbox .go button:hover{
	background: #858585;
}

.searchbox .memo {
  display: block;
  margin: 10px 50px 0 50px;
  font-size: 14px;
}

/* 詳細 */
.ProfileNote{
	display: block;
	position: relative;
	padding: 40px;
	background: #f7f7f7;
}
.ProfileNote:after{
	clear: both;
	content: "";
	display: block;
}
.prf_cate_area{
	margin-top: 20px;
	padding: 15px;
	background: #fff;
	/*border: solid 1px #c13f3f;*/
}
.prf_cate_t{
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: solid 1px #c13f3f;
	font-weight: bold;
	color: #c13f3f;
}
ul.prf_cate{
	list-style: outside none none;
	margin: 0 !important;
	padding: 0;
}
ul.prf_cate:after{
	clear: both;
	content: "";
	display: block;
}
ul.prf_cate li{
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 0;
	white-space: pre;
	line-height: 160%;
	color: #000;
	text-align: center;
	font-weight: bold;
	background: #eeeeee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.cate_more{
	margin-top: 15px;
}

.prf_cate_area ul.linklist{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.prf_cate_area ul.linklist li{
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	border-bottom: dotted 1px #e1e1e1;
	text-align: left;
	font-size: 13px;
	word-wrap:break-word;
}
.prf_cate_area ul.linklist li a{
	display: block;
	text-align: left;
	margin: 0;
	padding: 6px 6px 6px 24px;
	width: 180px;
	_width: 180px;
	background: url(images/listmark01.png) 5px 11px no-repeat;
	text-decoration: none;
	color: #000000;
}
.prf_cate_area ul.linklist li a:hover{
	background: url(images/listmark01.png) 7px 11px no-repeat;
}

h3.prf_title{
	display: block;
	padding: 18px 10px 12px 10px !important;
	margin-bottom: 25px !important;
	background: url(images/bg_dotted02.gif) 0 bottom repeat-x;
	border-top: solid 2px #c13f3f;
	color: #000 !important;
	font-size: 24px !important;
	line-height: 160% !important;
}
h3.prf_title .yomi{
	font-size: 15px !important;
	font-weight: normal;
}
.prf_photo_main{
	float: left;
	width: 240px;
}
.prf_photo_main_box{
	display: block;
	width: 240px;
	padding: 10px 0;
	background: #eeeeee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}
.prf_photo_main_box img{
	width: 180px;
	height: 240px;
}
.prf_info{
	float: right;
	width: 630px;
}
.prf_info table.prf_tbl th{
	background: #fff3f3 !important;
	text-align: left !important;
	line-height: 160% !important;
}
.prf_info .ItemArea{
	background: #fff;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 10px;
}
.prf_info .ItemArea .Midashi{
	margin-bottom: 5px;
	font-weight: bold;
	color: #c13f3f;
}
.ProfileNote .prf_contact{
	display: block;
	margin: 0;
	padding: 15px 15px 10px 15px;
	background: #fff;
	border: solid 1px #c13f3f;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
}
.ProfileNote .prf_contact:after{
	clear: both;
	content: "";
	display: block;
}
.ProfileNote .prf_contact .title{
	display: inline;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
}
.ProfileNote .prf_contact #tel{
	display: inline;
	margin: 0 5px;
	padding: 12px 0 12px 45px;
	background: url(images/bg_contact_tel.png) 0 center no-repeat !important;
	font-size: 21px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
}
.ProfileNote .prf_contact #tel .sub{
	font-size: 13px;
	font-weight: normal;
	color: #000;
	vertical-align: middle;
}
.ProfileNote .prf_contact #email{
	display: inline;
	margin: 0 5px;
	padding: 12px 0 12px 45px;
	background: url(images/bg_contact_email.png) 0 center no-repeat !important;
	font-size: 21px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
}
.prf_photo_sub{}
.prf_photo_sub ul{
	display: block;
	margin: 0 !important;
	padding: 20px;
	background: #fff;
	list-style-type: none;
	text-align: left;
}
.prf_photo_sub ul li{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	margin: 0 15px 0 0;
}
.prf_photo_sub ul li img{
	display: block;
	width: 150px;
	_width: 150px;
	height: 150px;
	_height: 150px;
	margin: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 5px #eeeeee;
}
.prf_photo_sub ul li:last-child{
	margin: 0;
}

.print-btn{
	display: block;
	position: absolute;
	top: 60px;
	right: 50px;
}
.print-btn a{
	display: block;
	margin: 0;
	padding: 10px 20px 10px 50px;
	background-color: #fff;
	background-image: url(images/bg_print.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	border: solid 1px #c13f3f;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 110%;
	font-size: 14px;
	text-decoration: none;
}
.print-btn a:hover{
	background-color: #c13f3f;
	background-image: url(images/bg_print_w.png);
	color: #fff;
}

/* 新着情報・ニュース
----------------------------- */
.entry-list{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*-----------------------------------------------------------
  リンク集
-----------------------------------------------------------*/
ul.LinkList{
	margin: 0;
	list-style-type: none;
}
.linkcat{
	margin: 0 0 2em 0;
}
.linkcat h2.linkcattitle{
	margin-bottom: 15px;
	padding: 10px 0 10px 37px;
	background: url(../img/index/mark_book.png) 0 center no-repeat;
	color: #000;
	font-size: 16px;
}
.linkcat ul.blogroll{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0 10px;
	padding: 0;
	}
.linkcat ul.blogroll li{
	display: block;
	margin: 0;
	padding: 10px 0 7px 22px;
	background: url(images/listmark03.png) 2px center no-repeat;
	border-bottom: dotted 1px #d6d6d6;
	line-height: 120%;
	overflow: hidden;
	}

/*-----------------------------------------------------------
  ポップアップ規約
-----------------------------------------------------------*/
.kiyaku-popup{
	width: 650px !important;
	height: 400px !important;
	margin: 10px auto !important;
}
.kiyaku-popup table {
	font-size: 13px !important;
}
.kiyaku-area {
	display: block;
}
.kiyaku-area .title{
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.kiyaku-area table {
	border: none !important;
	margin: 0 !important;
	text-align: left !important;
	width: 95% !important;
}
.kiyaku-area table tr {
	vertical-align: top !important;
}
.kiyaku-area table tr th {
	padding: 3px 10px 3px 3px !important;
	border: none !important;
	background: none !important;
	text-align: left !important;
	vertical-align: top !important;
	width: auto !important;
	white-space: nowrap !important;
	font-weight: normal !important;
}
.kiyaku-area table tr td {
	border: none !important;
	padding: 3px !important;
	vertical-align: top !important;
}

/* お問い合わせ
----------------------------- */
.contact_step{
	margin: 15px 0;
	padding: 8px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: solid 1px #c13f3f;
	font-size: 18px;
	vertical-align: middle;
}
.contact_step span{
	padding: 0 15px;
	font-size: 36px;
	color: #c13f3f;
	vertical-align: middle;
}
.contact_step img{
	vertical-align: middle;
}
.contact_add{
	margin-top: 10px;
}
.contact_tel{
}

#content .entry-content .wpcf7 table tr th{
	width: 180px;
	vertical-align: middle;
	background: #f2f2f2 url(images/icon_option.gif) 160px center no-repeat;
	text-align: left;
}
#content .entry-content .wpcf7 tr th,
#content .entry-content .wpcf7 tr td {
	padding: 10px;
	border: 1px solid #e6e6e6;
}
#content .entry-content .wpcf7 tr th.need {
	background: #f2f2f2 url(images/icon_neccesary.gif) 160px center no-repeat;
}
#content .wpcf7 table input {
	width: 250px;
	margin: 0 5px 8px 0;
}
#content .wpcf7 table input.text_short {
	width: 50px;
}
#content .wpcf7 table textarea {
	width: 350px;
	height: 8em;
	margin: 0 5px 8px 0;
}
#content table wpcf7-checkbox input {
	width: auto;
	height: 1;
	margin: 0 2px 8px 0;
}
#content span.wpcf7-list-item{
	display: block;
	white-space: nowrap;
}
#content span.wpcf7-list-item input{
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
	width: auto;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control-wrap.your-occupation,
.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
	display: block;
	width: 100%;
}
span.wpcf7-list-item {
	display: inline;
	margin: 0 12px 0 0 !important;
	white-space: nowrap;
}
span.wpcf7-list-item input {
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
}
span.wpcf7-form-control-wrap select{
	margin: 0;
}

form.inputnone input[type="text"],
form.inputnone textarea {
	background: #fff;
	border: 1px solid #dfcdcd;
	padding: 5px;
}

.referencemark{
	margin: 0 0 15px 0;
	border: 1px dotted #ccc;
	padding: 10px;
	font-size: 12px;
	background: #ffe5e8;
}
.referencemark strong{
	color: #e60012;
}
.Btn{text-align:center;}	
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;	/* IE6,7 に対応 */
	*zoom: 1;	/* IE6,7 に対応 */
	color: white !important;
	width: 150px;
	padding: 3px 0;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	border:3px solid #047334; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px; font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #0080CC;
	background: #047334; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYTk0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc0MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #02a94a 0%, #047435 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02a94a), color-stop(100%,#047435)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #02a94a 0%,#047435 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #02a94a 0%,#047435 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #02a94a 0%,#047435 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #02a94a 0%,#047435 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a94a', endColorstr='#047435',GradientType=0 ); /* IE6-8 */
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	border:3px solid #095028;
	background: #099947; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OTk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzU5MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #099947 0%, #035928 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099947), color-stop(100%,#035928)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #099947 0%,#035928 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #099947 0%,#035928 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #099947 0%,#035928 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #099947 0%,#035928 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099947', endColorstr='#035928',GradientType=0 ); /* IE6-8 */
}

/* 通常のフォーム用 */
input[type="text"],
input[type="email"],
textarea{
	background: #fff;
	border: 1px solid #dfcdcd;
	padding: 5px;
}
/* 確認画面のフォーム用 */
	form.inputnone input[type="text"],
	form.inputnone input[type="email"],
	form.inputnone textarea{
	background: #fff;
	border: 1px solid #dfcdcd;
	padding: 5px;
}

/* 送信・確認ボタン */
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: white !important;
	width: 150px;
	cursor: pointer;
	text-decoration: none;
	border:3px solid #3881c9;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	text-align: center;
	color: #FFFFFF;
	background: #499bea;
	background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));
	background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	border: 3px solid #3171b0;
	background: #428ace;
	background: -moz-linear-gradient(top,  #428ace 0%, #1c6fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428ace), color-stop(100%,#1c6fc9));
	background: -webkit-linear-gradient(top,  #428ace 0%,#1c6fc9 100%);
	background: -o-linear-gradient(top,  #428ace 0%,#1c6fc9 100%);
	background: -ms-linear-gradient(top,  #428ace 0%,#1c6fc9 100%);
	background: linear-gradient(to bottom,  #428ace 0%,#1c6fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428ace', endColorstr='#1c6fc9',GradientType=0 );
}
/* 戻るボタン */
#wpcf7-modify{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #333 !important;
	width: 150px;
	padding: 10px;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	border:3px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#wpcf7-modify:hover{
	border:3px solid #aaa;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d3d3d3',GradientType=0 );
}

/* ============================
   sidebox
/* ============================ */
/*== sidemenu =========================================▼==*/
#sidebox .SideMenuT{
	margin: 0 0 5px 0;
	padding: 7px;
	background: #c13f3f;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#sidebox #sidemenu{
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
	}
	#sidebox #sidemenu ul{
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#sidebox #sidemenu  ul li{
			display: block;
			width: 160px;
			margin: 0;
			padding: 0;
			border-bottom: dotted 1px #e1e1e1;
			text-align: left;
			font-size: 13px;
			}
			/* IE6 */
			* html #sidebox #sidemenu  ul li{
				zoom: 1;
				}
			#sidebox #sidemenu  ul li a{
				display: block;
				text-align: left;
				margin: 0;
				padding: 6px 6px 6px 24px;
				background: url(images/listmark01.png) 5px 11px no-repeat;
				text-decoration: none;
				color: #000000;
				}
				#sidebox #sidemenu  ul li a:hover{
					background: #f5f5f5 url(images/listmark01.png) 7px 11px no-repeat;
					}
				#sidebox #sidemenu  ul li.current_page_item a{
					/*
					background: #0145b2 url(images/listmark03.png) 8px 11px no-repeat;
					color: #ffffff;
					*/
					}
			#sidebox #sidemenu  ul li ul.children{
				display: block;
				margin: 0;
				padding: 0;
				list-style: none;
				border-top: dotted 1px #e1e1e1;
				border-right: none;
				border-bottom: none;
				border-left: none;
				}
				#sidebox #sidemenu  ul li ul.children li{
					display: block;
					width: 160px;
					margin: 0;
					padding: 0;
					text-align: left;
					}
					/* IE6 */
					* html #sidebox #sidemenu  ul li ul.children li{
						zoom: 1;
						}
					#sidebox #sidemenu  ul li ul.children li a{
						display: block;
						text-align: left;
						margin: 0;
						padding: 8px 8px 8px 41px;
						background: url(images/listmark04.gif) 27px 12px no-repeat;
						text-decoration: none;
						color: #000000;
						}
						#sidebox #sidemenu  ul li ul.children li a:hover{
							background: #f5f5f5 url(images/listmark04.gif) 27px 12px no-repeat;
							}
						#sidebox #sidemenu  ul li ul.children li.current_page_item a{
							/*
							background: #0145b2 url(images/listmark1.gif) 27px 12px no-repeat;
							color: #ffffff;
							*/
							}

			#sidebox #sidemenu  ul li ul li ul.children{
				display: block;
				margin: 0;
				padding: 0;
				list-style: none;
				background: url(images/line2.gif) 0 top repeat-x;
				border: none;
				}
				#sidebox #sidemenu  ul li ul li ul.children li{
					display: block;
					width: 198px;
					margin: 0;
					padding: 0;
					text-align: left;
					}
					/* IE6 */
					* html #sidebox #sidemenu  ul li ul li ul.children li{
						zoom: 1;
						}
					#sidebox #sidemenu  ul li ul li ul.children li a{
						display: block;
						text-align: left;
						margin: 0 1px;
						padding: 8px 8px 8px 55px;
						background: url(images/listmark6.gif) 39px 13px no-repeat !important;
						text-decoration: none;
						color: #000000;
						}
						#sidebox #sidemenu  ul li ul li ul.children li a:hover{
							background: #f5f5f5 url(images/listmark6.gif) 39px 13px no-repeat;
							}
						#sidebox #sidemenu  ul li ul li ul.children li.current_page_item a{
							/*
							background: #0145b2 url(images/listmark6.gif) 39px 13px no-repeat;
							color: #ffffff;
							*/
							}

#sidebox #sidemenu .MonthlistT,
#sidebox #sidemenu .CatelistT{
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	line-height: 110%;
	background: #f6e9e9;
	color: #000;
}
#sidebox #sidemenu ul.Monthlist{
	border-top: none;
	}
#sidebox #sidemenu ul.Catelist{
	border-top: none;
	margin-bottom: 5px;
	}
#sidebox #sidemenu ul.Catelist li:last-child{ border-bottom: none; }
		/*=====================================================▲==*/

/* Widget Areas
----------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 0 10px;
	border-left: 5px solid #0080cc;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#secondary {
	margin-bottom: 30px;
}
#secondary ul{
	margin: 0;
	list-style: none;
}

/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 9000;
}
.pagetop a {
	display: block;
	width: 31px;
	height: 53px;
	background: #0c0c0c url(images/icon_pagetop.png) center center no-repeat;
	margin: 0 0 0 auto;
	overflow: hidden;
	text-indent: -10000px;
	color: #fff;
	font-size:10px;
	text-decoration:none;
}
.pagetop a:hover {
	background-color: #262626;
	color: #ffffff;
}


/* ============================
   footer
/* ============================ */
#footer {
	width:100%;
	margin: 50px auto 0 auto;
	padding: 0;
	background: #fff url(images/bg_footer.png) center bottom repeat-x;
	border-top: solid 1px #dfdfdf;
}
.home #footer{
	margin: 0 auto;
	border-top: none;
}
#footer #colophon{
	position: relative;
	padding: 40px 0 83px 0;
}
#footermenu{
	position: absolute;
	bottom: 15px;
	right: 0;
}

#footermenu ul{
	overflow: hidden;
	margin: 0;
	list-style: none;
}
#footermenu ul li{
	display: inline;
	float: right;
	margin-right: 20px;
	font-size:12px;
}
#footermenu ul li a{
	text-decoration: none;
	color: #fff;
}
#footermenu ul li a:hover{
	text-decoration: underline;
}
#site-info {
	display: block;
	text-align: center;
}
.foot_add{
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
}
.single-profile #site-info	{display: none;}
.single-profile .foot_add	{display: none;}

#site-copy{
	position: absolute;
	bottom: 15px;
	left: 0;
	color: #fff;
	font-size: 12px;
}

/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* ============================
   Print Style
/* ============================ */
@media print {
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		position	: relative !important;
		/*border-bottom: 2pt solid #000;*/
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#content,
	.one-column #content {
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}

	body.single-profile{
		background: none !important;
	}
	body.single-profile #header {
		background: none !important;
		height: 70px !important;
		padding: 0 !important;
	}
	body.single-profile #header_in {
		background: none !important;
		height: 70px !important;
		padding: 0 !important;
		width: 100%;
	}
	body.single-profile #site-title{
		width: 100%;
		top: 30px;
		left: 0;
	}
	body.single-profile #site-title a{
		width: 100%;
		text-align: center;
	}
	body.single-profile #site-description{
		width: 100%;
		text-align: center;
		top: 0;
		left: 0;
	}
	body.single-profile #header-navi,
	body.single-profile #CTitle,
	body.single-profile .return,
	body.single-profile .print-btn,
	body.single-profile .prf_photo_sub,
	body.single-profile #footer {
		display: none !important;
	}
	#wpadminbar{
		display: none;
	}
}