@charset "utf-8";

/*
Theme Name: fukuokawoman_1512
Theme URI: 
Description: 
Version: 1.0
Author: Minimal WP→アヴァンティ
Author URI: 
*/


/* ************************************************ 
*	目次
* ************************************************ */

/* 共通設定（common.css）*/
/* 基本設定 */
/* 個別ページ・コーナー設定 */


/* ************************************************ 
*	共通設定（common.css）
* ************************************************ */

h1,h2,h3,h4,h5,div,p {
  margin:0px;
  padding:0px;
}

/*画像のボーダー設定*/
img  { border:0; }
a img  { border:0; }

/*リスト基本設定*/
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px;
}

/*****************************************************/
/** テキスト・レイアウト調整用 **/
/*****************************************************/

/*****  レイアウト設定  *****/
/*配置*/
.float_r { float:right; }
.float_l { float:left; }
.center { margin-left: auto !important; margin-right: auto !important; }

.cl { clear:both; }
.cl_r { clear:right; }
.cl_l { clear:left; }


.ta_c { text-align: center; }
.ta_l { text-align: left; }
.ta_r { text-align: right; }

/*回り込み解除*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*****  テキスト設定  *****/

/*色*/
.red { color:#cc0000; }
.pink { color:#FF0099; }
.green { color:#009250; }
.orange { color:#ff6600; }
.blue { color:#3188ef; }
.black { color:#000000; }

/*サイズ*/
.fontb { font-weight:bold !important; }
.font10 { font-size:10px !important; }
.font12 { font-size:12px !important; }
.font14 { font-size:14px !important; }
.font10 { font-size:10px !important; }
.font12 { font-size:12px !important; }
.font16 { font-size:16px !important; }
.font18 { font-size:18px !important; }
.font20 { font-size:20px !important; }
.font22 { font-size:22px !important; }
.font24 { font-size:24px !important; }

.mincho {
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","HG明朝E","ＭＳ 明朝",serif;
}

/*****  マージン設定  *****/

/*上マージン*/
.mt0 { margin-top:0px !important; }
.mt05 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt50 { margin-top:50px !important; }

/*下マージン*/
.mb0 { margin-bottom:0px !important; }
.mb05 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb50 { margin-bottom:50px !important; }
.mb55 { margin-bottom:55px !important; }

/*左マージン*/
.ml0 { margin-left:0px !important; }
.ml05 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }

/*右マージン*/
.mr0 { margin-right:0px !important; }
.mr05 { margin-right:05px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }

/***************** PCスマホ切り換え *****************/
.pc-switcher {
  text-align: center;
  width: 100%;
  height: 20px;
  background: #41250f;
  padding-top: 5px;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #ffffff ;
}


img.pc_none {display: none !important;}
img.sp_none {display: inherit !important;}

@media only screen and (max-width: 959px) {
	img.pc_none {display: inherit !important;}
	img.sp_none {display: none !important;}
}


/* ************************************************ 
*	基本設定
* ************************************************ */	

body {
	background: #f6f2ea;
	color: #6d2c00;
}

/* リンク */

a{
color:#f39800;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:hover{color:#666;}
a:active, a:focus {outline: 0;}

/* 画像 */

img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート */
.alignright,.right { float: right; }
.alignleft,.left { float: left; }
.clearfix,.clear { clear:both; }


/* リスト */

ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 0 0 0 15px;
padding: 0 0 0 0;
}

li a{
color:#f39800;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#666;
}


/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
margin: auto; 
max-width: 1010px;
padding: 30px 10px;
_width: 1010px;
}

#main aside {
background-color: #f6f6f6;
}

#blocks li {
background-color: #f8f8f8;
height: 100px;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */

#header {
width: 100%;

}

.header-inner {
overflow: hidden;
margin: 0px auto 0 auto;
padding: 30px 0 0 0;
max-width: 1000px;
_width: 1000px;	
}

.logo {
width: 100%;
max-width: 450px;
float: left;
}

h1.logo_img {
float: left;
margin: 0px 0px 10px 0px;
padding:0px 0px 0px 0px;
border-bottom: 1px solid #6d2c00;
}

h1.logo_text {
text-align:left;
margin: 5px 0px 20px 0px;
padding:0px 0px 0px 0px;
font-size: 13px !important;
color: #6d2c00;
}

.contact {
width:310px;
float: right;
position:relative;
margin: -10px 0px 0 0;
padding: 0px 0px 0 0;
}

#toggle,#nav_sp {
	display: none;
}

img.header_access,img.header_company{float: left;}

.search {
float: right;
position:relative;
margin: 0px 0px 0 0;
padding: 0px 0px 0 0;
}

@media only screen and (max-width: 959px) {
	#header {
		border-bottom: 5px solid #6d2c00;
	}
	.header-inner{
		padding-top: 10px;
	}
	.logo {
		width:70%;
		max-width: 450px;
		margin: 10px;
	}
	
	h1.logo_text {
		font-size: 10px !important;
	}
	
	.contact {
		display: none;
	}
	
	#toggle {
		width: 15%;
		max-width: 100px;
		display: block;	
		float: right;
		margin: 10px;
	}
	img.menu_bt {
		width: 100%;
		max-width: 80px;
	}
}

