@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------- 
    setting
----------------------------------------------------- */

.top_main{
	margin-top:20px;
}

p {
	font-size: 100%;
	line-height:1.6em
}
.mb0{margin-bottom:0;}
.mb0+ul{
	list-style-type:disc;
	padding-left:22px;
}
.link{
	background:url(images/ico_link.gif) no-repeat 0 0.5em;
	padding-left:12px;
}
a{cursor:pointer;}
.bold{font-weight:bold;}
.red{color:#e83918; font-weight:bold;}

.mt-15{
	margin-top:15px;
	display:block;
}
.mb-10{
	margin-bottom:10px;
}
.mb-20{
	margin-bottom:20px;
}
.fl-right{
	float:right;
}
img.fl-right{
	margin:0 -2px 30px 30px;
}	
.dotted{
	border-bottom:dotted 1px #dbdbdb;
}
.solid{
	border:solid 1px #dbdbdb;
}


/* -------------------------------------------------- 
    header
----------------------------------------------------- */
#header .row{
	position:relative;
}
header.container {
	/*padding-top:20px;*/
	/*padding-bottom:15px;*/
}

header h1 {
	margin:20px 0 0; padding:0;
	font-size: xx-large;
	line-height:1em;
}
header h1 img {
	line-height:0;
}
header #tagline {
	padding-top:9px;
}
header #contact {
	color:#4c6e9f;
	width:238px;
	height:34px;
	padding:10px 0;
	margin-bottom:15px;
	background: url(images/bg_header_contact.png) repeat-x bottom;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eef0f0));
	background: -moz-linear-gradient(top,  #fcfcfc,  #eef0f0);
	background: linear-gradient(top,  #fcfcfc,  #eef0f0);
	border:#FFFFFF 1px solid;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3); /* Firefox用 */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3); /* Safari,Google Chrome用 */ 
}
header .widget_RGBdesign_Contact#contact {
	text-align:center;
}
header .widget_RGBdesign_Contact#contact #phone {
	font-weight:bold;
	font-size: large;
	margin-bottom:3px;
}

header .widget_RGBdesign_Contact#contact #phone a{
	color:#4C6E9F;
}
header h3 {
	margin:0;
	margin-bottom:5px;
	padding-left:7px;
	font-size:12px;
	color:#4c6e9f;
}
header .widget_RGBdesign_Contact#contact h3 {
	border-left:0px #FFFFFF solid;
	padding-left:0px;
}
header .widget_search#contact label {
	display:none;
}
header form, header p {
	margin:0; padding:0;
}
header .widget ul li {
	display: inline;
}
/* Mobile */
@media only screen and (max-width: 767px) {
	header .widget_RGBdesign_Contact#contact{ text-align:left; }
	header .widget_RGBdesign_Contact#contact #phone,
	header .widget_RGBdesign_Contact#contact h3 { margin-bottom:0px; padding:0; margin-top:5px; }
	header .widget_search#contact { margin-top:10px; }
	header .widget_search#contact h3 { display:none; }
	header #contact .textwidget { margin-top:10px; }
	.top_main{margin-top:2px;}
	#text-9{margin-bottom:2px;}
}

/* -------------------------------------------------- 
    nav
----------------------------------------------------- */
nav .container {
	background: url(images/bg_nav.png) repeat-x bottom;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f2f2));
	background: -moz-linear-gradient(top,  #fff,  #f1f2f2);
	background: linear-gradient(top,  #fff,  #f1f2f2);
	/*padding-top:6px;
	padding-bottom:5px;*/
	border-bottom:#FFFFFF 1px solid;
	height:36px;
}
ul#nav {
	border-left:#e2e2e2 solid 1px;
	z-index:100;
}
ul#nav li {
	margin: 0;
	list-style: none;
	float: left;
	position: relative;
	border-left:#fff solid 1px;
	border-right:#e2e2e2 solid 1px;
	font-weight:bold;
	width:19.74%;
	font-size:14px;
	text-align:center;
	line-height:33px;
}
ul#nav li a {
	display:block;
	/*padding:4px 1.4em;*/
	text-shadow:#FFF 1px 1px;
	text-decoration:none;
	text-align:center;
	color:#575757;
	width:99.9%;
}

