/*
Theme Name: responsive_one
Theme URI: http://www.iwac.jp
Description: レスポンシブ対応の2カラムテーマ
Version: 1.0
Author: Kameyama
Author URI: http://iWac.jp
*/

@charset "utf-8";

/*------------------------------
reset
------------------------------*/


/*----------layout----------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0px;padding:0px;}
table { border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after {ontent:'';}
abbr,acronym { border:0;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

.clearboth{clear:both;}



/*----------font----------*/
h1,h2,h3,h4,h5,h6 {font-size:110%; font-weight:bold;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}

html {
	font-size:62.5%;
}

/*----------clearfix----------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.fleft,
.alignleft {
	float: left;
}

.fright,
.alignright {
	float: right;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}
/*------------------------------
sider
------------------------------*/
.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:none;
	overflow-y:auto;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:15px;
	background:#333;
	color:#fff;
	/*-webkit-box-shadow:inset 0 0 5px 5px #222;
	-moz-box-shadow:inset 0 0 5px 5px #222;
	box-shadow:inset 0 0 5px 5px #222*/
}
.sidr .sidr-inner{
	padding:0 0 15px
}
.sidr .sidr-inner>p{
	margin-left:15px;
	margin-right:15px
}
.sidr.right{
	left:auto;right:-260px
}
.sidr.left{
	left:-260px;
	right:auto
}
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{
	font-size:11px;
	font-weight:normal;
	padding:0 15px;
	margin:0 0 5px;
	color:#fff;
	line-height:24px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:linear-gradient(#4d4d4d,#1a1a1a);
	/*-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)*/
}
.sidr p{
	font-size:13px;
	margin:0 0 12px;
}
.sidr p a{
	color: #fff;/*rgba(255,255,255,0.9)*/
}
.sidr>p{
	margin-left:15px;
	margin-right:15px
}
.sidr ul{
	display:block;
	margin:0 0 15px;
	padding:0;
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #4d4d4d
}
.sidr ul li{
	display:block;
	margin:0;
	line-height:48px;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #1a1a1a
}
.sidr ul li:hover{
	/*border-top:none;*/
	/*line-height:49px*/
	/*background: #777;*/
}
.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{
	/*-webkit-box-shadow:inset 0 0 15px 3px #222;
	-moz-box-shadow:inset 0 0 15px 3px #222;
	box-shadow:inset 0 0 15px 3px #222*/
}
.sidr ul li a,.sidr ul li span{
	padding:0 15px;
	display:block;
	text-decoration:none;
	color:#fff
}
.sidr ul li ul{
	border-bottom:none;
	margin:0
}
.sidr ul li ul li{
	line-height:40px;
	font-size:13px
}
.sidr ul li ul li:last-child{
	border-bottom:none
}
.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{
	/*border-top:none;*/
	/*line-height:41px*/
}
.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{
	/*-webkit-box-shadow:inset 0 0 15px 3px #222;
	-moz-box-shadow:inset 0 0 15px 3px #222;
	box-shadow:inset 0 0 15px 3px #222*/
}
.sidr ul li ul li a,.sidr ul li ul li span{
	color:#fff;/*rgba(255,255,255,0.8);*/
	padding-left:30px
}
.sidr form{
	margin:0 15px
}
.sidr label{
	font-size:13px
}
.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{
	width:100%;
	font-size:13px;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:none;
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.6);
	display:block;
	clear:both
}
.sidr input[type=checkbox]{
	width:auto;
	display:inline;
	clear:none
}
.sidr input[type=button],.sidr input[type=submit]{
	color:#333;
	background:#fff
}
.sidr input[type=button]:hover,.sidr input[type=submit]:hover{
	background:rgba(255,255,255,0.9)
}
/*-- mobile navi --*/
#mobileNavi {
	width: 100%;
	height: 52px;
	padding: 2px 0;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5eccff', endColorstr = '#2da7e0');
INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5eccff', endColorstr = '#2da7e0')";*/
background: #226699;
/*Element must have a height (not auto)*/
/*All filters must be placed together
background-image: -moz-linear-gradient(top, #5eccff, #2da7e0);
background-image: -ms-linear-gradient(top, #5eccff, #2da7e0);
background-image: -o-linear-gradient(top, #5eccff, #2da7e0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#5eccff), to(#2da7e0));
background-image: -webkit-linear-gradient(top, #5eccff, #2da7e0);
background-image: linear-gradient(top, #5eccff, #2da7e0);*/
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	/*background: url(http://ishihara-yoshinori.jp/img/navi_bg.gif) 0 0 repeat-x;*/
}

#mobileNavi > a {
	color: #fff;
	font-size: 14px;
}

#mobileNavi > a:hover {
	text-decoration: none;
	color: #fff;
}

#simple-menu {
	display: block;
	height: 48px;
	width: 48px;
	background: #2c3e50;
	margin-left: 4px;
	text-align: center;
	border-radius: 3px;
}

#simple-menu span {
	position: relative;
	top: 12px;
}