/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	
#nav {
width:100%;
height: 63px;
background: #6d2c00 url(img/gnavi_bg.jpg) repeat-x;
margin: 0 0 10px 0;
padding: 0;
}

#nav ul {
list-style: none;
margin: auto;
text-align:left;
}

#gnavi {
	width: 1050px;
	display: block;
	margin: 0px auto;
}

#nav ul img {
	float: left;
}

/*1602_add tags*/
#navbox {
	display: none;
}

@media only screen and (max-width: 959px) {
	#nav {display: none;}
}

/*
ul#topnav li{
font-family: Meiryo, メイリオ,Helvetica,arial,Sans-Serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
list-style:none;
display:inline;
margin: 0 0 0 0;
}

ul#topnav li a{
color:#fff;
text-decoration:none;
padding: 13px 30px 13px 30px;
}
ul#topnav li a:hover{
color:#fff;
background: #f29093;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
padding: 6px 30px 5px 30px;
}
ul#topnav .current_page_item a {
color:#fff;
background: #f39800;
text-decoration:none;
}
ul#topnav .current-menu-item a {
color:#fff;
background: #f39800;
text-decoration:none;
padding: 6px 30px 5px 30px;
}
ul#topnav .current-post-ancestor a {
color:#fff;
background: #f39800;
text-decoration:none;
}
*/


@media only screen and (max-width: 900px) {
	#nav {
		background: none;
		position: relative;
		z-index: 1000 !important;
		background:#6d2c00;
	}	
	
	#nav ul li {
		width:100%;
		padding: 0px;
	}
	#nav ul img {
		float: none;
		text-align: center;
	}
	 .close_menu {
	  display: block;
	  color: #FFF;
	  padding: 20px 0px 20px 0px;
	  margin: 0px;
	  text-align: center;
	}
	
	ul#gnavi {
	  width: 100%;
	  margin: 0px 0px 0px 0px;
	  list-style-type: none;
		background: #6d2c00 url(img/gnavi_bg.jpg) ;
		overflow-x: hidden;
	}
	ul#gnavi li { margin: 0px;}
	ul#gnavi li a {
	  display: block;
	  padding: 0px 10px 0px 10px;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  color: #512e12;
	  text-decoration: none;
	  text-align: center;
	}
	
	.pk_back {
	  background: #e38692 !important;
	  display: block;
	  padding: 15px 20px 15px 10px;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  color: #fff;
	  text-decoration: none;
	  text-align: left;
	  text-indent: 5px;
	}
	
	.execute-hidden {
	     visibility: hidden !important;
	}
	
	#Gnavi ul .sp_none {
		display:none;
	}
	
	/*1602_add tags*/
	#navbox {
		display: block;
		background: #ffffff;
	}
	
	#navbox ul.wp-tag-cloud li {
		font-size: 15px;
		display: inline-block;
		width: auto;
		margin: 8px 5px;
		float: left;
	}
}