#nav_line {
	background-color:#598dbf;
	height:3px;
}
ul#nav li .sub-menu{
	margin-top:8px;
}
ul#nav .sub-menu li{
	float:none;
	width:100%;
}
ul#nav .sub-menu li a{
	width: 100%;
	height:100%;
}

/* Tablet */
@media only screen and (max-width: 768px) {
	ul#nav li a { font-size:80%; padding:4px 1em; }
}

/* --------------------------------------------------
    title_image
----------------------------------------------------- */
#title_image {
	border-bottom: #CCC 4px solid;
	margin-bottom:20px;
	padding-top:30px;
	padding-bottom:30px;
	display:none;
}

#title_photo {
	padding:1.5%;
	background-color:#FFF;
	line-height:0;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}

#title_photo img {
	width:100%;
}

#title_image .five {
	padding-top:3%;
}

#title_image h2,#title_image h3 {
	line-height:1.1em;
	color:#FFFFFF;
	text-shadow:#666 2px 2px 2px;
}

#title_image p{
	margin:0; padding:0;
	font-weight:bold;
	line-height:1.6em;
	color:#FFFFFF;
	text-shadow:#666 2px 2px 2px;
}

#title_image .button{
	margin-top:15px;
}

/* Tablet */
@media only screen and (max-width: 768px) {
	#title_image h2 { font-size: 150%; }
	#title_image p { font-size: 95%; }
}
/* --------------------------------------------------
    page_title
----------------------------------------------------- */
#page_title {
	margin-bottom:20px;
	padding-top:30px;
	padding-bottom:20px;
	margin: 0 auto;
    	max-width: 1040px;
   	/*min-width: 320px;*/
    	width: 100%;
}

/* Mobile */
@media only screen and (max-width: 768px) {
	#page_title{ width:85%;}
}


/* --------------------------------------------------
    box
----------------------------------------------------- */