#simple-menu:hover,
#simple-menu:active {
	background: #34495e;
	color: #fff600
}


#globalNvi {
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5eccff', endColorstr = '#2da7e0');
INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5eccff', endColorstr = '#2da7e0')";
Element must have a height (not auto)*/
/*All filters must be placed together
background-image: -moz-linear-gradient(top, #5eccff, #2da7e0);
background-image: -ms-linear-gradient(top, #5eccff, #2da7e0);
background-image: -o-linear-gradient(top, #5eccff, #2da7e0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#5eccff), to(#2da7e0));
background-image: -webkit-linear-gradient(top, #5eccff, #2da7e0);
background-image: linear-gradient(top, #5eccff, #2da7e0);*/
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
position: fixed;
top: 20px;
left:330px;
z-index: 9999;
/*background: #333333;*/
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0;
	width: 100%;
}
#globalNvi ul {
	font-size: 14px;
	list-style: none;
	margin: 0;/* 0 0 -0.8125em;*/
	padding-left: 0;
}

#globalNvi li {
	width: 140px;
	float: left;
	position: relative;
	/*border-left: 1px #ffffff dotted;*/
}

#globalNvi li:last-child {
	/*border-right: 1px #ffffff dotted;*/
}

#globalNvi li ul li,
#globalNvi li ul li:last-child {
	border: none;
}
#globalNvi a {
	/*color: #ffffff;*/
        color: #444444;
	display: block;
	line-height: 2.333em;
	/*padding: 0 1em;*/
        padding: 0 1.0em;
	/*margin: 6px;*/
	text-decoration: none;
	text-align: center;
        padding-bottom: 12px;
}
#globalNvi ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	/*top: 3.333em;*/
	left: 0;
	/*width: 180px;*/
        width: 140px;
	z-index: 99999;
	padding: 4px 0;
	/*background: #44b9ef;*/
        background: #888888;
}
#globalNvi ul ul ul {
	left: 100%;
	top: 0;
}
#globalNvi ul ul a {
	/*background: #44b9ef;*/
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 3px 5px 3px 10px;
	/*width: 165px;*/
	margin: 0;
}
#globalNvi li:hover > a,
#globalNvi a:focus {
	/*background: #888888;*/
}
#globalNvi ul ul a:hover {
	background: #888888;
}
#globalNvi li:hover > a,
#globalNvi a:focus {
	/*color: #ffffff;*/
        color: #226699;
	font-weight: bold;
}
#globalNvi ul li:hover > ul {
	display: block;
}
#globalNvi ul .current_page_item a,
#globalNvi ul .current_page_parent a,
#globalNvi ul .current_page_parent ul .current_page_item a {
	/*background: #888888;
	color: #ffffff;*/
}

#globalNvi ul .current_page_parent ul a,
#globalNvi ul .current_page_parent .current_page_parent a {
	background: #44b9ef;
	color: #ffffff;
}
#globalNvi ul .current_page_parent ul a:hover,
#globalNvi ul .current_page_parent .current_page_parent a:hover {
	background: #888888;
	color: #ffffff;
}
/*----------------*/

#globalNvi ul .current-menu-item a{
	/*background: #888888;*/
	/*color: #ffffff;*/
}

/*--------------------------
style
-----------------------------*/
/*--Text------------------------------------------------------------*/

body {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.8;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {/*IE6*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

*:first-child + html body {/*IE7*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #3498db;
	text-decoration: none;
}

a:visited {
	color: #3498db;
	text-decoration: none;
}

a:hover,
a:active {
	color: #2980b9;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a img:hover {
  -ms-filter: "alpha( opacity=60 )";
  filter: alpha( opacity=60 );
  opacity: 0.6;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

/*-------------------------------------------------------------
all
---------------------------------------------------------------*/
body {
	/*background: #f4f6f6;*/
        background: #eeeeee;
}

#header {
	width: 100%;
	background: #ffffff;
	height: 56px;
	padding: 4px 0;
	border-bottom: 4px #226699 solid;
        /*border-top: 4px #226699 solid;*/
	box-shadow: 0 2px 3px #aaaaaa;
	z-index: 9999;
}

#header .headerTxt h1 {
	font-size: 12px;
	font-weight: normal;
}

#header .logoArea {
	max-height: 100px;
}


/*----------------*/
#contents {
	padding: 10px 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.kome {
	font-size: 90%;
}

.textR {
	text-align: right;
}

.textC {
	text-align: center;
}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100 {margin-bottom: 100px!important;}
#footer {
	background: #226699;
	color: #ffffff;
	width: 100%;
	min-height: 60px;
}

#footer footer {
	padding: 10px 0 ;
	font-size: 90%;
}


#footer a,
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

#footer .copy {
	clear:both;
	font-size: 90%;
}

#footer footer ul {
	display: inline-block;
        padding: 5px 20px 5px 5px;
        margin: 0 auto;
}

#footer footer li {
	display: inline-block;
        padding: 0px 20px 0 5px;
        margin: 0 auto;
}