/* ************************************************ 
*	スライド
* ************************************************ */	

#top-slide{
/*width:100%;*/
width:1010px;
/*background: #f39800;*/
padding: 0px;
margin: 0px auto 30px auto ;
}

/*
.cycle-slideshow{
overflow: hidden;
max-width: 1000px;
_width: 1000px;
margin: auto;
}
*/

.cycle-slideshow{
max-width: 600px;
_width: 100%;
margin: auto;
float: left;
}

.cycle-slideshow img{
	border: 5px solid #ffffff;
}

.top-main-side {
	max-width: 400px;
	_width: 100%;
	margin: auto;
	float: right;
}

@media only screen and (max-width: 959px) {
	#top-slide{
		width:100%;
	}
	.cycle-slideshow{
		max-width: 370px;
		margin-bottom: 20px;
	}
	.cycle-slideshow,.top-main-side {
		float: none;
	}
}


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
}



/* トップページウィジェットエリア */

#toplist{
margin: 0 0 30px 0;
padding: 0 0 0 0;
}

.toplist ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.toplist li{
font-size: 13px;
margin: 6px 0px 0px 0px;
padding: 2px 0px 2px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}

.toplist li a{
color:#666;
background: url(images/list.png) no-repeat 0 50%;
padding-left: 10px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

.toplist li a:hover{
background-position: 3px 50%;
color:#999;
}

.top-title {
font-family:arial,sans-serif;
font-size: 16px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #ccc;
color: #f39800;
}

.top-gallery-midashi{
font-family:arial,sans-serif;
font-size: 24px;
font-weight:bold;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 10px 10px 10px;
margin: 0px 0px 20px 0px;
border-bottom: 3px solid #6d2c00;
color: #6d2c00;
}

@media only screen and (max-width: 959px) {
	.top-gallery-midashi img{
		width: 60%;
		max-width: 280px;
	}
	.top-gallery-midashi .btimg {
		width: 60%;
		max-width: 100px;
	}
}

ul.tag_list {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}

ul.tag_list li {
	height: auto;
	background: #f39800;
	color: #ffffff;
	font-size: 12px;
	float: left;
	margin: 5px 8px;
	padding: 0px 10px;
	list-style: none;
	display: inline-block;
}

ul.tag_list li a {
	color: #ffffff;
}

/* ギャラリーレイアウト */	

.item-img {
margin: 0 0 15px 0;
}

.item-title a {
font-size:14px;
color:#009EDB;
}

.item-title a:hover {
color:#999;
}

.item-text p {
font-size:12px;
color:#444;
}



/* ブログ記事部分 */	

p {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 15px; 
color: #444;
line-height: 180%;
padding: 10px 0px 10px 0px;
}

p a {
color:#f39800;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}

#date {
font-size:9px;
font-weight:normal;
text-align: left;
padding: 0 0 0 0;
color:#999;
letter-spacing: 0.1em;
}

.pagetitle {
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 24px;
font-weight: bold;
color: #6d2c00;
border-bottom: 3px double #6d2c00;
}

.pagetitle a {
font-family: Meiryo, メイリオ,Helvetica, arial, sans-serif;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 24px;
font-weight: normal;
color: #f39800;
}

.blog-title {
margin: 20px 0px 20px 0px;
padding: 18px 0px 15px 0px;
font-size: 18px;
font-weight: bold;
color: #333;
border-top: 1px solid #6d2c00;
border-bottom: 1px solid #6d2c00;
}


.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}