.box .title {
	border: #fff solid 1px;
	
	background: url(images/bg_title.png) repeat-x bottom;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);　/* Firefox用 */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);　/* Safari,Google Chrome用 */  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f2f2));
	background: -moz-linear-gradient(top,  #fff,  #f1f2f2);
	background: linear-gradient(top,  #fff,  #f1f2f2);
	/*padding:8px 0px 6px 10px;*/
	height:39px;
	
	margin-bottom:15px;
}

.box h3 {
	margin-top:8px;
	font-size:14px;
	padding-left:14px;
	height:23px;
	line-height:23px;
}

.box h4,.box h5,.box h6 {
	margin:0; padding:0;
}

.box h4 {
	font-size: medium;
	margin-top:2px;
	margin-bottom:6px;
}
.message_tiles h4 {
	margin-bottom:5px;
	font-size:100%;
	background:url(images/ico_arrow.gif) no-repeat 0 0;
	padding-left:20px;
}
.message_tiles h4 a{
	color:#2b2b2b;
}
.message_tiles img.attachment-one_col {
	width:100%;
}

.box p {
	margin-bottom:15px;
}

.box dl{
	margin-left:0px;
	margin-top:0px;
	line-height:1.5;
	width:100%;
	zoom:100%;
	font-size: 90%;
	/*margin-bottom:5px;*/
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #dbdbdb;
}
.box dl:after{
	content:" ";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
.box dt{
	width:18%;
	float:left;
	/*border-bottom:solid 1px #dbdbdb;*/
	display:block;
	/*padding-bottom:10px;
	margin-bottom:10px;*/
}
.box dd{
	width:68%;
	float:left;
	/*border-bottom:solid 1px #dbdbdb;*/
	display:block;
	/*padding-bottom:10px;
	margin-bottom:10px;*/
}
.box dd a{
	width:100%;
	display:block;
}
.box dd.news_category ,
.news_category {
	width:14%;
}
.box dd.news_category a,
.news_category a{
	color:#e83918;
}	

/* Mobile */
@media only screen and (max-width: 768px) {
	.box dt{ width:13%; }
	.box dd{ width:87%; }
}
@media only screen and (max-width: 767px) {
	.box dt{
		width:100%;
		float: none;
		border-bottom:solid 0px #fff;
		padding-bottom:0px;
		margin-bottom:5px;
	}
	.box dd{
		width:100%;
		float: none;
	}
	.box dd.news_category, .news_category{
		width:50%;
		border:none;
		margin-bottom:2px;
	}
}

/* --------------------------------------------------
    side_box
----------------------------------------------------- */
.side_box{
	margin-bottom:20px;
}
.page_sidebar{
	/*margin-left: 10%;*/
	width: 100%;
}
.page_sidebar .title,
.side_box .title{
	border: #fff solid 1px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3); /* Firefox用 */
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3); /* Safari,Google Chrome用 */ 
	background: url(images/bg_title.png) repeat-x bottom;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f2f2));
	background: -moz-linear-gradient(top,  #fff,  #f1f2f2);
	background: linear-gradient(top,  #fff,  #f1f2f2);
	margin-bottom:8px;
	padding:9px 0;
}
.page_sidebar h3,
.side_box h3{
	font-size: 16px;
	line-height: 19px;
	padding-left: 14px;
	border-left: 3px solid #4A77A1;
}
.page_sidebar li,
.side_box li{
	width: 100%;
	border-bottom:solid 1px #dbdbdb;
}
.page_sidebar li.current{
	background:url(images/bg_table.gif) repeat-x bottom;
}
.page_sidebar a,
.side_box li a{
	display:block;
	padding:10px 0 10px 12px;
	background: url("images/ico_link.gif") no-repeat 0 center;
}
.page_sidebar li.current a{
	font-weight:bold;
	color:#333333;
}
.side_box h3 {
	/*margin-top:8px;*/
	font-size:14px;
	padding-left:14px;
	height:23px;
	line-height:23px;
}

.side_box label {
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	margin-left:2px;
}
.side_box p {
	margin-bottom:20px;
}
.side_box li {
	border-bottom:#ddd 1px solid;
	padding-bottom:5px;
}
.widget_RGBdesign_Contact.side_box #phone {
	font-weight:bold;
	font-size: large;
	margin-bottom:10px;
}

#wp-calendar {
	width:100%;
	margin-bottom:20px;
}
#wp-calendar thead tr th,
#wp-calendar tfoot tr td {
	padding: 4px;
}
#wp-calendar tbody tr td {
	padding: 4px;
}

