/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */




/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	height:auto;
	overflow:hidden;
	width: 100% !important;
	max-width: 980px !important;
	max-height: 626px !important;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	position:relative; bottom:58px;
	
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: ;
	bottom: 0px;
	width: ;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: ;
	font-family: Arial;
	font-weight: bold;
	color: #999;
	padding-top: 0px;
	display:block;
	width: 200px; margin: 0 auto;
	height:0px;
	position: relative; bottom:30px; left:0px;
	display:none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #888;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f37923;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/yaji_l.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/yaji_r.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {

filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;

}

.bx-wrapper .bx-next:hover {

filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;

}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size:;
	padding: 10px;
}

.bx-controls-auto {display: none;}

.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block;
}

/**
 * bx2Slider v4.1.2 - Fully loaded, responsive content slider
 * http://bx2slider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bx2Creative, LTD
 * http://bx2creative.com
 */




/** RESET AND LAYOUT
===================================*/

.bx2-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	overflow:hidden;
	width: 100%;
	height:30px !important;
}

.bx2-wrapper img {
	max-width: 100%;
	display: block;
	position:relative; bottom:58px;
}

/** THEME
===================================*/

.bx2-wrapper .bx2-viewport {
	background: #f9f7f4;
	width: 700px !important;
	float:left;
	border-radius: 7px;
	padding:6px 0px 10px 10px;
	height:17px !important;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx2-wrapper .bx2-pager,
.bx2-wrapper .bx2-controls-auto {
	position: ;
	bottom: 0px;
	width: ;
}



/* LOADER */

.bx2-wrapper .bx2-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx2-wrapper .bx2-pager {
	display:none;
}

.bx2-wrapper .bx2-pager .bx2-pager-item,
.bx2-wrapper .bx2-controls-auto .bx2-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx2-wrapper .bx2-pager.bx2-default-pager a {
	background: #888;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx2-wrapper .bx2-pager.bx2-default-pager a:hover,
.bx2-wrapper .bx2-pager.bx2-default-pager a.active {
	background: #f37923;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx2-wrapper .bx2-prev {
	right: 40px;

	background: url(../images/yajirushi_l.png) no-repeat;
}

.bx2-wrapper .bx2-next {
	right: 0px;

	background: url(../images/yajirushi_r.png) no-repeat;
}

.bx2-wrapper .bx2-prev:hover {
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}

.bx2-wrapper .bx2-next:hover {
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}

.bx2-controls-direction{position: relative; width:70px; float:right; }

.bx2-wrapper .bx2-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx2-wrapper .bx2-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx2-wrapper .bx2-controls-auto {
	text-align: center;
}

.bx2-wrapper .bx2-controls-auto .bx2-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx2-wrapper .bx2-controls-auto .bx2-start:hover,
.bx2-wrapper .bx2-controls-auto .bx2-start.active {
	background-position: -86px 0;
}

.bx2-wrapper .bx2-controls-auto .bx2-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx2-wrapper .bx2-controls-auto .bx2-stop:hover,
.bx2-wrapper .bx2-controls-auto .bx2-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx2-wrapper .bx2-controls.bx2-has-controls-auto.bx2-has-pager .bx2-pager {
	text-align: left;
	width: 80%;
}

.bx2-wrapper .bx2-controls.bx2-has-controls-auto.bx2-has-pager .bx2-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx2-wrapper .bx2-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx2-wrapper .bx2-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.bx2slider li {
  display: none;
}
.bx2-viewport .bx2slider li {
  display: block;
}

#build-menu-page {
  left: 0;
  position: relative;
}

#build-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	display: none;
	width: 200px;
  padding: 0;
  position: static;
  z-index: 0 !important;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
  background: #272424;
}

#build-menu a{ font-size: 14px; color: #fff !important; display: block;}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

#build-menu ul { padding-top: 0px; padding-left:10px;}
#build-menu ul li { padding: 4px; display: block;}

#build-menu-button {
display: block;
width: 80px;
height: 30px;
background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/smp-menu.png") no-repeat;
background-size: 80px;
float:left;
position: relative; top:10px; left:10px;
}


#mobile-bar {display: none;}

@media ( max-width: 900px ) {
	#mobile-bar {display: block;}
}





div.floatblock{
	overflow:hidden;
	margin-top:50px;
	padding-bottom:50px;
}

div.floatblock div{
	display:table-cell;
	padding-right: 10px;
}
div.floatblock div p{
	font-size:80%;
	color:#686868;
    margin-bottom:15px;
	line-height:1em;
}
/*IE蟇ｾ蠢*/
div.floatblock div{
	display: table-cell;
	padding-right:10px;
	vertical-align:top;
}

div.floatblock {
	padding-right: 0px;
}

div.floatblock div p{
	font-size:80%;
	color:#686868;
    margin-bottom:15px;
	line-height:1em;
}
div.floatblock{
    margin-bottom:0px;
}




/*
	Theme Name: SmartStart WP - Responsive HTML5 Theme
	Theme URI: http://themeforest.net/user/smuliii/?ref=smuliii
	Description: SmartStart is a simple and clean but still professional template suitable for any business or portfolio, and it's created by using the latest HTML5 and CSS3 techniques.
	Author: Samuli Saarinen
	Author URI: http://www.samuli.me/
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.07
*/

/* ---------------------------------------------------------------------- */
/*	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}

body{background:#fff; margin: 0 !important;}

/* Clearfix */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}

/* Some basic settings */
dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,address,fieldset,blockquote,article { margin-bottom: 20px;font-size:120%; }
#content p {margin:0px 0px 15px 0px;}
h1, h1 .button { font-size: 32px; }
h2, h2 .button { font-size: 28px; }
h3, h3 .button { font-size: 17px; }
h4, h4 .button { font-size: 15px; }
h5, h5 .button { font-size: 14px; }
h6, h6 .button { font-size: 12px; }
small { font-size: 10px; }
ol { list-style: ; }
ul { list-style: disc; }
li { margin: 0; display: inline;}
ul {margin: 0 !important;}
img { margin-bottom: 0px; }
a{margin: 0; color:#438bc5 !important;}
a:hover{margin: 0; color:#f50a0a !important;}
.bx2-viewport ul li {overflow: hidden; width: 700px !important;}

table{
width: 100%;
border-collapse:collapse;
}
table th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
}
table td{
padding: 6px;
}

article img {max-width: 100%;}

object html body {margin: 0 !important;}


/* ---------------------------------------------------------------------- */
/*	追加
/* ---------------------------------------------------------------------- */

#main-navigation #menu-item-1159 {display: none !important; }
.from979 {display: none !important;}
.fromPC {display: block !important;}
fromPC2 {display: block;}


.side_ob {width: 302px !important; overflow: hidden; margin: 10px 0 0 0;}
.side_ob iframe html body {margin: 0 !important;  }

.side_ob a img {width: 300px !important;}


.enslider {}
.enslider img {}
.footer_links {background: #000; padding: 0px 0px 0 100px;}
.footer_links a{color:#fff; margin-left:10px;}
.container_left {width: 648px; float: left; font-size: 16px; color:#222;}
.container_left iframe {width: 100%;}
.container_right {width: 302px; float: right;}
.container_right h2 {display: none;}
.news_tex {width: 690px; overflow: hidden;}
.sub-menu {z-index: 999999;}
/* 親メニュー - Parent nav */

#menu-mainmenu {
  list-style-type: none;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
}
#menu-mainmenu li{
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}
#menu-mainmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #000 !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#menu-mainmenu li:hover > a{
	color:#ff0000 !important;
}
#menu-mainmenu > li:hover > a{
}
#menu-mainmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 7px;
}
#menu-mainmenu li:last-child ul{
  left: 0;
  width: 100% !important;
}
#menu-mainmenu li ul li{
  overflow: hidden;
  display: none;
  width: 200px;
  height: 0px;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  margin: 0 0px;
  position: relative; right:30% !important;
  background: #191919 !important;
  margin: 0 !important;
}

#menu-mainmenu li ul li:first-child{
  border-radius: 7px 7px 0 0 !important;
  background: #191919 !important;
}
#menu-mainmenu li ul li:last-child{
  border-radius: 0 0 7px 7px !important;
  background: #191919 !important;
}


#menu-mainmenu li ul li a{
  padding: 13px 15px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  color:#fff !important;
}

#menu-mainmenu li:hover ul li{
  display: block;
  overflow: visible;
  height: 38px;
  margin:0;
  border-top: 1px solid #696868 !important;
  border-bottom: 1px solid #000 !important;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;

}
#menu-mainmenu li:hover ul li:first-child{
  border-top: 0;
}
#menu-mainmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#menu-mainmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px !important;
}