#footer footer dl {
	padding: 8px 20px 0 5px;
}

/*-------------------------------------------------------------
viewArea
---------------------------------------------------------------*/
#viewArea {
	margin: 20px auto -50px;
	padding: 30px 0 0;
	background: #ffffff;
}

#viewArea {
	position: relative;
}

#main_column .topView .title {
	font-size: 200%;
	line-height: 1.4;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#main_column .topView .title {
	font-size: 120%;
	line-height: 1.4;
}
}

#main_column .topView p {
	font-size: 1.1em;
}


/*-------------------------------------------------------------
---------------------------------------------------------------*/
/*--add 2016.10.12--*/

.tablepress_some td, .tablepress_some th {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none!important;
}

#tablepress-1 {
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}

.tablepress_some .odd td {
	background-color: #f9f9f9;
}

.tablepress_some tbody td {
	vertical-align: middle;
	font-size: 0.8em;
}
.tablepress_some thead {
	background-color: #fad256;
	font-size: 0.9em;
	font-color: #ffffff;
	border: none;
	vertical-align: middle;
}
.tablepress_some thead th {
	background-color: #fad256;
	font-weight: 700;
	font-color: #e6eae3;
	border: none;
	vertical-align: middle;
}
/*-- /2016.10.12 --*/


#contents article .cta {
	margin-bottom: 4em;
}

#contents article p,
#contents article table {
	margin-bottom: 1.5em;
	font-size: 1.1em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#contents article p,
#contents article table {
	margin-bottom: 1.5em;
	font-size: 1.1em;
}
}

#contents article dl {
	padding: 0 0 0px 0;
	font-size: 1em;
}

#contents article dt {
	margin: 8px 20px 5px 8px;
	font-weight: bold;
	font-size: 1.1em;
}

#contents article dd {
	margin: 0px 20px 18px 30px;
}

#contents article ul {
	font-size: 1em;
	clear:both;
}
.supp {
	font-size: 0.9em !important;
}

#contents article section .the-content .title {
	font-size: 155%;
	color: #2E2E2E;
	border-left: 4px #226699 solid;
	padding: 0 0 0 0.5em;
	margin-top: 2.5em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#contents article section .the-content .title {
	font-size: 125%;
	color: #2E2E2E;
	border-left: 4px #226699 solid;
	padding: 0 0 0 0.5em;
	margin-top: 2.5em;
}
}

/*
#contents article h1,
#contents article h2,
#contents article h3,
#contents article h4,
#contents article h5,
#contents article h6 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: #d6d6d6 1px dotted;
	margin: 2em 0 0.5em 0;
	color: #333333;
	line-height: 1.5;
}
*/

#contents article h1 {
	font-size: 165%;
	font-weight: bold;
	margin: 3em 0 0.5em 0;
	color: #333333;
	line-height: 1.5;
}

#contents article h2,
#contents article h3 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: #d6d6d6 1px dotted;
	margin: 2em 0 0.5em 0;
	color: #333333;
	line-height: 1.5;
}

#contents article h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
	color: #444444;
	line-height: 1.5;
}

#contents article h5,
#contents article h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	color: #555555;
	line-height: 1.5;
}


#contents article .title {
	font-size: 180%;
	margin: 0 0 0.5em 0;
	color: #2E2E2E;
	border: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#contents article .title {
	font-size: 140%;
	margin: 0 0 0.5em 0;
	color: #2E2E2E;
	border: none;
}
}

#contents article section .title {
	font-size: 155%;
	color: #2E2E2E;
	border-left: 4px #226699 solid;
	padding: 0 0 0 0.5em;
}

#main_column h1 {
	font-size: 170%;
	color: #444444;
	padding: 0 0 0 10px;
	margin:10px 0;
}

#contents article .subtitle {
	font-size: 150%;
	border-bottom: #226699 2px solid;
	color: #333333;
	margin-top: 2em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#contents article .subtitle {
	font-size: 125%;
	border-bottom: #226699 2px solid;
	color: #333333;
	margin-top: 2em;
}
}