.side_box #side_common{
	background:#e5e5e5;
	border-radius: 3px;         /* CSS3 */
	-webkit-border-radius: 3px; /* Webkit */
	-moz-border-radius: 3px;    /* Mozilla */
	padding:10px;
	text-align:center;
}
.side_box #side_common .side_contact{
	background: url(images/bg_side_contact.png) repeat-x bottom #fff;
	background: -webkit-gradient(linear, left center, left bottom, from(#fff), color-stop(0.5 #f7f8f8), color-stop(0.9 #f2f3f3), to(#d6dde4));
	background: -moz-linear-gradient(top,  #fff, #f7f8f8 50%, #f2f3f3 90%,  #d6dde4);
	background: linear-gradient(top,  #fff,  #d6dde4);
	border:solid 1px #fff;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3); /* Firefox用 */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3); /* Safari,Google Chrome用 */
	padding:10px 0 0;
}
.side_box #side_common .side_contact .entry{
	background:url(images/btn_l.png) no-repeat;
	width:174px;
	height:52px;
	line-height:49px;
	font-size:14px;
	text-align:right;
	padding-right:30px;
}
.side_box #side_common .side_contact .detail{
	background:url(images/btn_s.png) no-repeat;
	width:204px;
	height:42px;
	line-height:40px;
	font-size:12px;
}
.side_box #side_common .side_contact .admission a{
	display:block;
	color:#fff;
	text-shadow: 1px 1px #666666;
	font-weight:bold;
	margin:auto;
     -moz-transition: filter 0.7s, opacity 0.7s;
     -webkit-transition: filter 0.7s, opacity 0.7s;
     transition: -ms-filter 0.7s, opacity 0.7s; 
}
.side_box #side_common .side_contact .admission a:hover{
	text-decoration:none;
     filter: alpha(opacity=80);
     -ms-filter: alpha(opacity=0.8);
     opacity: 0.8;
	-moz-transition: filter 0.7s, opacity 0.7s;
	-webkit-transition: filter 0.7s, opacity 0.7s;
	transition: -ms-filter 0.7s, opacity 0.7s;	
}
.side_box #side_common .admission{
	padding-bottom:6px;
	border-bottom:1px solid #d1dce5;
	width:94%;
	margin:auto;
}
.side_box #side_common .admission img{
	margin-bottom:5px;
}
.side_box #side_common .admission h3{
	background:url(images/ico_admission.gif) no-repeat 0 0.2em;
	padding-left:15px;
	border:none;
	font-size:86%;
	color:#507fad;
	width:160px;
	margin:auto;
}
.side_box #side_common .tel h3{
	color:#4c6e9f;
	border:none;
	font-size:12px;
	padding:0;
	margin:5px 0 0;
}
.side_box #side_common .tel{
	color:#4c6e9f;
	font-size:18px;
	font-weight:bold;
	border-top:solid 1px #fff;
	width:94%;
	margin:auto;
}
.side_box #side_common .tel a{
	color:#4c6e9f;
}
.side_box #side_common .tel p{
	line-height:15px;
	margin-bottom:10px;
}	
	
	

/* --------------------------------------------------
    breadcrumb
----------------------------------------------------- */
.breadcrumb {
	margin:10px 0;
	font-size:72%;
	color:#575757;
}
.breadcrumb .columns div {
	display:inline;
}

/* --------------------------------------------------
    page
----------------------------------------------------- */
#rgbdesign_messagetiles-2 .title{
	display:none;
}
.post-8 img{
	margin-left:-2px;
}
.post-10 img{
	margin-right:-2px;
}
.news_list{
	text-align:right;
}
.contents_box{
	margin-bottom:50px;
}
.member_box{
	padding-bottom:20px;
	margin-bottom:20px;
}
#recent-posts-3,
#text-9{
	margin-bottom:20px;
}

.page h3{
	border: #fff solid 1px;
	
	background: url(images/bg_title.png) repeat-x bottom;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f2f2));
	background: -moz-linear-gradient(top,  #fff,  #f1f2f2);
	background: linear-gradient(top,  #fff,  #f1f2f2);
	padding:10px 0px 6px 10px;

	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3); /* Firefox用 */
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3); /* Safari,Google Chrome用 */ 
	
	margin-bottom:25px;
	font-size:22px;
}