.subtitle {
font-family: Meiryo, メイリオ,Helvetica, arial, sans-serif;
font-weight: normal;
font-size: 12px;
border-bottom:1px dotted #ccc;
padding: 0 0 0 0;
margin: 30px 0 10px 0;
letter-spacing: 0.1em;
color: #666;
}

blockquote{
color:#666;
border:1px dotted #ccc;
margin:10px 0 10px 0;
padding:10px 20px;
}

#blog-foot {
font-size:75%;
text-align: left;
margin:50px 0 0 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}
#blog-foot-archives {
font-size:75%;
text-align: left;
margin:50px 0 100px 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}

#blog-foot span,
#blog-foot-archives span{
color:#999;
}

.single-thumbnail{
margin:13px 0 0 0;
}

/* ページャー */

#next {
font-size:85%;
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
clear: both;
font-size:120%;
font-weight: bold;
text-align: center;
margin-top: 30px;
padding-bottom: 0px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}


/* 関連記事 */

.similar-head {
font-family: Meiryo, メイリオ,Helvetica, arial, sans-serif;
margin: 0 0 0 0;
padding: 0 10px 0 0px;
line-height: 30px;
font-size: 14px;
font-weight: normal;
color: #999;
letter-spacing: 0.05em;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size:11px;
margin: 0 0 0 0;
padding: 2px 0px 2px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}

.similar li a{
color:#999;
background: url(images/list.png) no-repeat 0 50%;
padding-left: 15px;
}

.similar li a:hover{
background-position: 3px 50%;
color:#666;
}


/* コメント欄 */

.comment-head {
font-family: Meiryo, メイリオ,Helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #333;
line-height: 30px;
letter-spacing: 0.1em;
margin: 0 0 0 0;
padding: 0 10px 0 0px;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}



/* ************************************************ 
*	サイドバー
* ************************************************ */	

#sidebar {
width: 100%;
margin: 23px 0px 40px 0px;
padding: 0 0 0 0;
}

#sidebar p{
margin-bottom: 20px;
}

#sidebar h2 {
font-family: Meiryo, メイリオ,Helvetica, arial, sans-serif;
font-size: 10px;
font-weight: normal;
color: #999;
letter-spacing: 0.1em;
margin: 0px 0px 10px 0px;
padding: 0 0 0 0;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

#sidebar img{
/* width: 100%; */
max-width: 287px;
}

.sidebar-title{
font-family: Meiryo, メイリオ,Helvetica, arial, sans-serif;
color: #f39800;
font-size: 16px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

#sidebar h3 {
font-family: Meiryo, メイリオ,Helvetica, arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #999;
line-height: 30px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:0px solid #ccc;
}

#sidebar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebar li{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
border-bottom: 1px dotted #ccc;
}

#sidebar li a{
display: block;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebar li a:hover{
}


/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */	

#footer {
background: #8a5633 url(img/footer_bg.jpg);
color: #ffffff;
clear:both;
width:100%;
font-size: 80%;
margin: 30px auto 0px auto;
padding: 25px 0;
}

.fnavi {
	width:260px;
	float: left;
	font-size: 16px;
	margin-top: 20px;
}

.fnavi ul li {
	list-style: none;
	margin-bottom: 6px;
}

.fnavi ul li a {
	font-size: 15px;	
}

.fnavi ul li a:before {
	font-size: 10px;	
	content: "▶　 ";
}

.fnavi ul li.sub a {
	padding-left: 20px;
	font-size: 13px;	
}
.fnavi ul li.sub a:before {
	content: "-　";
}

.fnavi ul li a,.fnavi ul li.sub a {
	color: #ffffff;
}

.fmap {
	width:630px;
	float: right;
	background: #ffffff;
	border: 3px solid #dbd3c3;
	padding: 15px;
}