#contents article .pen {
	background: url(/b2blog/img/icon_pen_blue.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
#contents article .info {
	background: url(/b2blog/img/icon_info_pink.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
#contents article .graph {
	background: url(/b2blog/img/icon_graph_green.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
#contents article .arrow {
	background: url(/b2blog/img/icon_arrow_orange.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
#contents article .pin {
	background: url(/b2blog/wp-content/uploads/2018/01/icon_pin_purple.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
#contents article .tagp {
	background: url(/b2blog/wp-content/uploads/2018/01/icon_tag_pink.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
#contents article .tago {
	background: url(/b2blog/wp-content/uploads/2018/01/icon_tag_orange.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
/*--add 2015.2.9--*/
#contents article .point {
	background: url(/b2blog/img/icon_finger_sky.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}

#contents article .Glasses {
	background: url(/b2blog/wp-content/uploads/2018/01/icon_finger_Glasses.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}

#contents article .gear {
	background: url(/b2blog/wp-content/uploads/2018/01/icon_finger_gear.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
#contents article .target {
	background: url(/b2blog/wp-content/uploads/2018/01/icon_finger_target.png) 0 3px no-repeat;
	padding: 0 0 0 28px;
}
#contents .flamelist {
	margin-bottom: 0px;
}
#contents article .grayroundline {
	border: #d6d6d6 solid 1px;
	padding: 15px 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	overflow:hidden; 
}
#contents article .grayline {
	border: #757575 solid 1px;
	padding: 20px 20px;
	margin-bottom: 30px;
}
#contents article .grayback {
	background: #ECEFF1;
	padding: 20px 20px;
	margin-bottom: 30px;
}
#contents article .yellowback {
	background: #fffde7;
	padding: 20px 20px;
	margin-bottom: 30px;
}
#contents article .blueback {
	background: #E1F5FE;
	padding: 20px 20px;
	margin-bottom: 30px;
}
#contents article .pinkback {
	background: #FCE4EC;
	padding: 20px 20px;
	margin-bottom: 30px;
}
#contents article .greenback {
	background: #E8F5E9;
	padding: 20px 20px;
	margin-bottom: 30px;
}
/*-- /2015.2.9 --*/
#contents .wp_social_bookmarking_light {
	padding-bottom: 1em!important;
}

#contents article img {
	margin-top: 1em;
	margin-bottom: 1em;
}

#contents article img.alignleft {
	margin-right: 1em;
}
#contents article img.alignright {
	margin-left: 1em;
}
#contents .cal {
	font-size: 12px;
	float: left;
	margin-right: 1em;
	color: #6bb82d;
}

#contents .cat,
#contents .tag {
	font-size: 12px;
	float: left;
	margin-right: 1em;
}

#contents .cat a {
	padding: 0 0.5em;
	background: #f39c12;
	color: #ffffff;
	border-radius: 2px;
}

#contents .cat a:hover {
	background: #f1c40f;
	text-decoration: none;
}

#contents .tag a {
	padding: 0 0.5em;
	background: #f39c12;
	color: #ffffff;
	border-radius: 2px;
}

#contents .tag a:hover {
	background: #f1c40f;
	text-decoration: none;
}

/*--add 2016.9.30--*/
blockquote {
	position: relative;
	margin: 2em 0;
	padding: 1em 2.8em 1em 2.6em;
	font-size: .8em;
	border-left: 2px dotted #CCC;
	border-radius: 2px;
	word-break: break-word;
}

blockquote:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '”';
	font-family: MSゴシック;
	font-size: 5em;
	opacity: .1;
}
 
#contents .prof {
	padding: 20px;
	margin: 0 0 10px 0;
	border:1px
	solid #eeeded;
	border-radius: 10px;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
	overflow:hidden; 
	}

#contents .photo {
	float:left;
	width:30%;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	}
#contents .photo_lf {
	float:left;
	width:65%;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	margin:0 auto;
	}

#contents .intro {
	float:left;
	width:70%;
	background-color: #fff;
	font-size:0.8em;
	font-color:#6a6a6a;
	position: relative;
	}

#contents .intro_lf {
	float:left;
	width:35%;
	background-color: #fff;
	font-size:0.9em;
	font-color:#6a6a6a;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	}

#contents .photo img{
	width:110px;
	height:auto;
	}

#contents .photo_lf img{
	width:350px;
	height:auto;
	margin:0 auto;
	}

#contents .clears {
	clear:both;
	height:60px;

	}
/*-- /2016.9.30 --*/
/*--add 2016.11.15--*/
.similar-img img{
	border-radius: 4px; 
	margin: 3px 3px 3px 3px ;
}

.box1{
	float:left;
	width:45%;
	border-bottom: #d6d6d6 1px dotted;
	margin-right: 5%;
}

.box2{
	float:left;
	width:30%;
	vertical-align:middle;
	position: relative;
	margin:0 auto;
	}

.box3{
	width:60%;
	height:90px;
	position: relative;
	font-size:0.9em;
	font-color:#6a6a6a;
	padding:8px;
	float:left;
	margin 0 auto;
	vertical-align: middle;
	-webkit-text-size-adjust: 100%; 
	}