.page h2.wp-table-reloaded-table-name {
	border: #D9D9D9 solid 1px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: url(images/common/nav_bg.jpg) repeat-x bottom;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E0E2E8));
	background: -moz-linear-gradient(top,  #fff,  #E0E2E8);
	background: linear-gradient(top,  #fff,  #E0E2E8);
	padding:8px 0px 6px 10px;
	
	margin-bottom:15px;
	font-size:14px;
}

.page h4 {
	border-bottom:solid 2px #5784ad;
	font-size:18px;
	color:#5784ad;
	padding-bottom:6px;
	margin-bottom:20px;
}
.nra2015 h4{
	border:none;
	font-size:16px;
	color:#181818;
	padding:0;
	margin:0;
}

.page h5 {
	margin:0;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom: #CCC 1px solid;
	margin-bottom:20px;
	clear:both;
}

.page h6 {
	margin:0;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	clear:both;
}

.page .columns section {
	margin-bottom:25px;
}

/*.page .columns section p {
	margin-bottom:25px;
}*/
.nra2015 h2{
	border-left: #5784ad solid 8px;
    border-bottom: solid 2px #5784ad;
    font-size: 18px;
    color: #5784ad;
    padding-bottom: 6px;
    margin-bottom: 20px;
	
	background: url(images/bg_title.png) repeat-x bottom;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f2f2));
	background: -moz-linear-gradient(top,  #fff,  #f1f2f2);
	background: linear-gradient(top,  #fff,  #f1f2f2);
	padding:10px 0px 6px 10px;

	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3); /* Firefox用 */
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3); /* Safari,Google Chrome用 */ 
}
.page .nra2015 h3 {
	border:none;
	background:none;
    border-bottom: #CCC 1px solid;
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 20px;
	box-shadow:none;
	-webkit-box-shadow::none;
	line-height:1;
}
.privacyLead {
    font-size: 16px;
    text-align: center;
}
p.privacyLead{
	margin:0;
}
.privacyText {
    border-bottom: 1px solid #cfd2d7;
    border-top: 1px solid #cfd2d7;
    font-size: 13px;
    padding: 13px 0px;
    line-height: normal;
}
.privacyText p{
	margin:0;
}
.privacyText ol{
	margin-bottom:0;
}
.privacyText>ol{
    list-style-type: cjk-ideographic;
}
/*.flow{
	text-indent:-9999px;
	background:url(images/flow.gif) no-repeat;
	width:100%;
	height:59.84%;
}*/



.alignleft { float:left; margin:0px 20px 15px 0px; }
.alignright { float:right; margin:0px 0px 15px 20px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom:20px; }

/* Mobile */
@media only screen and (max-width: 767px) {
	.alignleft { float:none; margin:0px 0px 20px 0px; }
	.alignright { float:none; margin:0px 0px 20px 0px; }
}

/* --------------------------------------------------
    single
----------------------------------------------------- */

.post_date{
	border-bottom:dotted 1px #dbdbdb;
	margin-bottom:15px;
	padding-bottom:5px;
	text-align:right;
}
.post_date p{
	margin-bottom:5px;
}

/*Tag*/
.educate-info,
.educate-info:hover,
.educate-info:focus{
	color:#9479b0;
}
.case-study-info,
.case-study-info:hover,
.case-study-info:focus{
	color:#5e93c7;
}
.measures-info,
.measures-info:hover,
.measures-info:focus{
	color:#009e80;
}

/* --------------------------------------------------
    archive
----------------------------------------------------- */

.archive .title h3{
	border: #fff solid 1px;
	
	background: url(images/bg_title.png) repeat-x bottom;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f2f2));
	background: -moz-linear-gradient(top,  #fff,  #f1f2f2);
	background: linear-gradient(top,  #fff,  #f1f2f2);
	padding:10px 0px 6px 10px;

	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3); /* Firefox用 */
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3); /* Safari,Google Chrome用 */ 
	
	margin-bottom:25px;
	font-size:22px;
	border-left: 8px solid #5784AD;
}

.archive h3 {
	margin:0;
	font-size:14px;
	padding-left:8px;
}

.archive .row {
	padding:10px 0px 20px 0px;
}

.thumb img {
	margin-bottom:15px;
}

/* --------------------------------------------------
   smartnav
----------------------------------------------------- */

.smartnav {
	width: auto; margin: 20px -20px 40px; height: auto;
	border-bottom: #ccc 1px solid;
}

.smartnav li { margin:0; }
.smartnav li a {
	display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 0 0; margin: 0; font-size: 15px; font-size: 1.5rem; text-decoration:none; background: #F1F3F5;
}
.smartnav li ul {
	margin:0; padding:0;
}

/* --------------------------------------------------
   toTOP
----------------------------------------------------- */

.totop {
	margin-bottom:10px;
	text-align:right;
}
.totop a {
	background:url(images/ico_top.gif) no-repeat 0 0.6em;
	padding-left:12px;
}

/* --------------------------------------------------
   footer
----------------------------------------------------- */