.fmap_left {
	width: 320px;
	float: left;
	border-right: 1px dotted #8a5633;
	font-size: 12px !important;
	color: #8a5633 !important;
	padding-right: 10px;
	margin-bottom: 10px;
}
.fmap_right {
	width: 290px;
	float: right;
	font-size: 12px !important;
	color: #8a5633 !important;
	margin-bottom: 10px;
}

.footer-inner {
margin: 0px auto 0px auto;
max-width: 960px;
_width: 960px;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}

#copyright {
font-size:11px;
color:#ffffff;
background: #8a5633 url(img/footer_bg.jpg);
text-align:center;
position: relative;
margin: 0 0 0 0;
padding: 5px !important;
}


@media only screen and (max-width: 959px) {
	.fnavi {
		width:100%;
		margin-bottom: 10px;
	}
	.fmap {
		clear: both;
		width:90%;
		float: none;
		margin-top: 30px;
	}
	
	.fmap_left,.fmap_right {
		width: 100%;
		border: none;
	}
}	

/* ************************************************ 
*	ウィジット
* ************************************************ */	

.widget{
margin: 0 0 30px 0;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0px;
background: url(images/list.png) no-repeat 0 50%;
padding-left: 10px;
}

.textwidget{
font-size: 13px;
color: #ffffff;
line-height:170%;
margin: 0 0 30px 0;
padding: 5px 0 0 0;
}

#topbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox li{
floate:left;
margin: 0 0 0 0;
padding: 3px 0px 2px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

#topbox li a{
font-size:12px;
color:#444;
margin: 0 0 0 0;
padding: 3px 0px 2px 10px;
list-style: none;
background: url(images/list.png) no-repeat 0 50%;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#topbox li a:hover{
color:#999;
}

#topbox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #fff;
border-bottom: 0px dotted #fff;
}

#topbox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#sidebox, #navbox{
color:#666;
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

#sidebox ul, #navbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox li, #navbox li{
font-size: 12px;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox li a, #navbox li a {
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox li a:hover, #navbox li a:hover{
color:#999;
}

#sidebox h2, #navbox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3, #navbox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4, #navbox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

.footer-widget-title{
font-family: Meiryo, メイリオ,Helvetica, arial, sans-serif;
font-size:14px;
font-weight:bold;
color: #999;
margin: 0 0px 10px 0px;
}


.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
font-size:88%;
list-style: none;
}

.widget li a{
color: #666;
display: block;
}

.widget li a:hover{
color: #999;
}


/* ************************************************ 
*	検索フォーム
* ************************************************ */


.search fieldset {
margin: -20px 0 20px 0px;
border: 0px solid #eee;
}

.search input {
font: 11px arial, sans-serif; 
color: #c0c0c0; 
width:80%;
padding: 5px 5px; 
vertical-align: middle;
border: none; 
background: none; 
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(images/search.png) no-repeat; 
}



/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji12px {font-size: 12px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}



/* ************************************************ 
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #CCCCCC;
}

/* サイドカレンダー */
table#wp-calendar {
width: 100%;
margin:10px 0 0 0 !important;
padding:0 0px;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
}

table#wp-calendar caption {
	margin-bottom: 10px !important;
}

table#wp-calendar th {
font-size: 14px;
font-weight: bold;
text-align: center;
margin:10px 0 0 0 !important;
padding: 5px;
border: 1px #6d2c00 solid;
border-width: 0 0 1px 1px;
white-space: nowrap; 
vertical-align: middle;
background-color:#6f2c00;
color: #ffffff;
}

table#wp-calendar td {
font-size: 14px;
text-align: center;
padding: 5px;
border: 1px #6d2c00 solid;
border-width: 0 0 1px 1px;
white-space: normal;
vertical-align: middle;
}


/* プラン表風 */

table#plan {
width: 100%;
margin:10px 0 0 0;
padding:0 0px;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
}

table#plan th {
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: nowrap; 
vertical-align: middle;
background-color:#ddd;
}

table#plan td {
font-size: 13px;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: normal;
vertical-align: middle;
}