.box3 a{	
	position: absolute;
	margin-bottom:0em !important;	 
	display:inline-block;
	vertical-align: middle;
	width:100%;
	height:90px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*-- /2018.2.15 --*/
.arrow_answer,
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 20px 25px;
    border-radius: 10px;
    width: 70%;
    font-size: 13px;
}
.arrow_question {
    float: right;
    margin-right: 20px;
}
.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_question:after,
.arrow_question:before { right: 100%; }
.arrow_answer:after,
.arrow_answer:before { left: 100%; }
.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}
.arrow_answer:after { border-left-color: #fff ; }
.arrow_question:after { border-right-color: #fff ; }
.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
}
.arrow_answer:before { border-left-color: #c8c8c8; }
.arrow_question:before { border-right-color: #c8c8c8; }
.question_image { float: left; }
.answer_image {
    float: right;
    margin-right: 20px;
}
.answer_image img,
.question_image img { border-radius: 50px; }
.question_Box {
    margin-bottom: 25px;
    overflow: hidden;
}
/*--add 2018.2.16--*/
.balloon {
 margin: 35px 20px;
 padding : 20px 35px;
 position: relative;
}
.balloon:after,.balloon:before {
 clear: both;
 content: "";
 display: block;
}
.balloon-image-left {
 position: absolute;
 left: 0;
 margin: 0;
 width: 90px;
 height: 90px;
}
.balloon-image-right {
 position: absolute;
 right: 0;
 margin: 0;
 width: 90px;
 height: 90px;
}
.balloon figure img {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 margin: 0;
}
.balloon-image-description {
 padding: 0px 0 0;
 font-size: 14px;
 text-align: center;
}
.balloon img {
 margin-top: 1em;
 margin-bottom:0px !important;
}
.balloon-text-right {
 position: relative;
 margin-left: 65px;
 padding: 18px 30px;
 border: 1px solid  #c8c8c8;
 border-radius: 10px;
 float: left;
 max-width: 100%;
 font-size: 13px;
}
.balloon-text-left {
 position: relative;
 margin-right: 60px;
 padding: 18px 30px;
 border: 1px solid  #c8c8c8;
 border-radius: 10px;
 float: right;
 max-width: 100%;
 font-size: 13px;
}
.balloon p {
 font-size: 13px;
 padding:0 !important; 
 margin:0 !important; 
 text-align: center;
}
.balloon p:last-child {
 margin-bottom: 0;
}
/* 会話 */
.balloon-text-right:before {
 position: absolute;
 content: '';
 border: 10px solid transparent;
 border-right: 10px solid  #c8c8c8;
 top: 15px;
 left: -20px;
}
.balloon-text-right:after {
 position: absolute;
 content: '';
 border: 10px solid transparent;
 border-right: 10px solid  #fff;
 top: 15px;
 left: -19px;
}
.balloon-text-left:before {
 position: absolute;
 content: '';
 border: 10px solid transparent;
 border-left: 10px solid #c8c8c8;
 top: 15px;
 right: -20px;
}
.balloon-text-left:after {
 position: absolute;
 content: '';
 border: 10px solid transparent;
 border-left: 10px solid #fff;
 top: 15px;
 right: -19px;
}
/*--add 2017.4.18--*/
.index {
	padding:10px 20px;
	border: #226699 dotted 1px;
	background: #f9f9f9;
	font-size: 14px;
	margin: 0 50px;
}

.index p {
	padding-left: 25px;
	margin: 0 !important;
}

.index .header2 li{
	padding-left: 50px;
}

.index .header3 li{
	padding-left: 100px;
}


@media screen and (min-width: 0px) and (max-width: 769px){
.index {
	padding:10px 5px;
	border: #226699 dotted 1px;
	background: #f9f9f9;
	font-size: 14px;
	margin: 0 5px;
}

.index p {
	padding-left: 5px;
	margin: 0 !important;
}

.index .header2 li{
	padding-left: 10px;
	padding-right: 10px;
}

.index .header3 li{
	padding-left: 15px;
	padding-right: 10px;
}
}

/*-------------------------------------------------------------
ぱんくず
---------------------------------------------------------------*/
	.breadcrumbs {
		margin-bottom: 10px;
	}
/*-------------------------------------------------------------
list
---------------------------------------------------------------*/

/*-------------------------------------------------------------
archive
---------------------------------------------------------------*/
#main_column .archivelist {
	padding: 20px 0;
	border-bottom: 1px #d6d6d6 dotted;
}


#main_column .archivelist section li {
	font-size: 12px;
}
#main_column .archivelist section li.cal {
	color: #16a085;
}
/*-------------------------------------------------------------
pager
---------------------------------------------------------------*/
#pagination {
	margin-top: 20px;
}
#pagination .past-page {
	display: block;
	float: right;
}
#pagination .next-page {
	display: block;
	float: left;
}

#pagination > div a {
	width: 100px;
	padding: 2px 10px;
	border-radius: 4px;
	background: #35ADE5;
	color: #ffffff;
	background: none\9;
	color: #3498db\9;
}

#pagination > div a:hover {
	background: #888888;
	color: #ffffff;
	text-decoration: none;
	background: none\9;
	color: #2980b9\9;
}
/*-------------------------------------------------------------
yarpp
---------------------------------------------------------------*/
.yarpp-related a img {
	/*width: 132px;*/
	height: 120px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	height : 230px !important;
}

/*-------------------------------------------------------------
---------------------------------------------------------------*/
#sub-column {
	font-size: 90%;
}
#sub-column > div {
	margin: 0 auto 15px;
        background: #ffffff;
        padding: 7px 7px;
	-webkit-text-size-adjust: 100%; 
}
#sub-column .side-title {
	display: block;
	background: #226699 url(/b2blog/img/icon04.png) 5px 3px no-repeat;
	margin-bottom: 0.5em;
	color: #ffffff;
	padding: 3px 5px 3px 30px;
}