footer {
	background-color: #507fad;
	/*-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2) inset;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.2) inset;
	box-shadow: 0 2px 3px rgba(0,0,0,.2) inset;*/
	padding:15px 0;
}
footer h3 {
	font-size:14px;
	clear:both;
	color:#fff;
	text-shadow:#666 1px 1px;
	margin-bottom:2px;
}
footer li {
	margin:0 30px 5px 0; padding:0;
	float: left;
}
footer li ul,footer li ul li ul,footer li ul li ul li ul {
	margin:0 0 0 15px;
}
footer .columns ul:after {
	 visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; 
}
footer .columns .textwidget {
	margin-bottom:20px;
}
footer .columns .textwidget a{
	color:#fff;
	text-shadow:#666 1px 1px;
	font-size:12px;
	width:90%;
	display:block;
	border-bottom:1px #a8bfd6 solid;
	padding:7px 0 5px 0;
	margin-bottom:2px;
}
footer .columns label {
	font-size:14px;
	font-weight:bold;
}
footer #phone {
	font-weight:bold;
	font-size: large;
	margin-bottom:10px;
}
footer .row .four.columns {
	width:100%;
}
footer .four div{
	float:left;
	width:25%;
}
footer .four div .textwidget{
	width:100%;
	margin-bottom:10px;
}
.footer_info{
	background:#193f75;
	padding-bottom:50px;
}
.footer_menu{
	max-width:940px;
	min-width:320px;
	/*width: 49.8%;*/
	font-size: 10px;
	padding: 10px 0 0px;
	margin:auto;
	color: #FFFFFF;
}
.footer_menu p{
	text-align:left;
	margin-bottom:0;
	float:left;
	min-width:320px;
}
.footer_menu a{
	background:url(images/ico_arrow_wh.gif) no-repeat 0 center;
	padding-left:10px;
	margin-right:12px;
	color: #FFFFFF;
}
.footer_menu .copyright {
	padding:3px 0 0;
	color:#fff;
	font-family:Helvetica,Arial;
	float:none;
	text-align:right;
	min-width:320px;
}
footer .four .footer_contact{
	width:100%;
}
footer .columns .textwidget .footer_contact a{
	width:100%;
}
@media screen and (min-width: 1170px) {
	#side{
		max-width:940px;
		margin:0 auto;
	}
	#side .side-container{
		position:fixed;
		bottom:10px;
		width:69px;
	}
	#side .side-container{
		margin-left:950px;
	}
	.side-container p{margin:10px 0 0;}
	.side-container p a{
		width:1em;
		padding:27px;
		background:#193f75;
		display: block;
		color:#ffffff;
		text-decoration:none;
	}
	.side-container p span.tate{
		display:block;
		-moz-transform:matrix(0, 1, 1, 0, 0, 0);
		-webkit-transform:matrix(0, 1, 1, 0, 0, 0);
		-o-transform:matrix(0, 1, 1, 0, 0, 0);
		transform:matrix(0, 1, 1, 0, 0, 0);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
	}
	.side-container p span.no{
		display:none;
	}
	.side-container p span.komoji{
		display:block;
		line-height:0.75em !Important;
		margin-bottom:0.3em;
		margin-left:0.11em !Important;
	}
	.fb-like + div{
		margin-top:10px;
	}
}
@media screen and (max-width: 1169px){
	#side .side-container{
		position:fixed;
		bottom:0;
		right:0;
		display:flex;
		flex-direction:row;
	}
	#side .side-container p{
		margin:0 0 0 10px;
	}
	.side-container p a{
		padding:32px 16px;
		background:#193f75;
		display: block;
		color:#ffffff;
		text-decoration:none;
	}
	.fb-like + div{
		margin-left:10px;
	}
	.no{
		padding-left:0.4em;
	}
}
.side-container p a:hover{
	opacity:0.8;
}
@media only screen and (max-width: 767px) {
	.footer_menu p{
		width:100%;
		text-align:center;
	}
	.footer_menu .copyright {
		width:100%;
		text-align:center;
	}
}