/* フローチャート風 */

table#flow {
width: 100%;
margin:0 0 0 0;
padding:0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#flow th {
font-size: 13px;
font-weight: bold;
text-align: left;
padding: 10px 0px;
border: 0px #CCC solid;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}

table#flow td {
font-size: 13px;
text-align: left;
padding: 10px;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}


/* コンタクトフォーム用 */

table#contact {
font-size: 13px;
width: 100%;
color: #444;
margin: 10px 0 0 0;
padding: 0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#contact th {
font-weight: bold;
line-height: 120%;
text-align: left;
padding: 10px;
white-space: nowrap; 
}

table#contact td {
font-size: 13px;
text-align: left;
padding: 10px;
white-space: normal;
vertical-align: middle;
}



/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #CCC;
}



/* ************************************************ 
*	画像装飾
* ************************************************ */

.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}



/* ************************************************ 
*	角丸
* ************************************************ */

.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #ccc; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #ccc; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************ 
*	CSS3ボタン
* ************************************************ */

.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}



/* ************************************************ 
*   レスポンシブ
* ************************************************ */


/* PC 画面の横幅が960px以上 */

@media only screen and (min-width: 960px) {
iframe { width: 100%; height: auto; min-height: 350px; max-width: 960px;}
}


/* Tablet (Portrait) 画面の横幅が768px?959pxまで */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 728px;}
.header-inner { width: 728px; margin:auto; padding-top: 30px;}
.logo { padding-left: 10px;}
.twothird { width: 100%; margin-right:10px; float: left; }
iframe { width: 100%; height: auto; min-height: 300px; max-width: 728px;}
.footer-inner { width: 728px;}

.search { display:none; }
ul#topnav li { font-size: 14px; }
ul#topnav li a { padding:13px 10px; }
.third { width: 100%; margin-right:10px; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width: 767px) {
.wrapper {  width: 90%; max-width: 700px; }
#header { }
.logo { text-align:center;}
.contact {float: none; text-align:center; margin-top:20px; margin-bottom:-20px; padding-left:20px;}
#header h1 { float: none; margin-bottom: 0px;}
/*#nav { float: none; background: #6d2c00 url() repeat; margin-bottom:-10px;}
#nav ul li { margin: 0; float: none; margin-bottom: 1px; background-color: #f6f6f6;}
#nav ul li a, #nav ul li span { display: block; padding: 2px 5px; }
ul#topnav li a{ color:#FFFFFF; background-color: #6d2c00; text-decoration:none; border-left:0px solid #eee; border-right:0px solid #eee; border-bottom:1px solid #fff; padding:5px 10px;}
ul#topnav li a:hover{padding: 5px 10px 5px 10px;}*/
.footer-inner { width: 280px;}
iframe { width: 100%; height: auto; max-width: 280px;}

.search { display:none; }
.contact { display:none;}
#sidebox .seminar-text { display:none;}
#sidebox .seminar-sub { display:none;}
article .twothird { width:100%;}
article .third { float:none !important; }

}


/* Mobile (Landscape) 画面の横幅が480px?767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 420px; }
.footer-inner { width: 420px;}
iframe { width: 100%; height: auto; max-width: 420px;}
}

@media only screen and (max-width: 480px) {
.alignright {float:none; width:100%; display:block !important; margin:10px auto !important;}
.alignleft {float:none; width:100%; display:block !important; margin:10px auto !important;}

img.alignright,img.alignleft {width:60%; max-width:100%}
}

span.wpcf7-list-item { display: block; }



/***************** add_by avanti *****************/

.h1_text {
	font-size:8px;
	text-align:left;
	color:#444444;
}

.menu-topnav{
	font-size: 18px;
	font-weight: bold;
}

.seminar-box{
	margin-top: 50px;
	border-bottom: 1px solid #6d2c00;
	padding-bottom: 30px;
	display: block;
	clear: both;
}