#sub-column ul.listicon li {
	position: relative;
	margin: 6px 0;
	padding: 0 0 0 24px;
}
#sub-column li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: #d6d6d6 1px dotted;
}
#sub-column li .post-date {
	font-size: 10px;
}
#sub-column li:hover {
		background: #F6F6F6;
}
#sub-column .ranking li {
	position: relative;
}
#sub-column .ranking li .num {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	left: -3px;
}

#sub-column .ranking li:nth-child(1) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking01.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(2) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking02.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(3) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking03.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(4) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking04.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(5) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking05.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(6) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking06.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(7) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking07.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(8) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking08.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(9) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking09.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(10) .num{
	background: url(https://www.innovation.co.jp/b2blog/img/ranking10.png) 0 0 no-repeat;
}
/*-----------------------------
searchform
-------------------------------*/
#searchform {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#searchform label {
	display: none;
}

#searchsubmit {
	padding: 1px 20px;
	background: #333333;
	color: #ffffff;
	border: none;
	border-radius: 2px;
}
#searchsubmit:hover {
	background: #868686;
}
/*-----------------------------
submitForm
-------------------------------*/
#submitForm {
	padding: 1px 20px;
	background: #333333;
	color: #ffffff;
	border: none;
	border-radius: 2px;
}
#submitForm:hover {
	background: #868686;
}

#pop_submitForm {
	padding: 1px 20px;
	background: #333333;
	color: #ffffff;
	border: none;
	border-radius: 2px;
}
#pop_submitForm:hover {
	background: #868686;
}
/*-------------------------------------------------------------
ctc
---------------------------------------------------------------*/
.ctc li {
	display: block;
	margin-bottom: 0!important;
	padding: 5px 0!important;
	font-size: 100%;
	border-bottom: 1px #d6d6d6 solid!important;
}


/*-------------------------------------------------------------
wpp
---------------------------------------------------------------*/
.wpp-list li {
	display: inline-block!important;
}
/*------------------------------
form
------------------------------*/
#main_column form {
 margin: 0 auto;
}

#main_column form input:focus,
#main_column form textarea:focus {
 background: #ffd8e0;
}

#main_column form dl {
 width: 100%;
 clear: both;
 padding: 0 0 10px 0;
}

#main_column form dl dt {
 clear: both;
 float: left;
 display: block;
 min-width: 120px;
 font-weight: bold;
 padding: 6px;
}

#main_column form .req {
 font-size: 90%;
 font-weight: nomal;
 color: #f00;
}

#main_column form dl {
 border-top: 1px #d6d6d6 dotted;
}

#main_column form dl.top {
 border :none;
}

#main_column form dl dd {
 float: left;
 min-width: 250px;
 display: block;
 padding: 6px;
 margin: 8px 0 6px;
}
#main_column form dl dd input[type=radio] {
	margin: 0 0.5em 0 1em;
}
#main_column form dl dd input,
#main_column form dl dd textarea {
	border-radius: 5px;
	border:1px #d6d6d6 solid!important;
background:none;
}
#main_column form input[type=submit] {
	margin: 10px 20px;
	padding: 4px 10px;
	cursor: pointer;
	background: #27ae60;
	color: #ffffff;
	font-weight: bold;
	border: none;
	border-radius: 4px;
}
#main_column form input[type=submit]:hover {
	background: #2ecc71;
	color: #ffffff;
}

#main_column form dl dd.ddName input {
 width: 238px;
}

#main_column form dl dd.ddTel input {
 width: 56px;
 margin: 0 0.5em;
}

#main_column form dl dd.ddZip input {
 width: 56px;
 margin: 0 0.5em;
}

#main_column form dl dd.ddMail input {
 width: 100%;
 min-width: 230px;
}

#main_column form dl dd.ddBox1 input {
 width: 100%;
 min-width: 230px;
}

#main_column form dl dd.ddBox2 input {
 width: 100%;
 min-width: 230px;
}

#main_column form .btnArea {
 clear: both;
}

#main_column form dl dd.ddold input {
 width: 20px;
}


/*-------------------------------------------------------------
---------------------------------------------------------------*/

@media screen and (min-width: 0px) and (max-width: 667px) {
	#globalNvi {
	display: none;
}

.mb_none {
	display: none;
}
#header {
	height: 60px;
	box-shadow: none;
}
#header .inner {
	display: block;
	width: 310px;
	margin: 0 auto;
	position: relative;
}
#header .inner img{
	display: block;
	margin: 0 auto;
	position: relative;
}
#header .inner h1 a {
	display: block;
	font-size: 14px;
	margin-left:60px;
	margin-top: -30px;
	color: #999999;
}
#header .inner h1 a:hover {
	text-decoration: none;
}
#header .inner p a {
	display: block;
	font-size: 14px;
	margin-left:60px;
	margin-top: -30px;
	color: #999999;
        font-weight: bold;
}
#header .inner p a:hover {
	text-decoration: none;
}
#viewArea {
	margin: 0 auto;
	padding: 0;
}