/* --------------------------------------------------
   comment
----------------------------------------------------- */

#commentform label,#commentform input {
	margin:0; padding:0;
}

#commentform input {
	margin:2px 0 15px 0;
}

#commentform textarea {
	margin-top:2px;
}

/* --------------------------------------------------
   table
----------------------------------------------------- */

th{
	width:23%;
	vertical-align:middle;
	text-align:left;
	padding-left:20px;
	font-weight:bold;
}
table tbody th,table tbody tr td{
	border-bottom:solid 1px #dbdbdb;
}
table tbody .odd th,
table tbody .odd td{
	background:url(images/bg_table.gif) bottom repeat-x;
}
tbody{
	border-top:solid 1px #dbdbdb;
}
.table_3 th{
	width:23%;
}
.table_3 tr td{
	padding-left:10px;
	padding-right:10px;
}
.table_3 tr td.bold{
	width:21.21%;
}

.member_table{
	font-size:16px;
}
.member_table th{
	width:32%;
	padding:15px 0 15px 30px;
	font-weight:normal;
}
.member_table td{
	padding-left:50px;
}

/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}




/* --------------------------------------------------
   contact form
----------------------------------------------------- */

.contact_form{
	widt:100%;
	background:url(images/bg_contact.gif) repeat;
	border-top:solid 1px #dbdbdb;
	border-bottom:solid 1px #dbdbdb;
	padding:17px;
}
.contact_form .wpcf7-text,
.contact_form textarea{
	border:solid 1px #ccc;
     box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3) inset;
     -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3) inset; /* Firefox用 */
     -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3) inset; /* Safari,Google Chrome用 */ 
}
.contact_form p{
	margin-bottom:15px;
}
.contact_form .wpcf7-text{
	padding:8px 5px;
	width:45%;
}
.contact_form textarea{
	width:99%;
}
.contact_form .wpcf7-submit{
	background:url(images/btn_l.png) no-repeat;
	width:204px;
	height:52px;
	border:none;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	padding-bottom:8px;
	cursor:pointer;
	-moz-transition: filter 0.7s, opacity 0.7s;
	-webkit-transition: filter 0.7s, opacity 0.7s;
	transition: -ms-filter 0.7s, opacity 0.7s;
}
.contact_form .submit_btn{
	width:204px;
	height:54px;
	margin:20px auto 0;
}
.contact_form .wpcf7-submit:hover{
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=0.8);
	opacity: 0.8;
	-moz-transition: filter 0.7s, opacity 0.7s;
	-webkit-transition: filter 0.7s, opacity 0.7s;
	transition: -ms-filter 0.7s, opacity 0.7s;
}
/* --------------------------------------------------
   ECリスク
----------------------------------------------------- */
#map_canvas{
	max-width:940px;
	width:100%;
	margin-bottom:30px;
}
#map_canvas label { width: auto; display:inline; }
#map_canvas img { max-width: none; }
.table01 td textarea {
  width: 530px;
  height: 200px;
}
.font-normal {
  font-weight: normal !important;
}
.top5 {
  margin-top: 5px !important;
}
[name="toiawase"] [type="submit"]{
  background: url(images/btn_l.png) no-repeat;
  width: 204px;
  height: 52px;
  border: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 8px;
  cursor: pointer;
  -moz-transition: filter 0.7s, opacity 0.7s;
  -webkit-transition: filter 0.7s, opacity 0.7s;
  transition: -ms-filter 0.7s, opacity 0.7s;
}
[name="toiawase"] .submit_btn {
  width: 204px;
  height: 54px;
  margin: 20px auto 0;
}

.botton-to-form a{
	background:#598dbf;
	padding:17px 60px;
	color:#ffffff;
	letter-spacing: 7px;
}
.botton-to-form a:hover{
	text-decoration:none;
	background:#193f75;
}

.botton-to-form{
	text-align:center;
	margin-bottom:17px;
}
.center2{
	text-align:center;
	font-size:75%;
	line-height:1.2;
	color:#CCC;
}