.seminar-img {
	width: 178px;
	/*height:178px;*/
	text-align: left;
	float: left;
	display: block;
	margin: 0px 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: none;
}

/********動画ボタン追加************/
.movie-btn a:link {
	width: 117px;
	height:42px;
    display: block;
	margin: 21px auto;
}
.movie-btn img {
	border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
/********************/

.seminar-img img, .seminar-img a img {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.seminar-box-in {
	width: 65%;
	float: left;
	display: block;
}

.seminar-date {
	font-size: 14px;	
}

.seminar-title a{
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	color:#f39800;
}

.seminar-text p {
	font-size: 14px !important;
	line-height: 140%;
}

.seminar-sub {
	max-width: 280px;
	padding: 10px;
	margin: 10px auto 20px auto;
	background: #ffffff; 
	border:1px solid #f5f0c2;
	min-height: 180px;
}
.seminar-sub ul{
	list-style-position:inside
}


div.seminar-sub p {
	padding: 0px;
	font-size: 13px !important;
	margin-bottom: 2px !important;
	line-height: 140%;
}

.seminar-situation {
	margin: 3px;
	padding: 0px 12px;
	border: 1px solid #6d2c00;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
}

hr.seminar-hr {
	border-top:2px dotted #000000;
	margin-bottom: 5px;
}


@media only screen and (max-width: 959px) {
	.seminar-box{
		max-width: 800px;
		width: 90%;
		margin: 0px auto;
	}
	.seminar-box-in {
		width: 100%;
	}
	.seminar-sub {
		max-width: 800px;
		width: 90%;
	}
	.seminar-img {
		width: 100%;
		text-align: center;
		display: block;
		margin: 0px auto;
	}
	.seminar-box-in img {
		width: auto;
		text-align: center;
		display: block;
		margin: 0px auto;
	}
}


@media only screen and (max-width: 959px) {
.h1_text { text-align:center !important; }
}

/***************** ボタン *****************/
ul.list_bt  {
	max-width:100%;
	/*height:80px;*/
	display:block;
	margin:5px auto 10px auto;
	list-style: none;
}

ul.list_bt li {
	margin:0px auto !important;
}

ul.list_bt li.bt1 {
	width:75% !important;
	margin:10px auto !important;
	padding-left:0px; !important;
	clear: both;
	min-height: 50px;
}

ul.list_bt li a:link,	
ul.list_bt li a:visited,
ul.list_bt li a:hover,
ul.list_bt li a:active {
	display: block;
	width: 95%;
	max-width: 500px;
	padding:10px 5px;
	margin:0px auto;
	background:#f39800;
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

ul.list_bt li a:link,
ul.list_bt li a:visited {
	color:#ffffff;
	text-decoration: none;
}

ul.list_bt li a:hover,
ul.list_bt li a:active {
	color:#000000;
	text-decoration: none;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	ul.list_bt li a:link,
	ul.list_bt li a:visited,
	ul.list_bt li a:hover,
	ul.list_bt li a:active {
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	ul.list_bt li.bt1 {
		width:100% !important;
		margin:0px auto !important;
		padding-left:0px; !important;
	}
}

input.bt_submit {
	display:block;
	margin:0px auto;
	padding: 10px 40px;
	background:#f39800;
	color: #fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-style: none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

input[type="submit"] {
  -webkit-appearance: none;
}
input[type="button"] {
  -webkit-appearance: none;
}

input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定
    background-color: #000;
    // 文字色を白に指定
    color: #fff;
    // submitボタンのを枠を非表示にする
    border-style: none;
}


/***************** ページトップボタン *****************/
#ToTop{
	position: fixed;
	z-index: 50;
	bottom: 25px;
	right: 15px;
}
#topcontrol {
	display: none;
}

@media only screen and (max-width: 959px) {
	#ToTop{
		width:15%;
		position: fixed;
		z-index: 50;
		bottom: 25px;
		right: 15px;
	}
}

/***************** サイド *****************/

h3.h3_side,caption.h3_side {
	clear:both;
	padding: 5px 10px !important;
	margin:0px !important;
	background: #dbd3c3; 
	color: #6d2c00 !important;
	font-size: 16px !important;
	font-weight: bold  !important;	
}

#sidebox {
	width: 245px;
	padding: 15px;
	margin: 10px 0px;
	background: #ffffff;
	border: 3px solid #dbd3c3;
}