#viewArea .inner {
	width: 310px;
	margin: 0 auto;
	padding: 0 5px;
}
#viewArea .inner a img {
	display: block;
	margin: 0 auto;
}
#viewArea .textArea {
	background: #000000;
	color: #ffffff;
	opacity: 0.8;
}
#viewArea .textArea .inner {
	width: 310px;
	margin: 0 auto;
	padding: 10px;
}
#viewArea .textArea h1.title {
	font-size: 20px;
}
#viewArea .inner p {
	font-size: 15px;
}

.breadcrumbs {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	}
#contents {
	position: relative;
}
#contents article section .title {
	font-size: 145%;
}
#main_column {
	padding: 6px 10px 20px;
}
#main_column section {
	background: #ffffff;
	margin: 0 auto 25px;
	padding: 20px;
	border-bottom: 1px #d6d6d6 solid;
}
#main_column .wp-caption img {
	width: 100%;
}
#sub-column {
	background: #ffffff;
	padding: 6px 10px 20px;
}
#header .logoArea {
	max-height: 120px;
}
#header .linkArea {
	display: none;
}
.twArea {
	margin-top: 20px;
}

#contents .prof {
	clear: both;
	width: 80%;
}

#contents .photo {
          clear: both;
          margin: 0 auto;
          width: 50%;
}

#contents .photo_lf {
          clear: both;
          margin: 0 auto;
          width: 80%;
}

#contents .photo img{
	width:88px;
	height:102px;
	padding:5px 5px 5px 8px;
	}

#contents .photo_lf img{
	width:100%;
	height:100%;
	padding:5px 5px 5px 8px;
	}

#contents .intro {
	clear: both;
	width: 100%;
}
#contents .intro_lf {
	clear: both;
	width: 100%;
}
.box1{
	float:left;
	width:100%;
	border-bottom: #d6d6d6 1px dotted;
}
.box2{
	float:left;
	width:25%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position: relative;
	margin:0 auto;
	}

.box3{
	width:70%;
	font-size:1em;
	font-color:#6a6a6a;
	margin:0 auto;
	padding:5px;
	float:left;
	-webkit-text-size-adjust: 100%; 
	position: relative;
	}
	
.box3 a{	
	margin-bottom:0em !important;
	position: absolute;	 
	display:inline-block;
	width:100%;
	height:90px;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
}


/**/}

/*-------------------------------------------------------------
---------------------------------------------------------------*/

@media screen and (min-width: 668px) and (max-width: 768px) {
	#globalNvi {
	display: none;
}
.tab_none {
	display: none;
}
#mobileNavi {
	margin-top: 68px;
}
#header {
	position: fixed;
	top: 0;
	box-shadow: none;
}

#header .inner  {
	width: 668px;
	margin: 0 auto;
	position: relative;
}

#header .inner h1 a{
	display: block;
	width: 240px;
	font-size: 14px;
	position: absolute;
	color: #999999;
	top: 28px;
	left:64px;
}
#header .inner h1 a:hover {
	text-decoration: none;
}

#header .inner p a{
	display: block;
	width: 240px;
	font-size: 14px;
	position: absolute;
	color: #999999;
	top: 28px;
	left:64px;
        font-weight: bold;
}
#header .inner p a:hover {
	text-decoration: none;
}

#header .linkArea {
	width: 220px;
	position: absolute;
	top: 10px;
	right: 0;
}

#header .linkArea li {
	float: left;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
}
.breadcrumbs {
	margin-bottom: 10px;
}
#viewArea {
	padding-top: 0;
}
#viewArea .inner {
	width: 668px;
	margin: 0 auto;
	padding: 0 40px;
}
#viewArea .inner a img {
	display: block;
	margin: 0 auto;
}
#viewArea .textArea {
	background: #000000;
	color: #ffffff;
	opacity: 0.8;
	margin-top: -50px;
}
#viewArea .textArea .inner {
	width: 668px;
	margin: 0 auto;
	padding: 20px;
}
#viewArea .textArea h1.title {
	font-size: 20px;
}
#viewArea .inner p {
	font-size: 15px;
}

#contents {
	overflow: hidden;
	width: 668px;
	margin: 0 auto ;
}

#contents article section .title {
	font-size: 145%;
}
#main_column {
	padding: 6px 5px;
	float: left;
	width: 348px;
	margin-right: 4px;
}
#main_column section {
	background: #ffffff;
	/*border: 1px #d6d6d6 solid;*/
	border-radius: 3px;
	/*box-shadow: 0 2px 3px #aaaaaa;*/
	margin: 0 auto 25px;
	padding: 20px;
}

#sub-column {
	background: #ffffff;
	padding: 0;
	float: left;
	width: 305px;
	margin: 6px 0 0 0;
	/*border: 1px #d6d6d6 solid;*/
	border-radius: 3px;
	/*box-shadow: 0 2px 3px #aaaaaa;*/
}
#sub-column .side-title {
	background-color: #f5a915;
}
#sub-column ul,
#sub-column aside {
	padding: 6px 10px;
}