.news_cate {background: #ff0000; border-radius: 7px; padding:2px 10px; text-align: center; display: inline-block; color:#fff !important; margin-right: 10px; font-size: 11px;}
.news_cate:hover {background: #201e1e; color:#fff; }

.news_tit {background: ; border-radius: 7px; padding:2px 10px; text-align: center; display: inline-block; color:#000 !important; margin-right: 10px; font-size: 11px;}
.news_tit:hover {background: ; color:; }

.news_tit a{color:#000 !important;}
.news_tit a:hover {background: ; color:#ff0000 !important; }

.bot_bn {width: 480px; height: 543px; float: left;}
.bot_bn iframe {width: 480px !important; height: 523px;}
.bot_bn a {margin: 4px; display: inline-block;}
.bot_fb {width: 480px; height: 525px; float: right;}
.bot_fb iframe {width: 100%; height: 523px;}
.magazine_article_box {margin: 20px auto 0 auto;}

.mt100 {margin-top:100px;}
.mt60 {margin-top:60px;}
.mt30 {margin-top:30px;}
.ml10 {margin-left: 10px;}
.mt3 {margin-top:3px;}
.mt30imp {margin-top:30px !important;}

.qq{font-size: 18px; font-weight:bold; margin-bottom:10px;}
.aa{font-size: 14px; font-weight:normal; margin-bottom:30px; padding-bottom:14px; border-bottom:1px solid #666;}

.days{padding: 6px 0px; color:#000; width: 80px; margin-bottom:0px; text-align: left; float:left;}
.days_no_tonari {padding: 6px 0px; color:#fff !important; width: 140px; margin-bottom:0px; text-align: center; float:right; background: #000000; display: block;}
.footer_house{background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/footer_house.png" ) repeat-x; width:100%; height:; text-align: center; background-position: left bottom; margin-top:60px;}
.kids{position: relative; top:10px;}
.font16{font-size:16px; margin-bottom:5px !important;}
.font_white{color:#fff;}
.mt80{margin-top:80px;}
.ml30{margin-left:30px;}
.top_product {}
.top_about_box_l a{display:inline-block; margin: 0; float:left;}
.top_about_box_r a{display: inline-block; margin: 0;}
.top_about_box_h2{background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/top_h2_1.png") no-repeat; min-height: 54px; width: 100%; text-align: right; margin-bottom:15px;}
.top_about_box_l{width: 50%; float:left;}
.top_about_box_r{width: 50%; float:right;}
.top_about_box_r2{height:245px;}
.ban2{height:245px; margin: 0;}
.ban3{height:245px; float:left; margin: 0;}
.ban4{height:245px; float:left; margin: 0;}

.top_event_box_h2{background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/top_h2_2.png") no-repeat; min-height: 54px; width: 100%; text-align: right; margin-bottom:15px;}

.bg_top{background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/top_bg.png") repeat-x; width:100%; height:11px; z-index:999999999; position: relative; bottom:11px;}


.centers2{text-align:center; margin-bottom:40px; }
.centers2 a{margin:0 auto; padding:0 20px;}
.scroll-back-to-top-wrapper{display:none !important;}
.btn{display: block; padding: 7px 10px; background: #cc5908; color:#fff; width: 100px; text-align: center; position: relative; top:205px; left:460px; }
.btn:hover{display: block; padding: 7px 10px; background: #9f4809; color:#fff; width: 100px; text-align: center;}
.cate_pro_l{float:left; width: 350px; height: 260px; overflow: hidden; border-radius: 8px 0 0 8px;}
.cate_pro_l img{ min-width: 400px; height: 100%; }
.cate_pro_r{float:right; background:#f17924; color:#fff; width: 570px; height: 230px; padding:0px 30px 30px 30px; border-radius: 0 8px 8px 0;}
.cate_pro_r h1 {color:#fff !important;}
.cate_pro_r p {color:#fff !important;}

.tex_c{text-align: center;}
.con_h3{border-left:10px solid #f17924; padding-left: 7px; font-size: 24px; margin-top:30px;}


.footer-bottom_r{width: 600px; float:right; text-align: right; padding:0px 100px 0 0; height: ;}
.footer-bottom_r a{}
.footer-bottom_r a:hover{}

.footer-bottom_l {
  width: 340px;
  min-width: 300px;
  float: none;
  text-align: left;
  padding: 0px 0px 0 100px;
  height: ;
  float:left;
}

.footer-bottom_l a {
  margin-right: 20px;
  background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/footer_link_ya.png") no-repeat;
  color:#fff !important;
  padding-left:14px;
  background-position: left center;
}
.footer-bottom_l a:hover {color:#ff0000 !important;}


.btn_topics{background: #333333; border-radius: 8px; color:#fff; width: 703px; padding:9px 0px; display: block; text-align: center; font-weight: bold; font-size:12px;}
.btn_topics:hover{background: #f17924; border-radius: 8px; color:#fff; width: 703px; padding:9px 0px; display: block; text-align: center; font-weight: bold; font-size:12px;}

.top_product{background: url("http://adrian.ilovejiyugaoka.com/wp/wp-content/uploads/2015/01/our_product.jpg") no-repeat; background-position: top center; padding: 80px 0 0 0px; min-height: 280px; margin-top:50px; margin-bottom:20px;}

.top_topics{background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/h1_topics.png") no-repeat; padding: 0 0 0 140px; min-height: 280px; margin-top:30px; margin-bottom:30px;}
.top_access{background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/h1_access.png") no-repeat; padding: 0 0 0 140px; min-height: 280px; margin-top:30px; margin-bottom:30px;}



.top_twitter{padding: 0px 0 0px 0; text-align: center !important; position:relative; bottom:0px; width: 950px;  margin: 20px auto 0 auto; }
.top_twitter_in{ width: 100%; margin: 0 auto; text-align: left;}

.top_twitter_in_l{ background:#222121; width: 107px; margin: 0 auto; line-height: 12px; font-size: 12px; color:#fff !important; text-align: center; float:left; padding:9px 0 11px; 0; border-radius: 7px; height: 10px; display: block;}
.top_twitter_in_l:hover{ background: #ff0000; color:#fff !important;}
.top_twitter_in_r{ width: 800px; margin: 0 auto 0 10px; text-align: left; float:left; padding-top:0px; height: 30px; }

.top_twitter_in_r p{font-size:12px;}

.box_magazine {text-align: center; }

#header_in {width: 980px; margin: 0 auto;}





.current {background: #ff0000 !important; color:#fff !important;}
.current:hover {background: #000000 !important; color:#fff !important;}
.tel_p{float:left; width: 360px; padding-top:10px; font-weight: bold;}
.header_tel_in{float:right; width: 286px;}
.header_tel{float:right; width: 686px; height:69px; margin-bottom:16px;}

.fb-social-plugin {
width: 100%;
margin: 30px 0 30px 0 !important;
}

.centers a{display: inline-block; width:35px; margin:0 5px;}

.katagaki{text-align: center; color:#555; margin-bottom:10px; font-size: 12px;}

.adbox{width: 300px; min-height: 250px; float:right;  background: #333;}

.center_btn{background: #3b9ff7; margin: 30px auto; padding: 15px 30px; border-radius: 10px; color:#fff; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.66); font-size: 14px; font-weight: bold; display: inline-block;}
.center_btn:hover{background: #1c77c6; margin: 30px auto; padding: 15px 30px; border-radius: 10px; color:#fff; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.66); font-size: 14px; font-weight: bold; display: inline-block;}

.event_box{width: 100%; min-height:200px; overflow: hidden; min-width: 980px; background-size:100%;}
.event_box_in{width: 980px; margin: 0 auto;}
.event_box_in_article{width: 300px; height:280px;  float:left; margin: 20px 12px; text-align: left;}
.event_eye{width: 100%; height:180px; background:url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/eyecatch.png") no-repeat; margin-bottom:5px; overflow: hidden; background-position: center top;}
.event_eye img{width: 100%; min-height: 170px; border: none; }

.event_eye img:hover{

}
.event_tex{padding: 0 0px 10px 0px;}

.title_day{display: inline-block; width: 90px; background: #3e3838; padding: 5px; color:#fff; text-align: center; float:left;}
.title_mini{font-size: 14px; display: inline-block; padding: 0px 20px; float:right; width: 400px;}
.title_mini2 {font-size: 16px; display: inline-block; padding: 0px 20px; margin-bottom:5px !important;}

.title_mini_inturn{font-size: 18px; display: inline-block; padding: 5px 0px; color:#0a91d7 !important; text-align: left;}
.title_mini_inturn a{font-size: 14px; display: inline-block; padding: 5px 0px; color:#0a91d7 !important; text-align: left;}
.title_mini_inturn a:hover{font-size: 14px; display: inline-block; padding: 5px 0px; color:#3b9ff7 !important; text-align: left;}

.wood_bg{background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/wood_bg.jpg"); padding: 50px 0; text-align: center; margin-top:50px;}
.paper_bg{background:#fff ; padding: 20px; height: auto; border-radius: 8px; text-align: center; margin:0px 0 20px 0;  width: 663px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); text-align: left;}

.paper_bg_in{margin: 0 20px 20px 20px;}

.paper_bg h2{font-size:18px; color:#363636; border-bottom:2px solid #12a8f6; padding: 0 0 6px 0; font-weight: bold;}

.footer_p{margin-bottom:20px; color:#fff; font-weight: bold;}
.footer_sns{text-align: right;}
.footer_sns a{margin-left:10px;}
.header_sns{float:right; position: absolute; top:20px; right: 20px; height:40px;}
.header_sns a{margin-left:10px;}
#footer-top{background:#000000; width: 100%; min-width: 980px; padding: 0px 0 0 0px;}
#footer-top_in{width: 980px; margin:0 auto;}
#footer_l{width: 600px; float:left;}
#footer_r{width: 350px; float:right;}
.main{background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/main.jpg") no-repeat; width: 100%; background-position: center top; margin: 0 auto; }
.main_in{width: 980px; margin:0 auto;}

.blog_list{margin-bottom:10px !important; width: 100%; border-bottom:1px solid #f17924; padding-bottom:10px; min-height: 46px; }
.blog_list tr{padding-bottom:5px; width: 100%;}
.blog_list th { width: 80px; height: 20px !important; padding: 0 !important; text-align: center; margin-bottom:5px;}
.blog_list th p{ background: #3e3838; color:#fff; padding: 5px 10px; text-align: center; font-size: 12px;}
.blog_list td{ min-height: 30px;}

.overimg:hover{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}

.posi_fix{position: relative; top:6px;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}










.view {
    width: 100%; 
    height:300px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-right: 1px;
}
.view .mask, .view .content {
    width: 100%; 
    height:300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

/*
.view-sixth img { 
    transition: all 0.4s ease-in-out 0.5s; 
}
*/
.view-sixth .mask{ 
    background-color: #f17924;
    height: 100px;
    border-radius: 9px 9px 0 0;
    
    /*opacity:0;
    transition: all 0.3s ease-in 0.4s;*/
}
.view-sixth h2{
    /*opacity:0;*/
    background: transparent;
    margin: 10px 10px 0 10px;
    /*transform: scale(10);*/
    /*transition: all 0.3s ease-in-out 0.1s;*/
    text-align: center;
    font-weight: bold;
}
.view-sixth p { 
    /*opacity:0;*/
    /*transform: scale(10);*/
    /*transition: all 0.3s ease-in-out 0.2s;*/
}
.view-sixth a.info { 
    /*opacity:0;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out 0.1s;*/
}
.view-sixth:hover .mask {  
    opacity:1; 
    transition-delay: 0s;
}                                                                            
.view-sixth:hover img { 
    transition-delay: 0s; 
}
.view-sixth:hover h2 { 
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}
.view-sixth:hover p { 
    opacity:1; 
    transform: scale(1);
    transition-delay: 0.2s;
}
.view-sixth:hover a.info { 
    opacity:1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}
*/









/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

body {
	background: #fff;
	color: #909090;
	font: 11px/1.7 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	min-width: 980px;
	width: 100%;
}

#backw {background: #fff;}
::-moz-selection { background: #3b9ff7; color: #fff; text-shadow: none; }
::selection { background: #3b9ff7; color: #fff; text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 15px;
}

h3, h4, h5 {  }

a, a > * {
	color: #3a3a3a;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	     -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	        transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover, a > *:hover { color: #3b9ff7; }

hr {
	background: #efefef;
	color: #efefef;
	margin: 5px 0 25px;
}

	hr.dotted { border-style: dotted; }

	p + hr { margin: 25px 0 20px; }

blockquote {
	background: #f8f8f8 url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/quote.png) no-repeat 17px 21px;
	font-size: 15px;
	line-height: 1.6;
	padding: 20px 20px 20px 55px;
}

	blockquote.simple {
		background: none;
		border-left: 2px solid #ddd;
		color: #bbb;
		font-size: 13px;
		margin: 0;
		padding: 0 0 0 10px;
	}

	blockquote p:last-of-type { margin-bottom: 0; }

	blockquote small { font-size: 12px; }

.button, input[type="submit"], input[type="reset"], button {
	background: #8a8a8a;
	border: none;
	color: #fff;
	cursor: pointer;	
	font-weight: 400;
	height: auto;
	overflow: visible;
	padding: 7px 16px;
	-webkit-transition: background-color .2s ease;
	   -moz-transition: background-color .2s ease;
		-ms-transition: background-color .2s ease;
		 -o-transition: background-color .2s ease;
			transition: background-color .2s ease;
	width: auto;
}

	.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
		background: #3a3a3a;
		color: #fff;
	}

.button {
	font-size: 12px;
	display: inline-block;
	padding: 5px 16px;
}

div.plan_button {
background-color:#000;
}
div.plan_button a {

    color: #fff;
    display: block;
    font-size: 20px;
    width: 250px;
    height: 70px;
    text-align: center;
    font-weight: bold;
    padding-top: 35px;

}


button#planner {
background-color: #797979;
}
button#planner:hover {
color:#fff;
}



	.button.medium { font-size: 13px; }

	.button.large { font-size: 15px; }

	.button.no-bg {
		background: none;
		color: #3a3a3a;
		padding: 0;
	}

		.button.no-bg:hover, #footer .button.no-bg:hover {
			background: none;
			color: #3b9ff7;
		}

	.button .icon, .button .arrow {
		color: transparent;
		cursor: pointer;
		display: inline-block;
		font: 0/0 a;
		height: 19px;
		margin: -3px 0 0 3px;
		text-shadow: none;
		vertical-align: middle;
		width: 19px;
	}

	.ie7 .button .icon, .ie7 .button .arrow { display: inline; }

	.button .arrow { background: #ddd url"http://www.1010.or.jp/wp/wp-content/themes/sento/images/button-arrows.png") no-repeat 0 0; }

	.button .icon.left, .button .arrow.left {
		margin-left: 0;
		margin-right: 3px;
	}

	.button .arrow.left { background-position: 0 -19px; }

		.button:hover .arrow { background-color: #3b9ff7; }

.dropcap {
	background: #eaeaea;
	color: #777;
	display: inline-block;
	float: left;
	font-size: 23px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 36px;
}

	.dropcap.dark {
		background: #3a3a3a;
		color: #fff;
	}

.infobox {
	background: #fbfbfb;
	border: 1px solid #efefef;
	margin: 0 0 20px;
	padding: 25px;
}

	.infobox .one-half { width: 434px; }

	.infobox .one-third { width: 282px; }

		 .infobox .two-third { width: 586px; }

	.infobox .one-fourth { width: 207px; }

		.infobox .three-fourth { width: 661px; }

.single-image, .image-gallery, .iframe {
	cursor: pointer;
	margin-bottom: 5px;
}

.single-image.none, .image-gallery.none, .iframe.none,
.single-image.none img, .image-gallery.none img, .iframe.none img {
	display: inline;
	margin-bottom: 0;
	overflow: visible;
}
	
	.single-image.align-left, .image-gallery.align-left, .iframe.align-left { margin-bottom: 15px; margin-right: 15px; }
	.single-image.align-right, .image-gallery.align-right, .iframe.align-right { margin-bottom: 15px; margin-left: 15px; }

	.single-image img, .image-gallery img, .iframe img { margin-bottom: -5px; }

	.single-image .zoom, .image-gallery .zoom, .iframe .zoom {
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.4);
		color: transparent;
		display: block;
		font: 0/0 a;
		height: 0;
		left: 0;
		filter: alpha(opacity=0); 
		opacity: 0;
		position: absolute;
		text-shadow: none;
		top: 0;
		-webkit-transition: opacity .2s ease-in-out;
		   -moz-transition: opacity .2s ease-in-out;
			-ms-transition: opacity .2s ease-in-out;
			 -o-transition: opacity .2s ease-in-out;
				transition: opacity .2s ease-in-out;
		width: 0;
	}

	.single-image .zoom:before, .image-gallery .zoom:before, .iframe .zoom:before {
		background: url"http://www.1010.or.jp/wp/wp-content/themes/sento/images/zoom.png") no-repeat;
		content: '';
		display: block;
		position: absolute;
		height: 58px;
		margin: -29px 0 0 -29px;
		left: 50%;
		top: 50%;
		width: 58px;
	}

	.single-image.video .zoom:before, .image-gallery.video .zoom:before, .iframe.video .zoom:before {
		background-image: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/zoom-video.png);
	}

	.single-image.link .zoom:before, .image-gallery.link .zoom:before, .iframe.link .zoom:before {
		background-image: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/zoom-link.png);
	}

	.single-image:hover .zoom, .image-gallery:hover .zoom, .iframe:hover .zoom {
		filter: alpha(opacity=40); 
		opacity: 1;
	}
	
/* ---------------------------------------------------------------------- */
/*	Generic Classes
/* ---------------------------------------------------------------------- */

.hidden, .wpcf7-display-none { display: none; }

.disabled { cursor: auto; }

.screenreader { clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); /* Fallback for old IE */ position: absolute; }

.align-center, .aligncenter { margin-left: auto; margin-right: auto; text-align: center; }

.align-left, .alignleft { float: left; }

	img.align-left, img.alignleft  { margin-bottom: 15px; margin-right: 15px; }

.align-right, .alignright { float: right; }

	img.align-right, img.alignright { margin-bottom: 15px; margin-left: 15px; }

/* Wordpress required classes */

.bypostauthor {}
.sticky {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}

/* ---------------------------------------------------------------------- */
/*	Lists
/* ---------------------------------------------------------------------- */

.none > ul {
	list-style: none;
	margin: 0;
}

.dotted + .dotted:before {
	content:'';
	display: block;
	clear: both;
	border-bottom: 1px dotted #bdbdbd;
	margin: -15px 0 5px;
}

	.none li, .arrow li, .arrow-2 li, .circle li, .check li, .check-2 li, .star li, .plus li, .dash li {
		list-style: none;
		margin: 0;
		padding: 0 0 0 24px;
	}

	.none li { background: none; }

	.arrow li { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/list-arrow.png) no-repeat 5px 5px; }

	.arrow-2 li { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/list-arrow-2.png) no-repeat 2px 4px; }

	.circle li { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/list-circle.png) no-repeat 4px 5px; }

	.check li { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/list-check.png) no-repeat 3px 4px; }

	.check-2 li { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/list-check-2.png) no-repeat 0 4px; }

	.star li { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/list-star.png) no-repeat 0 6px; font-size: 120%; color: black; }

	.plus li { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/list-plus.png) no-repeat 3px 3px; }

	.dash li { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/list-dash.png) no-repeat 3px 8px; }

/* ---------------------------------------------------------------------- */
/*	Alert Boxes
/* ---------------------------------------------------------------------- */

.error, .success, .info, .notice, .wpcf7-response-output {
	display: block;
	padding: 10px 20px 10px 44px;
}

.error, .wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked {
	background: #f9e5e6 url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-box-error.png) no-repeat 10px 9px;
	border: 1px solid #f7c7c9;
	border-left-width: 4px;
	color: #b3696c;
}

.success, .wpcf7-mail-sent-ok {
	background: #e3ebc6 url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-box-success.png) no-repeat 12px 8px;
	border: 1px solid #c2d288;
	border-left-width: 4px;
	color: #8fa442;
}

.info {
	background: #d8ecf5 url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-box-info.png) no-repeat 10px 8px;
	border: 1px solid #9ac9df;
	border-left-width: 4px;
	color: #528da9;
}

.notice {
	background: #fcf7d9 url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-box-notice.png) no-repeat 10px 9px;
	border: 1px solid #f5dc7d;
	border-left-width: 4px;
	color: #c4a21b;
}

/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

label {
	cursor: pointer;
	display: block;
	margin: 0 0 5px;
}

input, textarea, select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	border-radius: 0;
}

input, select {
	height: 30px;
	width: 200px;
}

textarea {
	padding: 10px;
	resize: both;
}
	
	input:hover, textarea:hover, select:hover { border-color: #dedede; }
	
	input:focus, textarea:focus, select:focus { border-color: #ccc; }

input[type="submit"], input[type="reset"], button {
	font-size: 13px;
	text-transform: uppercase;
}

	input[type="submit"].medium, input[type="reset"].medium, button.medium { font-size: 15px; }

	input[type="submit"].large, input[type="reset"].large, button.large { font-size: 17px; }

select, option {
	cursor: pointer;
	padding: 5px 7px;
}

input[type="checkbox"], input[type="radio"],
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] { width: 20px; }

/* Fix for Mobile Safari */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }

/* Chrome, Safari */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b0b0b0; }

/* Firefox */
input:-moz-placeholder, textarea:-moz-placeholder { color: #b0b0b0; }

/* jQuery fallback */
input.placeholder, textarea.placeholder, .wpcf7 .watermark { color: #b0b0b0; }

/* ---------------------------------------------------------------------- */
/*	Wrap
/* ---------------------------------------------------------------------- */

.container {
	margin: 80px auto 30px auto;
	position: relative;
	width: 980px;
}

	/* -------------------------------------------------- */
	/*	Columns
	/* -------------------------------------------------- */

	.one-half, .one-third, .two-third, .one-fourth, .three-fourth {
		float: left;
		margin-right: 20px;
	}

	.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .three-fourth.last { margin-right: 0px; }

	.one-half { width: 460px; }

	.one-third { width: 300px; }

		.two-third { width: 620px; }

	.one-fourth { width: 220px; }

		.three-fourth { width: 700px; }

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#header {
	z-index: 97;
	width: 100%;
	min-width: 980px;
	margin:0 auto;
	background: #fff;
	text-align: center;
	padding: 10px 0 20px 0;
	height: 125px;
}

#header22 {
	z-index: 97;
	width: 980px;
	margin:0 auto 60px auto;
	padding-top:30px;
}

#main-navigation22{width: 720px; margin: 35px auto 0 auto; float:right; text-align: right;}
.menu22{width:140px;}

#main-navigation22 a{margin: 0;}
	#main-navigation22 a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

	#logo {
		float: left;
	}

		#logo h1 { padding: 18px 0; }

.top-logo { margin-top:0px; }
.head_sns {text-align: right; height: 20px; padding-top:0px;}
.head_sns form {text-align: right; height: 20px; width: ; display:; padding-top:0px;}

.head_sns .submit {background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/sea.png") no-repeat #ff0000 !important; text-indent: -9999 !important; background-position: center center !important; width: 30px !important; height: 30px !important;}


.field {background: #ededed; height: 18px !important; width: 200px !important;}
.submit {width: 30px !important; height: 30px !important;}

.head_sns2 {text-align: right; height: 20px; float:right; margin-right: 100px; position: relative; bottom:1px;}
.footer_title {padding: 30px 10px 0 100px; width: 480px; float:left;}

.right_f {display: block; text-align: right;}

.right_f a{display: inline-block; text-align: center; padding: 4px 12px; border-radius: 30px; background: #191919; color:#fff !important; font-size: 11px; margin-left:5px;}
.right_f a:hover{display: inline-block; text-align: center; padding: 4px 12px; border-radius: 30px; background: #ff0000; color:#fff; font-size: 11px; margin-left:5px;}
.right_f2 {position: relative; bottom:30px; text-align: right; }
.right_f2 a{display: inline-block; text-align: center; padding: 4px 12px; border-radius: 30px; background: #ff0000; color:#fff !important; font-size: 11px; margin-left:5px;}
.right_f2 a:hover{display: inline-block; text-align: center; padding: 4px 12px; border-radius: 30px; background: #fff; color:#000; font-size: 11px; margin-left:5px;}

	/* -------------------------------------------------- */
	/*	Main Navigation
	/* -------------------------------------------------- */

	#main-navigation {width: 980px; margin: 0px auto 0 auto;}
	#main-navigation a{margin: 0; font-size: 14px; letter-spacing: 0.2em; font-weight: bold; margin:0 10px;}
	#main-navigation a:hover{}
	
	
/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

#content { padding-top: 0px; }

.ie7 #content { padding-top: 25px; }

	/* -------------------------------------------------- */
	/*	Page Header
	/* -------------------------------------------------- */

	.page-header {
		margin: 15px 0 30px;
		border-left:10px solid #ff0000;
		padding-left:10px;
		font-size: 20px;
		color: #191919;
	}

	.ie7 .page-header { margin-top: 0; }

		.slogan, .page-title, .page-description, .page-subdescription, .project-title, {
			font-weight: 300;
			letter-spacing: -0.1px;
			margin-bottom: 0;
		}

		.page-title, .page-description, .page-subdescription, .project-title {
			font-size: 28px;
			margin-top: -10px;
			padding: 0px;
		}

		.slogan {
			font-size: 24px;
			margin-bottom: 40px;
			margin-top: 40px; //余白が無駄なため設定(-40)→ソーシャルボタン下に余白が必要になったため変更(12/09/11)
		}
		
		.page-title { margin-top: 0; }

		.page-subdescription { font-size: 20px; }

		.project-title {
			margin-top: -15px;
			padding-bottom: 30px;
		}

		.page-description {
			font-size: 32px;
			font-weight: 400;
			padding: 0 0 40px;
		}

			.page-title ~ hr, .page-description ~ hr, .page-subdescription ~ hr, .project-title ~ hr {
				margin-bottom: 40px;
				margin-top: 0;
			}

	.section-title {
		font-weight: 800;
		text-transform: uppercase;
		margin-top: 20px;
	}

	/* -------------------------------------------------- */
	/*	Main
	/* -------------------------------------------------- */

	#main {
		float: left;
		margin: 0 40px 0 0;
		width: 648px;
	}

	.sidebar-left #main {
		float: right;
		margin-left: 40px;
		margin-right: 0;
	}
		
		/* ---------------------------------------- */
		/*	Columns
		/* ---------------------------------------- */

		#main .one-half { width: 330px; }

		#main .one-third { width: 213px; }

			#main .two-third { width: 447px; }

		#main .one-fourth { width: 155px; }

			#main .three-fourth { width: 505px; }

	/* -------------------------------------------------- */
	/*	Image Gallery Slider
	/* -------------------------------------------------- */
	
	.image-gallery-slider {
		position: relative;
		margin: 0 0 25px;
	}
	
		.image-gallery-slider > ul { margin: 0; }

			.image-gallery-slider > ul > li {
				background: #fff;
				display: none;
				list-style: none;
				margin: 0;
			}

			.no-js .image-gallery-slider > ul > li, .image-gallery-slider.disabled > ul > li {
				display: block;
				margin-bottom: 25px;
			}

			.image-gallery-slider > ul > li:first-child { display: block; }

			.image-gallery-slider a { margin: 0 auto; }

				.image-gallery-slider img, .image-gallery-slider img.entry-image {
					display: block;
					margin: 0 auto;
					max-width: 100%;
				}
		
	.image-gallery-slider-nav {}
		
		.image-gallery-slider-nav a {
			background: rgb(241, 90, 35) url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/slider-arrows-medium.png) no-repeat 0 0; /* Fallback for old IE */
			filter: alpha(opacity=60); /* Fallback for old IE */
			background: rgba(241, 90, 35, 0.6) url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/slider-arrows-medium.png) no-repeat 0 0;
			color: transparent;
			cursor: pointer;
			display: block;
			font: 0/0 a;
			height: 53px;
			margin: -26.5px 0 0;
			position: absolute;
			text-shadow: none;
			top: 50%;
			width: 25px;
			z-index: 999;
		}

		.image-gallery-slider-nav a.prev {
			background-position: -7px center;
			left: 0;
		}

		.image-gallery-slider-nav a.next {
			background-position: -46px center;
			right: 0;
		}

			.image-gallery-slider-nav a:hover, .image-gallery-slider-nav a:active {
				background-color: rgb(241, 90, 35);
				background-color: rgba(241, 90, 35, 1);
				filter: alpha(opacity=100); /* Fallback for old IE */
			}

	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */

		/* ---------------------------------------- */
		/*	Accordion Content
		/* ---------------------------------------- */

			.acc-trigger {
				border-top: 1px dotted #ced8df;
				cursor: pointer;
				display: block;
				margin: 0;
			}

				.acc-trigger:last-of-type, .acc-container:last-of-type {
					border-bottom: 1px dotted #ced8df;
					margin-bottom: 20px;
				}

				.no-js .acc-trigger:last-of-type { border-bottom: none; }

			.acc-trigger a {
				background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/accordion-content-buttons.png) no-repeat 20px 23px;
				display: block;
				color: #959393;
				outline: medium none;
				padding: 25px 20px 25px 55px;
				text-decoration: none;
				text-shadow: none;
			}

			h3.acc-trigger a, h4.acc-trigger a { background-position: 20px 24px; }

			h6.acc-trigger a { background-position: 20px 21px; }

				.acc-trigger a:hover { background-color: #f8f8f8; }

				.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #3b9ff7; }

				.acc-trigger.active a:hover { background-color: transparent; }

				.acc-trigger.active { cursor: default; }

				.acc-trigger.active:last-of-type {
					border-bottom: none;
					margin-bottom: 0;
				}

				.acc-trigger.active a {
					background-position: 20px -88px;
					cursor: default;
				}

				h3.acc-trigger.active a, h4.acc-trigger.active a { background-position: 20px -87px; }

				h6.acc-trigger.active a { background-position: 20px -90px; }

			.acc-container .content { padding: 0 20px 25px 55px; }
			
				.acc-container .content .one-half { width: 422px; }

				.acc-container .content .one-third { width: 275px; }

					 .acc-container .content .two-third { width: 570px; }

				.acc-container .content .one-fourth { width: 201px; }

					.acc-container .content .three-fourth { width: 644px; }

			.js .acc-container { margin-top: -15px; }

		/* ---------------------------------------- */
		/*	Content Tabs
		/* ---------------------------------------- */

		.tabs-nav {
			list-style: none;
			margin: 0;
			overflow: hidden;
			padding: 0;
			width: 100%;
		}

			.tabs-nav li {
				float: left;
				line-height: 32px;
				margin: 0;
				overflow: hidden;
				padding: 0;
				position: relative;
			}

				.tabs-nav li.active { line-height: 31px; }

				.tabs-nav li a {
					background: #f8f8f8;
					border: 1px solid #eaeaea;
					border-bottom: 1px solid #eaeaea;
					border-left: none;
					color: #272727;
					display: block;
					letter-spacing: 0;
					outline: none;
					padding: 0 9px;
					text-decoration: none;
					text-shadow: 0 1px 0 #fff;
				}

				.tabs-nav li:first-child a { border-left: 1px solid #eaeaea; }

				.tabs-nav li a:hover { background: #f0f0f0; }

				.tabs-nav li a:hover, .tabs-nav li.active a { color: #8F0011 !important;}
				
					.tabs-nav li.active a  {
						background: #fff;
						border-bottom: 2px solid #fff;
						border-top: 1px solid #8F0011 !important;
					}

		.tabs-container {
			border: 1px solid #eaeaea;
			margin: -1px 0 20px;
			overflow: hidden;
			width: 100%;
		}

			.tab-content { padding: 20px; }
						
				.tab-content .one-half { width: 440px; }

				.tab-content .one-third { width: 286px; }

					 .tab-content .two-third { width: 594px; }

				.tab-content .one-fourth { width: 210px; }

					.tab-content .three-fourth { width: 670px; }

	/* -------------------------------------------------- */
	/*	Pricing Tables
	/* -------------------------------------------------- */

		.simple-pricing-table, .extended-pricing-table {
			height: 100%;
			margin: 0 0 40px;
			position: relative;
			text-align: center;
			width: 100%;
		}

			.simple-pricing-table .column, .extended-pricing-table .column {
				float: left;
				margin: 0;
				padding: 0;
				position: relative;
			}

				.simple-pricing-table .features, .extended-pricing-table .features {
					list-style: none;
					margin: 0;
				}

					.simple-pricing-table .features li, .extended-pricing-table .features li {
						display: block;
						margin: 0;
						position: relative
					}

				.simple-pricing-table .footer, .extended-pricing-table .footer { padding: 16px 20px; }

					.simple-pricing-table .footer .button, .extended-pricing-table .footer .button {
						background: #515151;
						font-size: 14px;
						font-weight: 600;
						text-transform: uppercase;
						padding: 9px 20px;
					}

		/* ---------------------------------------- */
		/*	Simple Pricing Table
		/* ---------------------------------------- */

		.simple-pricing-table.featured { margin-top: 50px; }

			.simple-pricing-table .column {
				background: #f6f6f6;
				border-bottom: 1px solid #ededed;
				border-left: 1px solid #fff;
				border-top: 1px solid #ededed;
				width: 938px;
			}

			.simple-pricing-table .column:first-child { border-left-color: #ededed; }

			.simple-pricing-table .column:last-child { border-right: 1px solid #ededed; }

			.simple-pricing-table.col2 .column { width: 468px; }
			.simple-pricing-table.col3 .column { width: 312px; }
			.simple-pricing-table.col4 .column { width: 233px; }
			.simple-pricing-table.col5 .column { width: 186px; }

			.simple-pricing-table .column.featured {
				background: #fff;
				border: 1px solid #ebebeb;
				-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
				   -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
				        box-shadow: 0 0 20px rgba(0, 0, 0, .15);
				margin: -20px -1px 0;
				padding: 20px 5px 15px;
				z-index: 1;
				width: 928px;
			}

			.simple-pricing-table.col2.featured .column { width: 450px; }
			.simple-pricing-table.col3.featured .column { width: 299px; }
			.simple-pricing-table.col4.featured .column { width: 224px; }
			.simple-pricing-table.col5.featured .column { width: 179px; }

			.simple-pricing-table.col2 .column.featured { width: 478px; }
			.simple-pricing-table.col3 .column.featured { width: 329px; }
			.simple-pricing-table.col4 .column.featured { width: 254px; }
			.simple-pricing-table.col5 .column.featured { width: 209px; }

				.simple-pricing-table .header { padding: 15px 20px 20px; }

				.simple-pricing-table .featured .header { margin: -15px 0 0; }

					.simple-pricing-table .title {
						color: #414141;
						font-size: 24px;
						font-weight: 700;
						letter-spacing: -0.8px;
						margin: 0 0 5px;
					}

					.simple-pricing-table .price {
						color: #777;
						font-size: 18px;
						font-weight: 300;
						margin: 0 0 7px;
					}

						.simple-pricing-table .price span {
							color: #292929;
							font-weight: 700;
						}

						.simple-pricing-table .free .price span { color: #4a993e; }

						.simple-pricing-table .featured .price span { color: #3b9ff7; }

					.simple-pricing-table .description {
						color: #4b4b4b;
						font-size: 14px;
						margin: 0;
						font-weight: 400;
					}

						.simple-pricing-table .free .description { color: #44af33; }

						.simple-pricing-table .featured .description { color: #e38c11; }

					.simple-pricing-table .title + .description {
						margin-bottom: 5px;
						margin-top: 12px;
					}

				.simple-pricing-table .features { padding: 0 10px; }

					.simple-pricing-table .features li {
						border-top: 1px solid #ebebeb;
						padding: 5px 10px;
					}

				.simple-pricing-table .footer {
					background: #e5e5e5;
					margin: 1px 0 0;
				}

				.simple-pricing-table .featured .footer {
					background: #fff;
					margin-top: 11px;
				}

					.simple-pricing-table .featured .footer .button {
						background: #3b9ff7;
						font-size: 18px;
						padding: 11px 27px;
					}

					.simple-pricing-table .free .footer .button { background: #4a993e; }

						.simple-pricing-table .footer .button:hover { background: #3b9ff7; }

						.simple-pricing-table .free .footer .button:hover,
						.simple-pricing-table .featured .footer .button:hover { background: #515151; }

		/* ---------------------------------------- */
		/*	Extended Pricing Table
		/* ---------------------------------------- */

		.extended-pricing-table.featured { margin-top: 40px; }

			.extended-pricing-table .column { width: 740px; }

			.extended-pricing-table .features-list {
				text-align: left;
				width: 200px !important;
			}

			.extended-pricing-table.col2 .column { width: 370px; }
			.extended-pricing-table.col3 .column { width: 246px; }
			.extended-pricing-table.col4 .column { width: 185px; }
			.extended-pricing-table.col5 .column { width: 148px; }

			.extended-pricing-table .featured {
				-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
				   -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
				        box-shadow: 0 0 20px rgba(0, 0, 0, .15);
				z-index: 1;
			}

				.extended-pricing-table .header {
					background: #3a3a3a;
					color: #fff;
					min-height: 110px;
				}

				.extended-pricing-table .features-list .header { background: none; }

				.extended-pricing-table .free .header { background: #4a993e; }

				.extended-pricing-table .featured .header {
					background: #f9612a;
					padding: 0 0 10px;
				}

				.ie7 .extended-pricing-table .featured .header { padding-bottom: 0; }

					.extended-pricing-table .title {
						background: #2c2c2c;
						color: #bbbbbb;
						font-size: 13px;
						font-weight: 400;
						margin: 0 0 7px;
						padding: 8px 15px;
						text-transform: uppercase;
					}

					.extended-pricing-table .free .title {
						background: #428937;
						color: #fff;
					}

					.extended-pricing-table .featured .title {
						background: #dd4913;
						color: #fff;
						font-size: 17px;
						font-weight: 600;
						margin-top: -10px;
						padding-bottom: 11px;
						padding-top: 10px;
						position: relative;
					}

					.extended-pricing-table .price {
						color: #999;
						font-size: 12px;
						font-weight: 400;
						margin: 0;
					}

					.extended-pricing-table .free .price { color: #9fcd98; }

					.extended-pricing-table .featured .price { color: #fab197; }

						.extended-pricing-table .price span {
							color: #fff;
							font-size: 30px;
							display: block;
						}

					.extended-pricing-table .featured .price span { font-weight: 600; }

				.extended-pricing-table .features { border-left: 1px solid #fff; }

				.extended-pricing-table .features-list .features { border-left: none; }

					.extended-pricing-table .features li {
						background: #f8f8f8;
						border-bottom: 1px solid #fff;
						padding: 8px 10px;
					}

					.extended-pricing-table .features li:before { content: ''; }

					.extended-pricing-table .featured .features li { background: #fff; }

					.extended-pricing-table .features li:first-child { border-top: 1px solid #fff; }

					.extended-pricing-table .features li:nth-child(even) { background: #f0f0f0; }

					.extended-pricing-table .featured .features li:nth-child(even) { background: #f6f6f6; }

					.extended-pricing-table .features li .check {
						background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-check-3.png) no-repeat center 2px;
						display: inline-block;
						height: 18px;
						text-indent: -9999px;
						width: 18px;
					}

					.ie7 .extended-pricing-table .features li .check {
						display: inline;
						font-size: 0;
						text-indent: 0;
					}

					.extended-pricing-table .free .features li .check { background-image: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-check-3-green.png); }

				.extended-pricing-table .footer { background: #f8f8f8; }

				.extended-pricing-table .featured .footer { padding-bottom: 26px; }

				.extended-pricing-table .features-list .footer { background: none; }

					.extended-pricing-table .free .footer .button { background: #4a993e; }

					.extended-pricing-table .featured .footer .button { background: #3b9ff7; }

						.extended-pricing-table .footer .button:hover { background: #3b9ff7; }

						.extended-pricing-table .free .footer .button:hover,
						.extended-pricing-table .featured .footer .button:hover { background: #515151; }

	/* -------------------------------------------------- */
	/*	Back to Top
	/* -------------------------------------------------- */

	#back-to-top, .touch-device #back-to-top:hover {
		background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/arrow-up-large.png) no-repeat center center;
		background-color: rgb(221, 221, 221);
		background-color: rgba(221, 221, 221, .7);
		bottom: 20px;
		color: transparent;
		display: none;
		font: 0/0 a;
		height: 46px;
		position: fixed;
		right: 20px;
		text-shadow: none;
		-webkit-transition: all .2s ease;
		   -moz-transition: all .2s ease;
			-ms-transition: all .2s ease;
			 -o-transition: all .2s ease;
				transition: all .2s ease;
		width: 45px;
		z-index: 100;
	}

		#back-to-top:hover, #back-to-top.hover, .touch-device #back-to-top:active { background-color: #3b9ff7; }
						
/* ---------------------------------------------------------------------- */
/*	Home
/* ---------------------------------------------------------------------- */

	/* -------------------------------------------------- */
	/*	Slider
	/* -------------------------------------------------- */

	.ss-slider {
		background: #fff url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/loader.gif) no-repeat center 185px;
		margin: 20px auto 80px;
		max-height: 465px;
		max-width: 940px;
		overflow: hidden;
		position: relative;
	}

	.ss-slider.fully-loaded { overflow: visible; }

	.ss-slider.fully-loaded, .no-js .ss-slider { background: none; margin-top:-90px; }

	.no-js .ss-slider { max-height: none; }

		/* ---------------------------------------- */
		/*	Single Slide
		/* ---------------------------------------- */
		
		.ss-slider .slides-container {}

			.ss-slider .slide {
				display: none;
				margin: 0;
			}

			.ss-slider .slide:first-child { display: block; }

			.ss-slider.fully-loaded .slide, .no-js .ss-slider .slide {
				background-repeat: no-repeat;
				display: block;
				float: left;
				overflow: hidden;
				position: relative;
				z-index: 1;
			}

			.ss-slider.fully-loaded .slide { height: 100%; }
			
			.no-js .ss-slider .slide { margin: 40px 0 0; }	
			
			.no-js .ss-slider .slide:first-child { margin-top: 0; }

				.ss-slider .slide-img {
					background-repeat: no-repeat;
					height: 100%;
					left: 0;
					position: absolute;
					top: 0;
				}
		
		.ss-slider .slide-images-container {
			background: #fff;
			background-repeat: no-repeat;
			display: block;
			width: 100%;
			z-index: 11;
		}

			.ss-slider .slide-bg-image {
				background: #fff;
				margin: 0;
				width: 100%;
			}

			.ss-slider.fully-loaded .slide-bg-image { display: none; }
		
			.no-js .ss-slider .slide-bg-image { display: block; }
				
		/* ---------------------------------------- */
		/*	Button
		/* ---------------------------------------- */
		
		.ss-slider .buttons-container {
			background: #fff;
			overflow: hidden;
			width: 100%;
		}

		.ss-slider.hide-bottom-buttons .buttons-container { display: none; }

			.ss-slider .slide-button, .no-js .ss-slider .slide-button:hover {
				background: #f8f8f8;
				border-bottom: 1px solid #e9e9e9;
				border-top: 4px solid #dfdfdf;
				-webkit-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
				   -moz-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
						box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
				color: #3a3a3a;
				cursor: pointer;
				display: block;
				float: left;
				font-size: 20px;
				height: 40px;
				overflow: hidden;
				padding: 20px;
				text-align: left;
				text-decoration: none;
				-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
				   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
					-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
					 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
						transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
				width: 100%;
			}

			.ss-slider.hide-bottom-buttons .slide-button { display: none; }

			.ss-slider .slide:first-child .slide-button {
				-webkit-box-shadow: 0 1px 0 0 #fff inset;
				   -moz-box-shadow: 0 1px 0 0 #fff inset;
						box-shadow: 0 1px 0 0 #fff inset;
			}
				
				.ss-slider.fully-loaded .slide-button:hover, .ss-slider.fully-loaded .slide-button.active {
					background: #f0f0f0;
					color: #3b9ff7;
				}
				
				.ss-slider.fully-loaded .slide-button:hover { border-top-color: #aeaeae; }

				.no-js .ss-slider .slide-button, .no-js .ss-slider .slide-button:hover { cursor: auto; }
				
				.no-js .ss-slider  a > .slide-button:hover  { cursor: pointer; }
				
				.ss-slider .slide-button h5 {
					color: #3a3a3a;
					font-size: 19px;
					font-weight: 700;
					line-height: 1.5;
					margin: 0;
				}
				.ss-slider .slide-button h6 {
					color: #808080;
					font-size: 12px;
					font-weight: 200;
					line-height: 1.5;
					margin-top: -10px;
				}

					.ss-slider.fully-loaded .slide-button.active h5 { color: #3b9ff7; }

				.ss-slider .slide-button .description {
					color: #959393;
					display: block;
					font-size: 11px;
					line-height: 12px;
				}
		
				.ss-slider .slide-button .dropcap {
					background: #3a3a3a;
					-webkit-border-radius: 19px;
					   -moz-border-radius: 19px;
							border-radius: 19px;
					color: #fff;
					font-weight: 700;
					height: 38px;
					width: 38px;
				}

				.ss-slider .slide-button.image, .no-js .ss-slider .slide-button.image:hover {
					height: 80px;
					padding: 0;
					text-align: center;
				}

					.ss-slider .slide-button img {
						background: #f8f8f8;
						display: inline-block;
						font-size: 11px;
						max-height: 80px;
						filter: alpha(opacity=35); /* Fallback for old IE */
						opacity: 0.35;
						-webkit-transition: opacity .2s ease-in-out;
						   -moz-transition: opacity .2s ease-in-out;
							-ms-transition: opacity .2s ease-in-out;
							 -o-transition: opacity .2s ease-in-out;
								transition: opacity .2s ease-in-out;
					}
					
						.ss-slider .slide-button:hover img, .ss-slider.fully-loaded .slide-button.active img { background: #f0f0f0; }

						.no-js .ss-slider .slide-button:hover img, .no-js .ss-slider .slide-button.active img { background: #f8f8f8; }
							
						.ss-slider.fully-loaded .slide-button:hover img, .ss-slider.fully-loaded .slide-button.active img,
						.no-js .ss-slider .slide-button img {
							filter: alpha(opacity=100); /* Fallback for old IE */
							opacity: 1;
						}

		/* ---------------------------------------- */
		/*	Content
		/* ---------------------------------------- */
		
		.ss-slider .content-container, .no-js .ss-slider .slide-content {
			background: rgb(0, 0, 0); /* Fallback for old IE */
			filter: alpha(opacity=60); /* Fallback for old IE */
			background: rgba(0, 0, 0, .6);
			bottom: 115px;
			display: block;
			left: 30px;
			margin: 0;
			overflow: hidden;
			padding: 25px 30px 30px;
			position: absolute;
			width: 255px;
			z-index: 2;
		}
		
		.ss-slider.hide-content .content-container { display: none; }

		.ss-slider.hide-bottom-buttons .content-container, .no-js .ss-slider.hide-bottom-buttons .slide-content { bottom: 30px; }

		.ss-slider.show-content-onhover .content-container, .ss-slider.show-content-onhover .pagination-container a {
			opacity: 0;
			filter: alpha(opacity=0); /* Fallback for old IE */
		}
		
			.ss-slider.fully-loaded.show-content-onhover:hover .content-container, .ss-slider.fully-loaded.show-content-onhover:hover .pagination-container a {
				opacity: 1;
				filter: alpha(opacity=60); /* Fallback for old IE */
			}

			.ss-slider.fully-loaded .content-container {
				-webkit-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
				   -moz-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
					-ms-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
					 -o-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
						transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
			}
			
			.ss-slider .content-container.center {
				bottom: auto;
				left: 50%;
				margin-left: -193px;
				padding: 20px 30px;
				text-align: center;
				top: 135px;
				width: 326px;
			}
			
			.ss-slider .content-container.bottom {		
				bottom: 85px;
				left: 38px;
				max-width: 804px;
				padding: 10px 30px;
				text-align: center;
				width: 100%;
			}

			.ss-slider.hide-bottom-buttons .content-container.bottom { bottom: 0; }

			.ss-slider .slide-content {
				color: #bfbfbf;
				display: none;
				text-shadow: 0 -1px rgba(0, 0, 0, .75);
			}

				.ss-slider .slide-content a { color: #3b9ff7; }

				.ss-slider .slide-content a:hover { text-decoration: underline; }

				.ss-slider .slide-content h1,
				.ss-slider .slide-content h2,
				.ss-slider .slide-content h3,
				.ss-slider .slide-content h4,
				.ss-slider .slide-content h5,
				.ss-slider .slide-content h6 {
					color: #fff;
					margin: 0;
				}

					.ss-slider .slide-content h1 + *,
					.ss-slider .slide-content h2 + *,
					.ss-slider .slide-content h3 + *,
					.ss-slider .slide-content h4 + *,
					.ss-slider .slide-content h5 + *,
					.ss-slider .slide-content h6 + * { margin-top: 5px; }

				.ss-slider .slide-content h2 {
					font-size: 20px;
					font-weight: 700;
				}

				.ss-slider .slide-content h6 {
					font-size: 13px;
					font-weight: 400;
				}

				.ss-slider .slide-content p { margin-bottom: 10px; }

				.ss-slider .slide-content p:last-of-type { margin-bottom: 0; }

				.ss-slider .slide-content .button {
					color: #fff;
					font-size: 11px;
					padding: 5px 14px;
					text-shadow: none;
				}

					.ss-slider .slide-content .button:hover { text-decoration: none; }

		/* ---------------------------------------- */
		/*	Pagination
		/* ---------------------------------------- */
		
		.ss-slider .pagination-container a {
			background: rgb(241, 90, 35) url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/slider-arrows-small.png) no-repeat 0 center; /* Fallback for old IE */
			filter: alpha(opacity=60); /* Fallback for old IE */
			background: rgba(241, 90, 35, 0.6) url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/slider-arrows-small.png) no-repeat 0 center;
			bottom: 115px;
			color: transparent;
			cursor: pointer;
			display: block;
			font: 0/0 a;
			min-height: 27px;
			left: 346px;
			overflow: hidden;
			position: absolute;
			text-align: center;
			text-shadow: none;
			-webkit-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
			   -moz-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
			    -ms-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
			     -o-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
			        transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
			width: 15px;
			z-index: 2;
		}

		.ss-slider.hide-bottom-buttons .pagination-container a { bottom: 30px; }
		
		.ss-slider.hide-content .pagination-container a { display: none; }

			.ss-slider .pagination-container .next {
				background-position: -15px center;
				bottom: 156px;
			}

			.ss-slider.hide-bottom-buttons .pagination-container .next { bottom: 71px; }
		
			.ss-slider .pagination-container a:hover, .ss-slider.show-content-onhover:hover .pagination-container a:hover {
				background-color: rgba(241, 90, 35, 1);
				filter: alpha(opacity=100) !important; /* Fallback for old IE */
			}
			
			.ss-slider .pagination-container.center a {		
				background-image: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/slider-arrows-large.png);
				bottom: auto;
				left: 50%;		
				min-height: 40px;
				top: 135px;
				width: 35px;
			}
			
				.ss-slider .pagination-container.center .prev {
					background-position: 0 center;
					left: 241px;
				}
				
				.ss-slider .pagination-container.center .next {
					background-position: -35px center;
					left: auto;
					right: 241px;
				}
			
			.ss-slider .pagination-container.bottom a {		
				background-image: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/slider-arrows-medium.png);
				bottom: 85px;
				min-height: 20px;
				width: 37px;
			}

			.ss-slider.hide-bottom-buttons .pagination-container.bottom a { bottom: 0; }
			
				.ss-slider .pagination-container.bottom .prev {
					background-position: -1px center;
					left: 0;
				}
				
				.ss-slider .pagination-container.bottom .next {
					background-position: -40px center;
					left: auto;
					right: 0;
				}
			
		/* ---------------------------------------- */
		/*	Active Slide Bar
		/* ---------------------------------------- */

		.ss-slider .active-slide-bar {
			background: #3b9ff7;
			bottom: 0;
			display: block;
			height: 4px;
			left: 0;
			position: absolute;
			visibility: hidden;
			z-index: 10;
		}

		.ss-slider.hide-bottom-buttons .active-slide-bar { display: none; }
		
	/* -------------------------------------------------- */
	/*	Projects Carousel
	/* -------------------------------------------------- */

	.no-js .projects-carousel, .no-js .post-carousel {
		border-top: 1px solid #efefef;
		margin: 15px -20px 60px 0;
		padding: 25px 0 0;
	}
		
		.projects-carousel > li, .post-carousel > li, #portfolio-items > article {
			float: left;
			list-style: none;
			margin: 0 20px 0 0;
			overflow: hidden;
			position: relative;
		}
		
		.projects-carousel > li, .post-carousel > li { width: 220px; }
		
		.no-js .post-carousel > li {
			display: inline-block;
			float: none;
		}

		.no-js .projects-carousel > li, .no-js #portfolio-items > article { margin-bottom: 40px; }

		.projects-carousel a, #portfolio-items article .project-meta {
			border-bottom: 1px solid #efefef;
			display: block;
			text-align: center;
		}
		
		.projects-carousel a { padding: 20px 0 0; }

		#portfolio-items article a, #portfolio-items article .audio-player, #portfolio-items article .video-player { margin: 0 auto; }

			.projects-carousel img, #portfolio-items article img {
				background-color: #fff;
				margin: 0 auto;
				filter: alpha(opacity=70); /* Fallback for old IE */
				opacity: 0.7;
			}

			.no-js .projects-carousel img, .no-js #portfolio-items article img { margin-bottom: 0; }

			.projects-carousel img { margin: -25px auto 20px; }

			.projects-carousel .title, #portfolio-items > article .title {
				font-weight: 400;
				margin: -1px 0 0;
			}

			.projects-carousel > li .categories, #portfolio-items > article .categories, #portfolio-items > article a + .project-meta .categories {
				color: #aeaeae;
				display: block;
				font-style: italic;
				margin: -1px 0 20px;
			}

			#portfolio-items > article .categories { margin-bottom: 19px; }

			.projects-carousel a:hover, #portfolio-items > article:hover {
				background: #f8f8f8;
				border-bottom: 1px solid #3b9ff7;
			}

			.not-ie .projects-carousel a:hover:after, .not-ie #portfolio-items > article:hover:after {
				background: #3b9ff7;
				bottom: -2.5px;
				content: '';
				left: 50%;
				display: block;
				height: 5px;
				margin: 0 0 0 -2.5px;
				-webkit-transform: rotate(45deg);
				   -moz-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					 -o-transform: rotate(45deg);
						transform: rotate(45deg);
				position: absolute;
				width: 5px;
			}

			.projects-carousel a:hover img, #portfolio-items > article:hover img {
				filter: alpha(opacity=100); /* Fallback for old IE */
				opacity: 1;
			}

			.projects-carousel a:hover .title, #portfolio-items > article:hover .title { color: #3b9ff7; }

	/* -------------------------------------------------- */
	/*	Post Carousel
	/* -------------------------------------------------- */
		
	.post-carousel .entry-meta {
		float: left;
		font-style: italic;
		letter-spacing: -0.5px;
		line-height: 1.3;
		margin: 0 12px 0 0;
		text-align: center;
		width: 33px;
	}
	
		.post-carousel .entry-meta a {
			display: block;
			font-style: normal;
		}
		
		.post-carousel li .post-format { margin: 0; }

		.post-carousel li .date {
			display: block;
			margin: 8px 0 0;
		}
					
		.post-carousel .entry-body .title {
			font-size: 14px;
			font-weight: 400;
			margin: 0 0 10px 0;
		}
	
	.post-carousel .entry-body {
		float: right;
		margin: 0;
		width: 175px;
	}

	.post-carousel .entry-image, .post-carousel .entry-video, .post-carousel .entry-audio, .post-carousel .fluid-width-video-wrapper {
		margin-bottom: 15px;
		max-width: 100%;
		width: 100%;
	}

	.post-carousel .entry-video, .post-carousel .entry-audio, .post-carousel .fluid-width-video-wrapper { margin-bottom: 15px; }
	
	/* Image Gallery Slider */

	.post-carousel .image-gallery-slider { margin-bottom: 15px; }

		.post-carousel .image-gallery-slider li { margin: 0; }

			.post-carousel .image-gallery-slider img { margin-bottom: 0; }

	/* -------------------------------------------------- */
	/*	Projects & Post Carousel Navigation
	/* -------------------------------------------------- */

	.jcarousel-container {
		border-top: 1px solid #efefef;
		margin: 45px -20px 80px 0;
		max-width: 100%;
		padding: 25px 0 0;
	}

	.section-title + .jcarousel-container { margin-top: 15px; } 

		.jcarousel-clip {
			overflow: hidden;
			width: 100%;
		}

			.jcarousel-item {
				margin: 0 20px 0 0;
				width: 220px;
			}

		.jcarousel-next, .jcarousel-prev {
			background: #ddd url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/button-arrows.png) no-repeat 0 0;
			cursor: pointer;
			height: 19px;
			position: absolute;
			right: 0;
			top: -35px;
			width: 19px;
		}

		.jcarousel-prev {
			background-position: 0 -19px;
			right: 20px;
		}

			.jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active,
			.jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
				background-color: #3b9ff7;
			}

			.jcarousel-next-disabled, .jcarousel-next-disabled:hover,
			.jcarousel-next-disabled:focus, .jcarousel-next-disabled:active,
			.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover,
			.jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
				background-color: #eee !important;
				cursor: auto !important;
			}

/* ---------------------------------------------------------------------- */
/*	Our Team
/* ---------------------------------------------------------------------- */

.team-member {
	border-bottom: 1px solid #efefef;
	color: #777;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .2s ease, border .2s ease;
	   -moz-transition: background-color .2s ease, border .2s ease;
		-ms-transition: background-color .2s ease, border .2s ease;
		 -o-transition: background-color .2s ease, border .2s ease;
			transition: background-color .2s ease, border .2s ease;
}

	.team-member:hover {
		background: #f8f8f8;
		border-bottom-color: #3b9ff7;
	}

	.not-ie .team-member:hover:after {
		background: #3b9ff7;
		bottom: -2.5px;
		content: '';
		left: 50%;
		display: block;
		height: 5px;
		margin: 0 0 0 -2.5px;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			 -o-transform: rotate(45deg);
				transform: rotate(45deg);
		position: absolute;
		width: 5px;
	}

	.team-member .photo, .team-member > a {
		display: block;
		margin: 0 auto 15px;
	}

	.team-member > a > .photo { margin: 0 auto; }

	.team-member .content { padding: 0 15px; }

		.team-member .name {
			color: #414141;
			font-weight: 700;
			margin: 0;
			text-transform: uppercase;
		}

		.team-member .job-title {
			color: #606060;
			display: block;
			font-style: italic;
			margin: 0 0 10px;
		}

		.team-member .social-links {
			border-top: 1px solid #efefef;
			margin: 0 0 5px;
			padding: 15px 0 0;
		}
			
			.team-member:hover .social-links { border-top-color: #ebebeb; }

			.team-member .social-links li { margin: 0 0 10px 10px; }

				.team-member .social-links a { opacity: 0.3; }

					.team-member .social-links a:hover { opacity: 1; }

/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */

.hentry {
	border-bottom: 1px dotted #ced8df;
	margin: 0px 0 50px;
	padding: 0 0 30px;
}

.single .hentry {
	margin-bottom: 45px;
	padding-bottom: 25px;
}

	.entry-image, .entry-video, .entry-audio {
		display: block;
		margin: 0 auto 25px;
	}

	.hentry .entry-audio {
		margin-bottom: 20px;
		padding-top: 5px;
	}

	.single-image .entry-image, .image-gallery .entry-image, .iframe .entry-image { margin-bottom: 25px; }
			
	.entry-body {
		float: right;
		margin: 5px 0 30px 0;
		width: 648px;
	}

	#main .entry-body { width: 648px; }

		.entry-body .title {
			font-size: 18px;
			font-weight: 700;
			margin-top: 10px;
		}

	.entry-meta {
		color: #878787;
		float: left;
		margin: 0 20px 0 0;
		text-align: right;
		width: 110px;
	}
		
		.entry-meta ul { margin: 0; }
		
			.entry-meta li {
				list-style: none;
				margin: 0;
			}

				.entry-meta .title { font-weight: 700; display:none;}

				.entry-meta .post-categories { display: inline-block; }

				.entry-meta a, .entry-meta a time {
					color: #272727;
					display: inline-block;
					font-style: italic;
					
				}

					.entry-meta a:hover, .entry-meta a:hover time { color: #3b9ff7; }
			
		.post-format {
			background-color: #ddd;
			background-image: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-post-formats.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			color: #959393;
			cursor: pointer;
			display: block;
			height: 33px;
			margin: 0 0 10px 0;
			text-align: left;
			text-indent: -9999px;
			width: 33px;
		}

			.post-format.gallery, .post-format.image { background-position: -33px 0; }

			.post-format.video { background-position: -66px 0; }

			.post-format.audio { background-position: -99px 0; }

			.post-format.link { background-position: -132px 0; }

			.post-format.quote { background-position: -165px 0; }

			.post-format.aside { background-position: -199px 0; }

			a:hover > .post-format {
				background-color: #3b9ff7;
				color: #3b9ff7;
			}

	/* VideoJS */

	.video-js { max-width: 100%; }

	/* -------------------------------------------------- */
	/*	Comments
	/* -------------------------------------------------- */

	#comments {}

		#comments-title, #reply-title {
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 15px;
			text-transform: uppercase;
		}

			.commentlist {
				border-bottom: 1px dotted #ced8df;
				margin: 27px 0 45px;
				padding: 0 0 30px;
				overflow: hidden;
			}

				.comment {
					border-top: 1px dotted #ced8df;
					list-style: none;
					margin: 30px 0 0;
					padding: 35px 0 0;
				}

				.comment:first-child {
					border-top: none;
					margin-top: 0;
					padding-top: 0;
				}

					.comment > article {
						margin: 0;
						overflow: hidden;
					}

						.comment .avatar {
							background: #fff;
							float: left;
							margin: 0 0 5px 0;
							position: relative;
							width: 54px;
							z-index: 1;
						}

						.comment .comment-body, .comment .comment-meta {
							float: right;
							margin: 0 0 -20px 15px;
							width: 871px;
						}

						#main .comment .comment-body, #main .comment .comment-meta { width: 611px; }

						.comment .comment-meta { margin-bottom: 0; }

							.comment .author, .comment .author a {
								color: #54555a;
								margin: 0;
							}

							.comment .author cite { font-style: normal; }

							.comment .author .comment-reply-link { font-size: 11px; }

							.comment .date, .comment .date a, .comment .date time {
								color: #adb3b8;
								font-style: italic;
								margin: 1px 0 5px;
							}

								.comment .author a:hover,
								.comment .date a:hover, .comment .date a:hover time { color: #3b9ff7; }

					.commentlist .children {
						margin: 0;
						padding: 0 0 0 70px;
						position: relative;
					}

						.commentlist .children .comment {
							border-top: 1px dotted #ced8df;
							margin: 15px 0 0;
							padding: 35px 0 0;
							position: relative;
						}

						.comment .children .comment:first-child { margin-top: 0; }

							.commentlist .children .depth-2 .comment-body, .commentlist .children .depth-2 .comment-meta { width: 801px; }
							.commentlist .children .depth-3 .comment-body, .commentlist .children .depth-3 .comment-meta { width: 731px; }
							.commentlist .children .depth-4 .comment-body, .commentlist .children .depth-4 .comment-meta { width: 661px; }
							.commentlist .children .depth-5 .comment-body, .commentlist .children .depth-5 .comment-meta { width: 591px; }

							#main .commentlist .children .depth-2 .comment-body, #main .commentlist .children .depth-2 .comment-meta { width: 541px; }
							#main .commentlist .children .depth-3 .comment-body, #main .commentlist .children .depth-3 .comment-meta { width: 471px; }
							#main .commentlist .children .depth-4 .comment-body, #main .commentlist .children .depth-4 .comment-meta { width: 401px; }
							#main .commentlist .children .depth-5 .comment-body, #main .commentlist .children .depth-5 .comment-meta { width: 331px; }

	/* -------------------------------------------------- */
	/*	Respond
	/* -------------------------------------------------- */

	#respond { }

		.commentlist #respond { margin: 10px 0 35px; }

		.commentlist #respond .form-allowed-tags { display: none; }

		#reply-title small {
			font-size: 11px;
			text-transform: none;
		}

		#commentform { margin: 20px -20px 0 0; }

			#commentform input { width: 278px; }

			#main #commentform input { width: 191px; }

				.commentlist .children .depth-2 #commentform input { width: 254px; }
				.commentlist .children .depth-3 #commentform input { width: 231px; }
				.commentlist .children .depth-4 #commentform input { width: 208px; }

				#main .commentlist .children .depth-2 #commentform input { width: 168px; }
				#main .commentlist .children .depth-3 #commentform input { width: 144px; }
				#main .commentlist .children .depth-4 #commentform input { width: 121px; }

			#commentform textarea {
				height: 150px;
				width: 918px;
			}

			#main #commentform textarea { width: 657px; }

				.commentlist .children .depth-2 #commentform textarea { width: 846px; }
				.commentlist .children .depth-3 #commentform textarea { width: 777px; }
				.commentlist .children .depth-4 #commentform textarea { width: 708px; }

				#main .commentlist .children .depth-2 #commentform textarea { width: 588px; }
				#main .commentlist .children .depth-3 #commentform textarea { width: 516px; }
				#main .commentlist .children .depth-4 #commentform textarea { width: 447px; }

	/* -------------------------------------------------- */
	/*	Pagination
	/* -------------------------------------------------- */

	.pagination { margin: 0 0 30px 0; }

	.comments-pagination {
		margin-bottom: 30px;
		margin-top: -20px;
	}

		.pagination a, .pagination span {
			border: 1px solid transparent;
			color: #9c9c9c;
			display: inline-block;
			margin: 0 8px 0 0;
			padding: 2px 8px 4px;
		}

		.comments-pagination a, .comments-pagination span {
			margin-right: 5px;
			padding-bottom: 3px;
		}

		.ie7 .pagination li, .ie7 .pagination span { display: inline; }

		.pagination .current {
			background: #e6edef;
			color: #707070;
			padding: 2px 7px 4px;
		}

		.comments-pagination .current { padding-bottom: 3px; }

			.pagination a:hover, .comments-pagination a:hover {
				border-color: #e6edef;
				color: #3b9ff7;
			}

		.pagination .next, .pagination .prev { border: none; }

/* blog下宣伝script */

.blog_advertise {
	margin:0 0 0 13.6842105%;
}

/* healthcare venture intern */
/* --- ナビゲーションバー --- */
div.hvi_nav {
width: 180px; /* ナビゲーションの幅 */
font-size: 80%;
}


@media only screen and (max-width: 767px){
	.blog_advertise{
		margin:0 0 0 0;
	}
}

/* ---------------------------------------------------------------------- */
/*	Portfolio
/* ---------------------------------------------------------------------- */

#portfolio-items-filter {
	float: right;
	margin: -65px 0 0;
	overflow: hidden;
}

	#portfolio-items-filter li {
		display: block;
		float: left;
		list-style: none;
		margin: 0;
	}

	#portfolio-items-filter li:first-child {
		margin-top: 5px;
		margin-right: 5px;
	}

	.no-js #portfolio-items-filter li:first-child, .no-js #portfolio-items-filter .all { display: none; }

	.ie7 #portfolio-items-filter li:first-child { display: none !important; }

		#portfolio-items-filter a {
			background: #3b9ff7;
			color: #fff;
			cursor: pointer;
			display: block;
			margin: 0 0 5px 5px;
			padding: 5px 10px;
		}

		.no-js #portfolio-items-filter a, #portfolio-items-filter.open a { display: block !important; }

		.ie7 #portfolio-items-filter a {
			display: block !important;
			margin: 0 0 5px 5px !important;
			padding: 5px 10px !important;
			width: auto !important;
		}

			#portfolio-items-filter a:hover, #portfolio-items-filter.open .active, #portfolio-items-filter.open .current a { background: #3a3a3a; }

#portfolio-items { margin: 0 -20px 40px 0; }

	#portfolio-items article { margin-bottom: 50px; }

		#portfolio-items .project-meta {
			display: block;
			margin: 0;
			padding: 20px 0 0;
		}
		
#portfolio-items + .pagination { margin-top: -40px; }

	/* Isotope */

	.isotope-hidden.isotope-item {
		pointer-events: none;
		z-index: 1;
	}

	.isotope, .isotope .isotope-item {
		-webkit-transition-duration: 0.6s;
		   -moz-transition-duration: 0.6s;
			-ms-transition-duration: 0.6s;
			 -o-transition-duration: 0.6s;
				transition-duration: 0.6s;
		z-index: 2;
	}

	.isotope {
		-webkit-transition-property: height, width;
		   -moz-transition-property: height, width;
			-ms-transition-property: height, width;
			 -o-transition-property: height, width;
				transition-property: height, width;
	}

	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		   -moz-transition-property:	-moz-transform, opacity;
			-ms-transition-property:		 top, left, opacity;
			 -o-transition-property:		 top, left, opacity;
				transition-property:		 transform, opacity;
	}

	/* -------------------------------------------------- */
	/*	Single Project
	/* -------------------------------------------------- */

	.project-title {
		color: #3a3a3a;
		font-size: 32px;
		font-weight: 400;
	}

	.portfolio-pagination {
		float: right;
		margin: -58px 0 0;
	}

		.portfolio-pagination li {
			display: inline-block;
			list-style: none;
			line-height: 25px;
			margin: 0;
		}

		.ie7 .portfolio-pagination li { display: inline; }

		.portfolio-pagination .next {
			border-right: 1px solid #e8e8e8;
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
		}

		.portfolio-pagination .next:last-child {
			border-right: none;
			margin-right: 0;
			padding-right: 0;
		}

		.single-portfolio .page-header .button {
			color: #a1a1a1;
			font-style: italic;
			margin-top: -5px;
		}

		.single-portfolio .page-title + .button { margin-top: 10px; }

		.single-portfolio .page-header a:hover { color: #3b9ff7; }

	.single-portfolio .image-gallery-slider { margin-bottom: 30px; }

	.single-portfolio .image-gallery-slider ul,
	.no-js .single-portfolio .image-gallery-slider li, .single-portfolio .image-gallery-slider.disabled li {
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
		   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
		        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	}

	.no-js .single-portfolio .image-gallery-slider ul, .single-portfolio .image-gallery-slider.disabled {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		        box-shadow: none;
	}

/* ---------------------------------------------------------------------- */
/*	Contact Us
/* ---------------------------------------------------------------------- */

#map {
	border-bottom: 1px solid #c5c3c0;
	border-top: 1px solid #c5c3c0;
	margin: -41px 0 40px;
	position: relative;
	width: 100%;
}

#map, #map .wpgmappity_container { height: 440px; }

#map:before, #map:after {
	background: none;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#map:after {
	bottom: 0;
	top: auto;
}

.wpcf7-form, #commentform { max-width: 100%; }

.wpcf7-form { margin: 0 -20px 0 0; }

	.wpcf7-form-control-wrap br, .wpcf7-form-control-wrap p { display: none; }

	.wpcf7-form .input-block, #commentform .input-block {
		float: left;
		margin: 0 20px 20px 0;
	}

	.wpcf7-form .input-block:nth-of-type(3n), #commentform .input-block:nth-of-type(3n) { margin-right: 0; }

		.wpcf7-form input { width: 198px; }

	.wpcf7-form .textarea-block, #commentform .textarea-block { clear: both; }

		.wpcf7-form textarea {
			height: 150px;
			max-width: 100%;
			width: 678px;
		}

	.wpcf7-not-valid-tip {
		color: #f02932;
		display: block;
		margin: 5px 0 0;
	}

	.wpcf7-form input[type="submit"], #commentform input[type="submit"],
	.wpcf7-form input[type="reset"], #commentform input[type="reset"] {
		display: block;
		margin: 0 0 20px;
		width: auto !important;
	}

	.wpcf7-response-output { margin: -20px 0 0; }

/* ---------------------------------------------------------------------- */
/*	Sidebar
/* ---------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 220px;
}

.sidebar-left #sidebar { float: left; }

	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */

	#sidebar .widget { margin: 0 0 50px; }

		#sidebar .widget-title {
			color: #414141;
			font-size: 12px;
			font-weight: 600;
			text-transform: uppercase;
			margin: 0 0 12px;
			display: none;
		}
		
		.widget-title {
			display: none;
		}
		
		.widget_categories ul {background: #242121;}
		.widget_categories ul li {}
		.widget_categories ul li a {padding: 10px 10px 10px 40px; font-size: 14px; color:#fff !important; display: block; border-bottom:1px solid #646161; border-top: 1px solid #000; background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/li_block.png") no-repeat; background-position: 20px center;}
		
		
	#sidebar .widget { margin: 0 0 50px; }


		
		.container_right ul {background: #242121;}
		.container_right ul li {}
		.container_right ul li a {padding: 10px 10px 10px 40px; font-size: 14px; color:#fff !important; display: block; border-bottom:1px solid #646161; border-top: 1px solid #000; background: url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/li_block.png") no-repeat; background-position: 20px center;}
		.container_right ul li a:hover {padding: 10px 10px 10px 40px; font-size: 14px; color:#fff !important; display: block; border-bottom:1px solid #646161; border-top: 1px solid #000; background: #ff0000 url("http://www.1010.or.jp/wp/wp-content/themes/sento/images/li_block.png") no-repeat; background-position: 20px center;}
		
		.container_right ul li ul {background: #545149 !important;}
		

		/* ---------------------------------------- */
		/*	List
		/* ---------------------------------------- */

		.widget ul { }

			.widget li {

			}

			.widget li:last-child { border-bottom: none; }

				.widget li a {

				}
					
					.widget li a:hover { color: #3b9ff7; }

		/* ---------------------------------------- */
		/*	Recent Comments
		/* ---------------------------------------- */

		.widget .recentcomments {
			display: block;
			padding: 5px 0 5px 15px;
		}

		/* ---------------------------------------- */
		/*	Calendar
		/* ---------------------------------------- */

		.widget_calendar table { width: 100%; }

			.widget_calendar th, .widget_calendar td {
				background: none;
				border: 0;
				padding: 0;
			}

			.widget_calendar caption {
				font-size: 12px;
				margin-bottom: 10px;
				text-align: center;
			}

			.widget_calendar tr th {
				font-size: 12px;
			}
			
			.widget_calendar tr td {
				padding: 4px 6px;
				text-align: center;
			}
			
				.widget_calendar tr td#prev {
					padding: 5px 0 0;
					text-align:left;
				}
			
				.widget_calendar tr td#next {
					padding: 5px 0 0;
					text-align: right;
				}
			
				.widget_calendar tr td#today {
					background: #f8f8f8;
					border: 1px solid #ced8df;
					font-weight: bold;
				}
			
				#footer .widget_calendar tr td#today {
					background: #464646;
					border: 1px solid #363636;
					font-weight: bold;
				}
				
					.widget_calendar tr td a {
						display: inline;
						font-weight: bold;
						padding: 0;
					}

		/* ---------------------------------------- */
		/*	RSS
		/* ---------------------------------------- */

		.rsswidget img { margin: 0 5px 0 0; }
		
		.widget_rss .rss-date, .widget_rss .rssSummary { padding: 0 0 0 15px; }

		.widget_rss .rss-date {
			color: #bbb;
			font-style: italic;
		}

		/* ---------------------------------------- */
		/*	Search
		/* ---------------------------------------- */

		.widget_search input[type="text"] { margin: 0 0 10px; }

		/* ---------------------------------------- */
		/*	Accordion Content
		/* ---------------------------------------- */

		#sidebar .acc-trigger a {
			background-position: 0 8px;
			font-size: 11px;
			font-weight: 400;
			padding: 12px 12px 12px 30px;
		}

		#sidebar .acc-trigger:first-of-type { border-top: none; }

		#sidebar .acc-trigger:last-of-type { border-bottom: none; }

		#sidebar .acc-trigger.active a {
			background-position: 0 -103px;
			cursor: default;
		}

		#sidebar .acc-container { margin: -5px 0 0; }

		#sidebar .acc-container:first-of-type { border-top: none; }

		#sidebar .acc-container:last-of-type { border-bottom: none; }

			#sidebar .acc-container .content { padding: 0 12px 12px 30px; }

		/* ---------------------------------------- */
		/*	Tweets
		/* ---------------------------------------- */

		ul.tweets-feed { margin: 0; }

		.tweets-feed li {
			background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-tweets.png) no-repeat 0 5px;
			border: none;
			display: block;
			list-style: none;
			margin: 0 0 15px;
			padding: 0 0 0 30px;
		}

			#sidebar .tweets-feed li a, #footer .tweets-feed li a {
				color: #3b9ff7;
				display: inline;
				padding: 0;
			}

			.tweets-feed .date { display: block; }

				#sidebar .tweets-feed li .date a, #footer .tweets-feed li .date a {
					color: #bbb;
					font-size: 10px;
					font-style: italic;
				}

				#sidebar .tweets-feed li a:hover { color: #3a3a3a; }

				#footer .tweets-feed li a:hover { color: #fff; }

		/* ---------------------------------------- */
		/*	Flickr Images
		/* ---------------------------------------- */

		.flickr-feed { margin: 15px -5px 0 0; }

			.flickr-feed li {
				background: none;
				border: none;
				display: inline-block;
				list-style: none;
				margin: 0 2px 1px 0;
			}

			.ie7 .flickr-feed li {
				display: inline;
				margin: 0 5px 5px 0;
			}

				.flickr-feed li a {
					display: inline;
					padding: 0;
				}

					.flickr-feed li img {
						margin: 0;
						height: 70px;
						width: 70px;
					}

/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	background: #3a3a3a;
	color: #868686;
	margin-top: 0px;
	padding: 20px 0;
	position: relative;
}

	x:-o-prefocus, .not-ie #footer:before { display: none; } /* Fix for Opera */

	#footer, #footer a,
	#footer-bottom, #footer-bottom a { color: #868686; }

		#footer a:hover,
		#footer-bottom a:hover { color: #3b9ff7; }

	#footer .widget {
		border-bottom: 1px solid #4b4b4b;
		margin: 0 0 12px;
		padding: 0 0 12px;
	}

	#footer .widget:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

		#footer .widget-title {
			border-bottom: 1px solid #4b4b4b;
			display: block;
			font-size: 10px;
			margin: 0 0 12px;
			padding: 0 0 12px;
			text-transform: uppercase;
		}

		#footer .widget li { border-bottom-color: #4b4b4b; }

	/* -------------------------------------------------- */
	/*	Footer Navigation
	/* -------------------------------------------------- */

		#footer .widget_nav_menu ul { margin: -2px 0 0; }

			#footer .widget_nav_menu li {
				background: none;
				border: none;
				display: inline-block;
				list-style: none;
				margin: 0 -3px 0 0;
			}
			
			.ie7 #footer .widget_nav_menu li { display: inline; }
			
				#footer .widget_nav_menu li a {
					border-left: 1px solid #484848;
					font-size: 10px;
					display: block;
					padding: 0 15px;
					text-transform: uppercase;
					color:#fff !important;
					font-size: 12px;
				}
				
					#footer .widget_nav_menu li a:hover {
					border-left: 1px solid #484848;
					font-size: 10px;
					display: block;
					padding: 0 15px;
					text-transform: uppercase;
					color:#3b9ff7 !important;
					font-size: 12px;
				}
			
				#footer .widget_nav_menu li:first-child a {
					border-left: none;
					padding-left: 0;
					
				}

				#footer .widget_nav_menu li:last-child a { padding-right: 0; }

	/* -------------------------------------------------- */
	/*	Contact Info
	/* -------------------------------------------------- */

	#footer .contact-info { }

	.contact-info { margin: 0; }

		.contact-info li {
			border: none;
			float: left;
			list-style: none;
			margin: 0 0 5px 24px;
			padding: 0 0 0 24px;
		}
		
		#sidebar .contact-info li {
			border-bottom: 1px dotted #ced8df;
			display: block;
			float: none;
			margin: 0 0 5px;
			padding-bottom: 5px;
		}
		
		#sidebar .contact-info li:last-child { border-bottom: none; }

		.contact-info li:first-child { margin-left: 0; }

		.contact-info .address { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-address.png) no-repeat 0 0; }

		.contact-info .phone { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-phone.png) no-repeat 0 1px; }

		.contact-info .email { background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-email-2.png) no-repeat 0 4px; }

			.contact-info li a {
				display: inline;
				padding: 0;
			}

	/* -------------------------------------------------- */
	/*	Social Links
	/* -------------------------------------------------- */

	.social-links { margin: 0; }

		.social-links li {
			background: none;
			border: none;
			display: inline-block;
			list-style: none;
			margin: 0 0 10px 15px;
			text-indent: -9999px;
		}

		.ie7 .social-links li {
			display: inline;
			font-size: 0;
			text-indent: 0;
		}
			
		.social-links li:nth-child(6n+1) { margin-left: 0; }

		.social-links li:nth-child(6n) { margin-right: 15px; }

		.social-links li:last-child { margin-right: 0; }

			.social-links li a {
				background: url(http://www.1010.or.jp/wp/wp-content/themes/sento/images/icon-social-links.png) no-repeat;
				display: block;
				height: 16px;
				padding: 0;
				-webkit-transition: all 0.2s ease-out;
				   -moz-transition: all 0.2s ease-out;
					 -o-transition: all 0.2s ease-out;
					-ms-transition: all 0.2s ease-out;
						transition: all 0.2s ease-out;
				width: 20px;
			}

			.social-links .behance a { background-position: 0 -16px; }
				.social-links .behance a:hover { background-position: 0 0; }

			.social-links .delicious a { background-position: -35px -14px; height: 14px; }
				.social-links .delicious a:hover { background-position: -35px 0; }

			.social-links .deviantart a { background-position: -70px -16px; }
				.social-links .deviantart a:hover { background-position: -70px 0; }

			.social-links .digg a { background-position: -105px -14px; height: 14px; }
				.social-links .digg a:hover { background-position: -105px 0; }

			.social-links .dribbble a { background-position: -140px -16px; }
				.social-links .dribbble a:hover { background-position: -140px 0; }

			.social-links .dropbox a { background-position: -175px -15px; height: 15px; }
				.social-links .dropbox a:hover { background-position: -175px 0; }

			.social-links .email a { background-position: -210px -16px; }
				.social-links .email a:hover { background-position: -210px 0; }

			.social-links .facebook a { background-position: 0 -51px; }
				.social-links .facebook a:hover { background-position: 0 -35px; }

			.social-links .flickr a { background-position: -35px -51px; }
				.social-links .flickr a:hover { background-position: -35px -35px; }

			.social-links .forrst a { background-position: -70px -51px; }
				.social-links .forrst a:hover { background-position: -70px -35px; }

			.social-links .github a { background-position: -105px -51px; }
				.social-links .github a:hover { background-position: -105px -35px; }

			.social-links .google a { background-position: -140px -51px; }
				.social-links .google a:hover { background-position: -140px -35px; }

			.social-links .googleplus a { background-position: -175px -51px; }
				.social-links .googleplus a:hover { background-position: -175px -35px; }

			.social-links .ichat a { background-position: -210px -50px; height: 15px; }
				.social-links .ichat a:hover { background-position: -210px -35px; }

			.social-links .lastfm a { background-position: 0 -85px; height: 15px; }
				.social-links .lastfm a:hover { background-position: 0 -70px; }

			.social-links .linkedin a { background-position: -35px -86px; }
				.social-links .linkedin a:hover { background-position: -35px -70px; }

			.social-links .mobypicture a { background-position: -70px -86px; }
				.social-links .mobypicture a:hover { background-position: -70px -70px; }

			.social-links .myspace a { background-position: -105px -86px; }
				.social-links .myspace a:hover { background-position: -105px -70px; }
				
			.social-links .picasa a { background-position: -140px -86px; }
				.social-links .picasa a:hover { background-position: -140px -70px; }

			.social-links .plixi a { background-position: -175px -86px; }
				.social-links .plixi a:hover { background-position: -175px -70px; }

			.social-links .rss a { background-position: -210px -86px; }
				.social-links .rss a:hover { background-position: -210px -70px; }

			.social-links .skype a { background-position: 0 -121px; }
				.social-links .skype a:hover { background-position: 0 -105px; }

			.social-links .stumbleupon a { background-position: -35px -122px; height: 17px; }
				.social-links .stumbleupon a:hover { background-position: -35px -105px; }

			.social-links .tumblr a { background-position: -70px -120px; height: 15px; }
				.social-links .tumblr a:hover { background-position: -70px -105px; }
				
			.social-links .twitter a { background-position: -105px -120px; height: 15px; }
				.social-links .twitter a:hover { background-position: -105px -105px; }
				
			.social-links .vimeo a { background-position: -140px -120px; height: 15px; }
				.social-links .vimeo a:hover { background-position: -140px -105px; }
				
			.social-links .youtube a { background-position: -175px -120px; height: 15px; }
				.social-links .youtube a:hover { background-position: -175px -105px; }

	/* -------------------------------------------------- */
	/*	Forms
	/* -------------------------------------------------- */

	#footer input[type="text"], #footer textarea, #footer select {
		background-color: #464646;
		border: 1px solid #484848;
		color: #868686;
	}
		
		#footer input[type="text"]:hover, #footer textarea:hover, #footer select:hover { border-color: #3b3b3b; }
		
		#footer input[type="text"]:focus, #footer textarea:focus, #footer select:focus { border-color: #333; }

	/* Chrome, Safari */
	#footer input::-webkit-input-placeholder, #footer textarea::-webkit-input-placeholder { color: #6e6e6e; }

	/* Firefox */
	#footer input:-moz-placeholder, #footer textarea:-moz-placeholder { color: #6e6e6e; }

	/* jQuery fallback */
	#footer input.placeholder, #footer textarea.placeholder, #footer .wpcf7 .watermark { color: #6e6e6e; }

	/* -------------------------------------------------- */
	/*	Misc Elements
	/* -------------------------------------------------- */

	#footer .button:hover, #footer input[type="submit"]:hover #footer input[type="reset"]:hover, #footer button:hover {
		background: #ddd;
		color: #3a3a3a;
	}

	#footer .button.no-bg { color: #ddd; }

	#footer .button .arrow { background-color: #3a3a3a; }

	#footer blockquote { background-color: #464646;}

		#footer blockquote.simple {
			background: none;
			border-left-color: #484848;
			color: #868686;
		}

	#footer .infobox {
		background: #464646;
		border-color: #363636;
	}

	#footer .infobox, #footer .infobox * { color: #868686; }

/* ---------------------------------------------------------------------- */
/*	Footer Bottom
/* ---------------------------------------------------------------------- */

#footer-bottom {
	background: #000000;
	padding: 10px 0 10px 0;
	margin-top:0px;
	min-width: 980px;
	
}

	#footer-bottom ul { margin: 0; }

		#footer-bottom li {
			float: left;
			list-style: none;
			margin: 0;
		}
			
			 #footer-bottom li:first-child { margin-right: 15px; }
			
			#footer-bottom li a {
				border-left: 1px solid #484848;
				display: block;
				padding: 0 15px;
			}

			 #footer-bottom li:first-child a {
				border-left: none;
				padding-left: 0;
			}

				#footer-bottom li:last-child a { padding-right: 0; }

/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {

	/* -------------------------------------------------- */
	/*	Pricing Tables > Tooltip
	/* -------------------------------------------------- */
	
	
	
	#cboxContent {
  background: #fff;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

	.simple-pricing-table .features li[data-tooltip],
	.extended-pricing-table .features li[data-tooltip] { cursor: help; }

	.ie7 .simple-pricing-table .features li[data-tooltip],
	.ie7 .extended-pricing-table .features li[data-tooltip] { cursor: auto; }

		.simple-pricing-table .features li[data-tooltip]:hover,
		.extended-pricing-table .features li[data-tooltip]:hover { color: #54555a; }

	/* Tooltip container */
	.simple-pricing-table .features li[data-tooltip]:before,
	.extended-pricing-table .features li[data-tooltip]:before {
		background: #fff8de;
		border: 1px solid #fee5a2;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
		   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
		        box-shadow: 0 0 10px rgba(0, 0, 0, .10);
		bottom: 0;
		color: #7b7b7b;
		content: attr(data-tooltip) !important; 
		font-size: 11px;
		left: 9px;
		line-height: 1.5;
		opacity: 0;
		padding: 5px 10px;
		position: absolute;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
		    -ms-transition: all .2s ease-in-out;
		     -o-transition: all .2s ease-in-out;
		        transition: all .2s ease-in-out;
		width: 143px;
		z-index: 98;

	}

	.simple-pricing-table .features li[data-tooltip]:before {
		left: 10px;
		width: 192px;
	}

	.extended-pricing-table .features-list .features li[data-tooltip]:before {
		left: 10px;
		text-align: left;
		width: 158px;
	}

		.simple-pricing-table .features li[data-tooltip]:hover:before,
		.extended-pricing-table .features li[data-tooltip]:hover:before {
			bottom: 100%;
			opacity: 1;
		}

	/* Tooltip arrow */
	.not-ie .simple-pricing-table .features li[data-tooltip]:after,
	.not-ie .extended-pricing-table .features li[data-tooltip]:after {
		background: #fff8de;
		border-bottom: 1px solid #fee5a2;
		border-right: 1px solid #fee5a2;
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
		   -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
		        box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
		bottom: 0;
		content: '';
		display: block;
		height: 10px;
		left: 50%;
		margin: 0 0 0 -5px;
		opacity: 0;
		position: absolute;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
		    -ms-transition: all .2s ease-in-out;
		     -o-transition: all .2s ease-in-out;
		        transition: all .2s ease-in-out;
		width: 10px;
		z-index: 99;
	}

		.simple-pricing-table .features-list .features li[data-tooltip]:after,
		.extended-pricing-table .features-list .features li[data-tooltip]:after {
			left: 22px;
			margin-left: 0;
		}

		.not-ie .simple-pricing-table .features li[data-tooltip]:hover:after,
		.not-ie .extended-pricing-table .features li[data-tooltip]:hover:after {
			bottom: 30px;
			opacity: 1;
		}

		.simple-pricing-table .features li[data-tooltip]:hover:after { bottom: 24px !important; }

	.ie8 .simple-pricing-table .features li[data-tooltip]:before,
	.ie8 .simple-pricing-table .features li[data-tooltip]:after,
	.ie8 .extended-pricing-table .features li[data-tooltip]:before,
	.ie8 .extended-pricing-table .features li[data-tooltip]:after { display: none; }

		.ie8 .simple-pricing-table .features li[data-tooltip]:hover:before,
		.ie8 .extended-pricing-table .features li[data-tooltip]:hover:before { display: block; }

	/* -------------------------------------------------- */
	/*	Home > Slider
	/* -------------------------------------------------- */
	
	.ss-slider .slides-container { display: block; }

	.ss-slider .slide-images-container { display: none; }

}




/* 980px未満の場合 */
@media only screen and (max-width: 979px) {
	
	
	
	#header {
  z-index: 97;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 0px 0 20px 0;
  height: 150px;
}
	#header_in {
  width: 100%;
  margin: 0 auto;
}

#main-navigation {
  width: 100%;
  margin: 0px auto 0 auto;
}

.right_f {
  display: block;
  text-align: center;
}

.right_f a {
  display: inline-block;
  text-align: center;
  padding: 4px 12px;
  border-radius: 30px;
  background: #191919;
  color: #fff;
  font-size: 11px;
  margin-left: 5px;
}

.right_f2 {
  position: relative;
  bottom: 0px;
  text-align: center;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  height: ;
  overflow: hidden;
  width: 100%;
  min-width: 300px;
}

.top_twitter {
  padding: 0px 0 0px 0;
  text-align: center !important;
  position: relative;
  bottom: 0px;
  width: 98%;
  min-width: 300px;
  margin: 20px 1% 0 1%;
}

.top_twitter_in {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.top_twitter_in_l {
  background: #222121;
  width: 15%;
  margin: 0 auto;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  float: left;
  padding: 9px 0 11px;
  border-radius: 7px;
  height: 10px;
  display: block;
}

.top_twitter_in_r {
  width: 79%;
  margin: 0 auto 0 10px;
  text-align: left;
  float: left;
  padding-top: 0px;
  height: 30px;
}

.days_no_tonari {
  padding: 6px 0px;
  color: #fff;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  float: right;
  background: #000000;
  display: block;
}

.event_box {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  min-width: 300px;
  background-size: 100%;
}

.event_box_in {
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
}

.event_box_in_article {
  width: 30%;
  height: 340px;
  float: left;
  margin: 20px 1.5%;
  text-align: left;
}

event_eye a {display: block;}

.event_eye img {
  width: 100%;
  min-width: 280px;
  min-height: 170px;
  border: none;
}

.font16 {
  font-size: 13px;
  margin-bottom: 5px !important;
}

.bot_bn {
  width: 96%;
  height: auto;
  float: none;
  margin: 10px 2%;
  
}

.bot_bn iframe {width: 100% !important; height: 523px;}
.indexbanner {text-align: center;}

.bot_bn a {
  margin: 4px 1%;
  display: inline-block;
  width: 48%;
  text-align: center;
  float:left;
}

.bot_bn a img {width: 100%;}

.bot_fb {
  width: 96%;
  height: auto;
  float: none;
  margin: 10px 2%;
  text-align: center;
}

.bot_fb iframe {
  width: 100% !important;
  height: 525px !important;
  float: none;
  margin: 10px 0 !important;
  text-align: center;
}

#footer-top {
  background: #000000;
  width: 100%;
  min-width: 300px;
  padding: 0px 0 0 0px;
}

.footer_title {
  padding: 30px 0px 0 0px;
  width: 100%;
  float: none;
  text-align: center;
}

.footer_btns {margin-top:20px;}

.head_sns2 {
  text-align: right;
  height: 20px;
  float: right;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}

#footer-bottom {
  background: #000000;
  padding: 10px 0 10px 0;
  margin-top: 0px;
  width: 100%;
  min-width: 300px;
}

.footer-bottom_r {
  width: 100%;
  min-width: 300px;
  float: none;
  text-align: center;
  padding: 0px 0px 0 0;
  height: ;
}

.footer-bottom_l {
  width: 100%;
  min-width: 300px;
  float: none;
  text-align: center;
  padding: 0px 0px 0 0;
  height: ;
}

.container {
  margin: 80px auto 30px auto;
  position: relative;
  width: 100%;
}

.container_left {
  width: 70%;
  float: left;
}

.container_right {
  width: 28%;
  float: right;
}

.bx2-wrapper .bx2-viewport {
  background: #f9f7f4;
  width: 600px !important;
  float: left;
  border-radius: 7px;
  padding: 6px 0px 10px 10px;
  height: 17px !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.from979 {display: block !important; margin-top:10px;}
.fromPC {display: none !important;}

}
/* 980px未満の場合end */


/* 900px未満の場合 */
@media only screen and (max-width: 900px) {
	
.event_eye{width: 100%; height:160px; background:none; margin-bottom:5px; overflow: hidden; background-position: center top;}
.event_eye img {
  width: 100%;
  min-width: 250px;
  min-height: 160px;
  border: none;
}
	
#searchform {display: none;}
	
.fromPC2 {display: none !important;}

#build-menu .sub-menu {display: none;}

#build-menu #menu-mainmenu-1 .sub-menu {display: block !important;}
	
#menu-mainmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 7px;
}
	
.container_left {
  width: 98%;
  float: none;
  margin-left: 1%;
  margin-right: 1%;
}

#main {
  float: left;
  margin: 0 0px 0 0;
  width: 100%;
  min-width: 300px;
}

.container_right {
  width: 98%;
  float: none;
  margin-left: 1%;
  margin-right: 1%;
}

.container_left iframe {width: 80% !important; margin:0 10%;}

.bx2-wrapper .bx2-viewport {
  background: #f9f7f4;
  width: 400px !important;
  float: left;
  border-radius: 7px;
  padding: 6px 0px 10px 10px;
  height: 17px !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx2-viewport ul li {
  overflow: hidden;
  width: 400px !important;
}

#main .entry-body {
  width: 98%;
  margin:0 1%;;
}

.top-logo {position: relative; right:40px;}
	
}
/* 900px未満の場合end */


/* 640px未満の場合 */
@media only screen and (max-width: 640px) {
	
	h2 {font-size: 18px; font-weight: bold;}

.page-title, .page-description, .page-subdescription, .project-title {
  font-size: 18px;
  margin-top: -10px;
  padding: 0px;
}
	
.event_box_in_article {
  width: 47%;
  height: 340px;
  float: left;
  margin: 20px 1.5%;
  text-align: left;
}


.bx2-wrapper .bx2-viewport {
  background: #f9f7f4;
  width: 100% !important;
  max-width: 640px;
  float: left;
  border-radius: 7px;
  padding: 6px 0px 10px 10px;
  height: 17px !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.top_twitter_in_r {
  width: 98%;
  margin: 0 1% 0 1%;
  text-align: left;
  float: left;
  padding-top: 0px;
  height: 30px;
}

.bx2-viewport ul li {
  overflow: hidden;
  max-width: 500px;

}

.top_twitter_in_l {
  background: #222121;
  max-width: 640px;
  margin: 0;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  float: left;
  padding: 9px 0 11px;
  border-radius: 7px;
  height: 10px;
  display: none;
  overflow: hidden;
  
}

.bx2-has-pager {display: none;}

.top_twitter {
  padding: 0px;
  text-align: center !important;
  position: relative;
  bottom: 0px;
  width: 98%;
  max-width: 640px;
  margin: 20px 1% 0 1%;
  overflow: hidden;
}

.container_left embed {width: 98% !important; height: 300px !important; min-width: 300px; margin:20px auto !important; display: block; height: 500px;}

.fluid-width-video-wrapper {margin:20px auto !important;}

.news_cate {
  background: #ff0000;
  border-radius: 7px;
  padding: 2px 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-size: 9px !important;
}

.news_cate:hover {background: #201e1e; color:#fff; margin-right: 5px;}

.news_tex a {font-size: 9px !important;}


.top_twitter_in_r p {
  font-size: 10px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  height: ;
  overflow: hidden;
  width: 100%;
  min-width: 300px;
}

.enslider {
  text-align: center;
  margin: 0 auto;
  background: #23221f;
  overflow: hidden;
}

.enslider img {
  margin: 0 auto;
  width: 100%;
  position: relative;
  bottom: 0px;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  position: relative;
  bottom: 0px;
}

}
/* 640px未満の場合end */

/* 414px未満の場合 */
@media only screen and (max-width: 414px) {
	
div.floatblock div {
  display: block;
  padding-right: 10px;
  vertical-align: top;
  text-align: center;
}
	
.event_eye{width: 100%; height:120px; background:none; margin-bottom:5px; overflow: hidden; background-position: center top;}
.event_eye img {
  width: 100%;
  min-width: 180px;
  min-height: 120px;
  border: none;
}

	
.bot_bn {width: 300px !important; height: 543px; margin: 0 auto; overflow:hidden;}
.bot_bn iframe {width: 300px !important; height: auto;}
	
.top-logo {width: 60%; margin-top:20px;}

#menu-mainmenu li {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 2px;
}

#menu-mainmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 10px !important;
  text-decoration: none;
}

#menu-mainmenu li ul li {
  overflow: hidden;
  width: 150px;
  height: 0px;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  margin: 0 0px;
  position: relative;
  right: 0% !important;
  background: #191919 !important;
  margin: 0 !important;
}

#menu-mainmenu li ul li a{
  font-size: 10px;}

.footer_title img {width: 70%;}

#menu-mainmenu li ul:last-child {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0px;
  border-radius: 7px;
}

.bot_fb iframe {
  width: 300px !important;
  height: 525px !important;
  float: none;
  margin: 10px 0 !important;
  text-align: center;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  height: ;
  overflow: hidden;
  width: 100%;
  min-width: 300px;
}


.bx2-wrapper .bx2-viewport {
  background: #f9f7f4;
  width: 100% !important;
  max-width: 640px;
  float: left;
  border-radius: 7px;
  padding: 6px 0px 10px 10px;
  height: 30px !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.container_left img {max-width: 100%; height: auto !important;}


	
}/* 514px未満の場合end */






table.kusuriyu {
	border: solid 1px #000000;
	border-collapse: collapse;
	font-size: .85em;
}
table.kusuriyu tr,table.kusuriyu td {
   border-width: 1px 0px; /* 上下だけ引く */
   border-color: 000000; /* 線色：緑 */
   border-style: solid; /* 線種：実線 */
   padding: 0.3em; /* セル内側の余白 */
}

.regular {border: solid 1px #000000; margin-bottom:20px;  padding:10px; background-color:#EFEFEF}
.fee {
	border: solid 1px #000000;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #EFEFEF
	
}
.senryu-a {
	font-size: 120%;
	font-weight: bold;
	color:#E9484B;
}
.imgcap {
	font-size: 80%;
	font-weight: nomal;
	color:#595959;
	margin: 0px 0px 10px 0px;
}


#map_canvas{
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



hr.clea50 {
	background-color: #fff;
    height: 50px;
}


dl.talk {
  width:100%;
}
dt.talk{
	  float:left;
	  clear:left;
	  color:#666666;
	  font-size:80%;
	  padding:10px;
}
dd.talk {
	margin-left:10%;
clear:left;
}

h1.pr {
	margin:100px 0px 10px 0px;
	padding:20px 0px 10px 0px;
	border-top:double 5px #666666;
}
h2.pr {
	  font-size:110%;
	margin:5px 5px 5px 5px;
	font-weight: bold;
	padding:5px 5px 5px 5px;
	border-left:solid 5px #8fc9f9;
}