#sidebox .seminar-date {
	line-height: 140%;
}
	
#sidebox .seminar-title {
	font-size: 16px;
	font-weight: normal;
	color:#f39800;
	margin-bottom: 5px;
	line-height:180%;
}

#sidebox .seminar-text p,
#sidebox .seminar-teacher  {
	font-size: 12px !important;
	margin-bottom: 8px !important;
	padding: 0px !important;
	line-height: 140%;
}

#sidebox .seminar-box{
	width: 270px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;	
	padding: 15px 0px;
  	float: left;
}

.sideseminar {
	display: block;
}

#sidebar .side_list li a.tag-link-6 {
	border-bottom:none;
	padding-left:10px;
}

ul.wp-tag-cloud {
	font-size: 14px !important;

}

/* 
ul.wp-tag-cloud li {
	display: inline-block;
	margin-right: 6px !important;
}
*/

@media only screen and (max-width: 959px) {
	
	.third ,#sidebar, #sidebox {
		clear: both;
		display: block;
		margin: 10px auto;
	}
	#sidebox .seminar-box  {
		max-width: 760px; 
		width: 95% !important;
		display: block;
		margin: 10px auto;
	}
}



/***************** 詳細ページ *****************/
.blog-title .seminar-date{
	line-height: 100% !important;
	font-weight: normal;
	margin-bottom: 10px !important;
}
.blog-date {
	text-align: right;
	margin: -15px auto 0px auto;
	padding: 0px;
	font-size: 13px;
}

.blog-title .seminar-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 10px !important;
}

.seminar-detail p{
	line-height: 200% !important;
}

.seminar-detail div.seminar-teacher  {
	font-size: 15px !important;
}

/*.seminar-detail .seminar-img {
	float: right;
} */

article .seminar-sub, .message_box{
	clear: both;
}

article .seminar-sub, .message_box {
	max-width: 590px;
	padding: 20px;
	margin: 10px auto 20px auto;
	background: #ffffff; 
	border:1px solid #f5f0c2;
}

.seminar-detail div.seminar-sub p {
	padding: 0px;
	font-size: 15px !important;
}

article .seminar-sub2 {
	max-width: 590px;
	padding: 20px;
	margin: 10px auto 20px auto;
	background: #f4f2ee; 
	border:1px solid #ffffff;
}

div.seminar-sub2 p {
	padding: 0px;
	font-size: 14px !important;
}

article ul {
	font-size: 15px !important;
	padding-left: 10px;
}

article ul li {
	margin-bottom: 5px;
}

/***　フォームのセレクト長さ調整 ***/

.select-width {
 width: 100%;
}


@media only screen and (max-width: 959px) {
article .seminar-sub { max-width:700px;width: 85% !important; }
article .seminar-img { float: none; display:block; margin:10px auto; }
}

@media only screen and (max-width: 480px) {
article .seminar-img  { width:100%; display:block !important; margin:10px auto !important; }
}

/********講師派遣ページ************/
.instructor-tit {text-align: center; padding-top:10px;}

.instructor-fontL {font-size:20px;text-align:center;}
@media only screen and (max-width: 480px) {
	.instructor-fontL {font-size:16px;text-align:center;}
}

.instructor-case {text-align: center; padding-top:20px;}
.instructor-photo {text-align: center; padding-top:40px;}
.instructor-formbtn {text-align: center; padding:40px 0 40px 0;}
#instructor-seminar {text-align: center; padding:30px 0 20px 0;}