#footer footer {
	width: 668px;
	margin: 0 auto;
}
#searchform #s {
	width: 200px;
	margin:0 5px 0 10px;
}

#email {
	width: 177px;
	margin:0 5px 0 10px;
}

.box1{
	float:left;
	width:95%;
	border-bottom: #d6d6d6 1px dotted;
	margin-right: 5%;
}
.box2{
	float:left;
	width:25%;
	vertical-align:middle;
	position: relative;
	margin:0 auto;
	}

.box3{
	width:65%;
	position: relative;
	font-size:1em;
	margin 0 auto;
	font-color:#6a6a6a;
	vertical-align: middle;
	-webkit-text-size-adjust: 100%; 
	float:left;
	}

.box3 a{	
	margin-bottom:0em !important;
	position: absolute;	 
	display:inline-block;
	width:100%;
	height:90px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/**/}

/*-------------------------------------------------------------
---------------------------------------------------------------*/

@media screen and (min-width: 769px) {
#mobileNavi {
	display: none;
}
#phantom {
	display: block;
	height: 68px;
}
#header {
	position: fixed;
	top: 0;
}

#header .inner  {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

#header .inner h1 a {
	display: block;
	width: 240px;
	font-size: 14px;
	position: absolute;
	color: #999999;
	top: 28px;
	left:64px;
}
#header .inner h1 a:hover {
	text-decoration: none;
}

#header .inner p a {
	display: block;
	width: 240px;
	font-size: 14px;
	position: absolute;
	color: #999999;
	top: 28px;
	left:64px;
        font-weight: bold;
}
#header .inner p a:hover {
	text-decoration: none;
}

#header .linkArea {
	width: 220px;
	position: absolute;
	top: 10px;
	right: 0;
}

#header .linkArea li {
	float: left;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
}
#globalNvi ul {
	width: 1024px;
	margin: 0px auto;
	padding:  0;
}
#viewArea .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0 40px;
}
#viewArea .inner a img {
	display: block;
	margin: 0 auto;
}
#viewArea .textArea {
	background: #000000;
	color: #ffffff;
	opacity: 0.8;
	margin-top: -50px;
}
#viewArea .textArea .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 20px;
}
#viewArea .textArea h1.title {
	font-size: 24px;
}
#viewArea .inner p {
	font-size: 16px;
}

#contents {
	overflow: hidden;
	width: 1024px;
	margin: 10px auto 0;
}
#main_column {
	padding: 0 4px 6px;
	float: left;
	margin-right: 10px;
	width: 680px;
}
#main_column .wp-caption img {
	width: 668px;
}
#main_column section {
	background: #ffffff;
	/*border: 1px #d6d6d6 solid;*/
	border-radius: 3px;
	/*box-shadow: 0 2px 3px #aaaaaa;*/
	margin: 0 auto 25px;
	padding: 20px;
}
#main_column section .phArea {
	float: left;
	width: 308px;
}
#main_column section .txtArea {
	float: right;
	width: 300px;
	padding-left: 8px;
}
/*------------------*/
#main_column.topPage section {
	width: 272px;
	float: left;
	 margin: 0 10px 10px;
}
#main_column.topPage section .phArea,
#main_column.topPage section .txtArea {
	width: 272px;
	float: none;
	display: block;
	margin: 0 auto;
}
#main_column.topPage #pagination {
		clear: both;
		width: 626px;
}
/*--------------------*/
#main_column .two_block {
	width: 287px;
	height: 480px;
	margin: 0 0px 20px;
	float: left;
}
#main_column .blockArea section:nth-child(odd) {
	margin-right: 24px;
}

#main_column .two_block .phArea,
#main_column .two_block .txtArea {
	width: 272px;
	float: none;
	display: block;
	margin: 6px auto;
	overflow: hidden;
	padding: 0;
}
#main_column .two_block #pagination {
		clear: both;
		width: 626px;
}

#sub-column {
	background: #ffffff;
	padding: 0px 4px;
	float: left;
	width: 318px;
	margin: 0;
	/*border: 1px #d6d6d6 solid;*/
	border-radius: 3px;
	/*box-shadow: 0 2px 3px #aaaaaa;*/
}
#sub-column .side-title {
	background-color: #6bb82d;
}
#footer footer {
	width: 1024px;
	margin: 0 auto;
}

.twArea {
	margin: 20px auto 0;
	width: 520px;
}

#searchform #s {
	width: 225px;
	margin-right:5px;
}

#email {
	width: 200px;
	margin-right:5px;
}

#globalNvi ul .current-menu-item a:first-child:before {
    content:"";
    border: 10px solid transparent;
    border-bottom-color: #226699;
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
}

#globalNvi ul .current-menu-item .sub-menu a:before {
    content:"";
    border:none;
}

#globalNvi .sub-menu a {
    color: #ffffff;
}



/**/}
