@charset "utf-8";

/* HTML */
html {
	height: auto;
}

/* BODY */
body {
	font:12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
}

/* zoom */
* {zoom: 1;}
* li {zoom: normal;}


/* for IE7 */
*+html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
}

/* for IE6 */
* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
} 


/* OTHER TAGS */
a {
}

a img, img {
	border:0;
}

abbr, acronym {
	border:0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

blockquote, dd, div, dl, dt,
	h1, h2, h3, h4, h5, h6,
	li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
	max-height: 999999px;
}

img{
	vertical-align:bottom;
}

caption, th {
	text-align:left;
}

code, kbd, pre, samp, tt {
	font-family:monospace;
	line-height:100%;
}

/* for IE7 */
*+html code, kbd, pre, samp, tt {
	font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul, li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

q:before, q:after {
	content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

/* tables still need 'cellspacing="0"' */
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

/* exlude MacIE5 \*/

* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* end MacIE5 */

.clearfix + *{
    clear: both;
}

/* clear */
.clear {clear: both;}
.clear_l {clear: left;}
.clear_r {clear: right;} 



/* iepngfix */
* html .iepngfix{
behavior: expression(IEPNGFIX.fix(this));
}

/* f_small */
.f_small{
	font-size:12px;
}
.f_large{
	font-size:16px;
}

/* t_ind */
.t_ind{
	padding-left:1em;
	text-indent:-1em;
}

/* t_center */
.t_center{
	text-align:center;
}
.t_left{
	text-align:left;
}
.t_right{
	text-align:right;
}

/* float */
.f_right{
	float:right;
}
.f_left{
	float:left;
}


/* imgalpha */
a.imgalpha:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img.imgalpha{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* margin */
.m0 {margin: 0px;}
.mt0 {margin-top: 0px;}
.ml0 {margin-left: 0px;}
.mr0 {margin-right: 0px;}
.mb0 {margin-bottom: 0px;}

.m5 {margin: 5px;}
.mt5 {margin-top: 5px;}
.ml5 {margin-left: 5px;}
.mr5 {margin-right: 5px;}
.mb5 {margin-bottom: 5px;}

.m10 {margin: 10px;}
.mt10 {margin-top: 10px;}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}
.mb10 {margin-bottom: 10px;}

.m15 {margin: 15px;}
.mt15 {margin-top: 15px;}
.ml15 {margin-left: 15px;}
.mr15 {margin-right: 15px;}
.mb15 {margin-bottom: 15px;}

.m20 {margin: 20px;}
.mt20 {margin-top: 20px;}
.ml20 {margin-left: 20px;}
.mr20 {margin-right: 20px;}
.mb20 {margin-bottom: 20px;}

.m25 {margin: 25px;}
.mt25 {margin-top: 25px;}
.ml25 {margin-left: 25px;}
.mr25 {margin-right: 25px;}
.mb25 {margin-bottom: 25px;}

.m30 {margin: 30px;}
.mt30 {margin-top: 30px;}
.ml30 {margin-left: 30px;}
.mr30 {margin-right: 30px;}
.mb30 {margin-bottom: 30px;}

.m35 {margin: 35px;}
.mt35 {margin-top: 35px;}
.ml35 {margin-left: 35px;}
.mr35 {margin-right: 35px;}
.mb35 {margin-bottom: 35px;}

.m40 {margin: 40px;}
.mt40 {margin-top: 40px;}
.ml40 {margin-left: 40px;}
.mr40 {margin-right: 40px;}
.mb40 {margin-bottom: 40px;}

.m45 {margin: 45px;}
.mt45 {margin-top: 45px;}
.ml45 {margin-left: 45px;}
.mr45 {margin-right: 45px;}
.mb45 {margin-bottom: 45px;}

.m50 {margin: 50px;}
.mt50 {margin-top: 50px;}
.ml50 {margin-left: 50px;}
.mr50 {margin-right: 50px;}
.mb50 {margin-bottom: 50px;}

/* padding */
.p5 {padding: 5px;}
.pt5 {padding-top: 5px;}
.pl5 {padding-left: 5px;}
.pr5 {padding-right: 5px;}
.pb5 {padding-bottom: 5px;}

.p10 {padding: 10px;}
.pt10 {padding-top: 10px;}
.pl10 {padding-left: 10px;}
.pr10 {padding-right: 10px;}
.pb10 {padding-bottom: 10px;}

.p15 {padding: 15px;}
.pt15 {padding-top: 15px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.pb15 {padding-bottom: 15px;}

.p20 {padding: 20px;}
.pt20 {padding-top: 20px;}
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}
.pb20 {padding-bottom: 20px;}

.p25 {padding: 25px;}
.pt25 {padding-top: 25px;}
.pl25 {padding-left: 25px;}
.pr25 {padding-right: 25px;}
.pb25 {padding-bottom: 25px;}

.p30 {padding: 30px;}
.pt30 {padding-top: 30px;}
.pl30 {padding-left: 30px;}
.pr30 {padding-right: 30px;}
.pb30 {padding-bottom: 30px;}

.p35 {padding: 35px;}
.pt35 {padding-top: 35px;}
.pl35 {padding-left: 35px;}
.pr35 {padding-right: 35px;}
.pb35 {padding-bottom: 35px;}

.p40 {padding: 40px;}
.pt40 {padding-top: 40px;}
.pl40 {padding-left: 40px;}
.pr40 {padding-right: 40px;}
.pb40 {padding-bottom: 40px;}

.p45 {padding: 45px;}
.pt45 {padding-top: 45px;}
.pl45 {padding-left: 45px;}
.pr45 {padding-right: 45px;}
.pb45 {padding-bottom: 45px;}

.p50 {padding: 50px;}
.pt50 {padding-top: 50px;}
.pl50 {padding-left: 50px;}
.pr50 {padding-right: 50px;}
.pb50 {padding-bottom: 50px;}


article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}


/* Preload images */
body:after {
  content: url(/img/close.png) url(/img/loading.gif) url(/img/prev.png) url(/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}









/*-----------------------------
	大枠設定
------------------------------*/

#wrapper{
	width:100%;
	color:#333;
	font-size:14px;
	text-align:center;
	border-top:5px solid #50A22B;
	-webkit-text-size-adjust: 100%;
	overflow:hidden;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;
}
/* lightbox */
#imagelightbox{
	position: fixed;
	z-index: 9999999;
	-ms-touch-action: none;
	touch-action: none;
	box-shadow:rgba(102, 102, 102, 0.64) 0px 0px 20px 5px;
	-webkit-box-shadow:rgba(102, 102, 102, 0.64) 0px 0px 20px 5px;
	-moz-box-shadow:rgba(102, 102, 102, 0.64) 0px 0px 20px 5px;
	-o-box-shadow:rgba(102, 102, 102, 0.64) 0px 0px 20px 5px;
	-ms-box-shadow:rgba(102, 102, 102, 0.64) 0px 0px 20px 5px;
}
#imagelightbox-overlay{
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#imagelightbox-close
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 999999999999999999998!important;
	top: 9em; /* 40 */
	right: 4.5em; /* 40 */
	border:none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus
{
	background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after
{
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
}
#imagelightbox-close:before
{
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
#imagelightbox-close:after
{
	-webkit-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
@media screen and (max-width: 690px){
#imagelightbox-close
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 999999999999999999998!important;
	top: 6.5em; /* 40 */
	right: 1em; /* 40 */
	border:none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
}



/*-----------------------------
	titlearea
------------------------------*/

#titlearea{
	clear:both;
	position:relative;
}
#titlearea div{
	height:350px;
	width:100%;
}
#titlearea h2{
	width:920px;
	color:#fff;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	margin:-280px auto 70px;
	position:relative;
	z-index:99999;
	text-shadow:0 0 5px #000;
	-webkit-text-shadow:0 0 5px #000;
	-moz-box-text-shadow:0 0 5px #000;
	-ms-text-shadow:0 0 5px #000;
	-o-text-shadow:0 0 5px #000;
}
#titlearea h2 span{
	font-size:14px;
	margin-left:20px;
}



/*-----------------------------
	contents
------------------------------*/

#contents{
	clear:both;
	width:100%;
	max-width:960px;
	padding:30px 20px 0;
	margin:0 auto 30px;
	background:url(../images/top_container_bg.png) no-repeat center top;
	overflow:hidden;
	position:relative;
}
/* blank */
#contents img.blank{
	vertical-align:middle;
	margin:0 0 0 10px;
}
/* pnav */
#contents #pnav{
	overflow:hidden;
	margin:-15px 0 15px;
}
#contents #pnav li{
	float:left;
	font-size:12px;
}
#contents #pnav a{
	color:#333;
	text-decoration:underline;
}
#contents #pnav a:hover{
	color:#666;
	text-decoration:none;
}



/*-----------------------------
	 leftcol
------------------------------*/

#leftcol{
	float:left;
	width:690px;
	text-align:left;
	margin-bottom:30px;
}
#leftcol a{
	color:#333;
	text-decoration:underline;
}
#leftcol a:hover{
	color:#666;
	text-decoration:none;
}
/* ----------------------------------汎用---------------------------------- */
/* inner--コンテンツ内の下余白PC時50px-- */
#leftcol .inner{
	clear:both;
	margin-bottom:50px;
}
/* bottom--コンテンツ内の下余白PC時30px-- */
#leftcol .bottom{
	margin-bottom:30px;
}
/* アンカーリンクリスト */
#leftcol .anchor{
	overflow:hidden;
	margin-bottom:30px;
}
#leftcol .anchor li{
	float:left;
	font-size:14px;
	padding-left:25px;
	background:url(../images/anchor_icon.png) no-repeat left center;
	margin-right:20px;
}
/* title01 */
#leftcol .title01{
	clear:both;
	color:#208A9C;
	font-size:20px;
	font-weight:bold;
	line-height:36px;
	padding-bottom:7px;
	padding-top:10px;
	background:url(../images/title_line.png) repeat-x left bottom;
	margin-bottom:30px;
}
#leftcol .title01 img{
	float:left;
}
/* title02 */
#leftcol .title02{
	clear:both;
	padding:15px 0;
	color:#6E9519;
	font-size:24px;
	line-height:1;
	text-align:center;
	border:4px solid #6E9519;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	margin-bottom:20px;
}
/* title03 */
#leftcol .title03{
	clear:both;
	padding:15px 30px;
	font-size:16px;
	font-weight:bold;
	background:url(../images/sports_school_titlebg.png) repeat-y left #79B745;
	margin-bottom:20px;
	color:#fff;
}
/* title04 */
#leftcol .title04{
	clear:both;
	padding:10px;
	font-size:18px;
	line-height:1.2;
	background:url(../images/detail_titlebg.png) repeat;
	margin-bottom:20px;
	overflow:hidden;
}
#leftcol .title04 span{
	float:right;
	font-size:12px;
	line-height:1.8;
}

/* title05 */
#leftcol .title05{
	clear:both;
	border:1px solid #7AB745;
	padding:6px 0 5px;
	margin-bottom:20px;
}
#leftcol .title05 span{
	display:block;
	border-left:6px solid #7AB745;
	font-size:16px;
	font-weight:bold;
	padding:0px 25px;
	line-height:1.2;
}
/* title06 */
#leftcol .title06{
	clear:both;
	padding:6px 30px 5px;
	background:#e9f8dd;
	font-size:16px;
	margin-bottom:15px;
}
/* title07 */
#leftcol .title07{
	clear:both;
	color:#3C912E;
	font-size:18px;
	font-weight:bold;
	padding:5px 10px;
	border:1px solid #3C912E;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	margin-bottom:15px;
}
/* subtitle */
#leftcol .subtitle{
	clear:both;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	margin-bottom:10px;
	overflow:hidden;
}
#leftcol .subtitle img{
	float:left;
}
/* subtitle2 */
#leftcol .subtitle2{
	clear:both;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	padding:4px 0 6px 40px;
	background:url(../images/subtitle_icon.png) no-repeat left top;
	margin-bottom:10px;
	overflow:hidden;
}
/* テキスト赤 */
#leftcol .red{
	color:#c00;
}
/* tag */
.tag_red{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#D01436;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_blue{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#1733B1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_green{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#7AB641;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_yellow{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#FFBA00;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_yellowgreen{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#7DC018;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_pink{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#EE8482;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_parking{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#3b98a8;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_orange{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#EF8016;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_brown{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#612B2F;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}

.tag_gray{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#C0C0C0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}

.tag_purple{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#A5A5FF;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}

.safety_tag1{
	display:inline-block;
	min-width:100px;
	color:#333;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#F1D0CF;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.safety_tag2{
	display:inline-block;
	min-width:100px;
	color:#333;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#B6D5FA;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.media_tag1{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#3A902F;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.media_tag2{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#7AB641;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.media_tag3{
	display:inline-block;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#47BBDD;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_end{
	display:inline-block;
	min-width:90px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#804040;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
.tag_now{
	display:inline-block;
	min-width:90px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0 2px;
	background:#FF7F00;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-bottom:5px;
}
/* btn_pc */
#leftcol .btn_pc{
	display:none;
}
/* btn_line */
#leftcol .btn_line a{
	clear:both;
	display:inline-block;
	text-decoration:none;
	color:#389321;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #389321;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line_max a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#389321;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #389321;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line_max a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* btn_line1_max */
#leftcol .btn_line1_max a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#cb1436;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon1.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #cb1436;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line1_max a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line2_max a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#1733b1;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon2.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #1733b1;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line2_max a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line3_max a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#333;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon3.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #ffba00;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line3_max a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line4_max a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#EB7D10;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon4.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #fba22a;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line4_max a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line5_max a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#333;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon5.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #C0C0C0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line5_max a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line6_max a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#6868FF;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon6.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #A2A2FF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line6_max a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line7_max a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#EE8482;
	font-size:16px;
	font-weight:bold;
	background:url(../images/side_icon7.png) no-repeat right center;
	padding:10px 40px 10px 10px;
	border:2px solid #EE8482;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line7_max a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* btn_line_link */
#leftcol .btn_line_link a{
	clear:both;
	display:inline-block;
	text-decoration:none;
	color:#389321;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_line_link_icon.png) no-repeat right center;
	padding:10px 60px 10px 10px;
	border:2px solid #389321;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line_link a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line_max_link a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#389321;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_line_link_icon.png) no-repeat right center;
	padding:10px 60px 10px 10px;
	border:2px solid #389321;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line_max_link a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* btn_line_pdf */
#leftcol .btn_line_pdf a{
	clear:both;
	display:inline-block;
	text-decoration:none;
	color:#389321;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_line_pdf_icon.png) no-repeat right center;
	padding:10px 60px 10px 10px;
	border:2px solid #389321;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line_pdf a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line_max_pdf a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#389321;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_line_pdf_icon.png) no-repeat right center;
	padding:10px 60px 10px 10px;
	border:2px solid #389321;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line_max_pdf a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* btn_line1_max_pdf */
#leftcol .btn_line1_max_pdf a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#cb1436;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	background:url(../images/btn_line_pdf_icon1.png) no-repeat right center;
	padding:10px 40px 9px 10px;
	border:2px solid #cb1436;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line1_max_pdf a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line2_max_pdf a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#1733b1;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	background:url(../images/btn_line_pdf_icon2.png) no-repeat right center;
	padding:10px 40px 9px 10px;
	border:2px solid #1733b1;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line2_max_pdf a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line3_max_pdf a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	background:url(../images/btn_line_pdf_icon3.png) no-repeat right center;
	padding:10px 40px 9px 10px;
	border:2px solid #ffba00;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line3_max_pdf a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line4_max_pdf a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#EB7D10;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	background:url(../images/btn_line_pdf_icon4.png) no-repeat right center;
	padding:10px 40px 9px 10px;
	border:2px solid #fba22a;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line4_max_pdf a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line5_max_pdf a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#060;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	background:url(../images/btn_line_pdf_icon5.png) no-repeat right center;
	padding:10px 40px 9px 10px;
	border:2px solid #060;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line5_max_pdf a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* btn_line_word */
#leftcol .btn_line_word a{
	clear:both;
	display:inline-block;
	text-decoration:none;
	color:#389321;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_line_word_icon.png) no-repeat right center;
	padding:10px 60px 10px 10px;
	border:2px solid #389321;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line_word a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_line_max_word a{
	clear:both;
	display:block;
	text-decoration:none;
	color:#389321;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_line_word_icon.png) no-repeat right center;
	padding:10px 60px 10px 10px;
	border:2px solid #389321;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_line_max_word a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* btn_gray */
#leftcol .btn_gray{
	clear:both;
	display:inline-block;
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 51%, #939393 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#aaaaaa), color-stop(51%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 51%,#939393 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_gray a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_icon.png) no-repeat right center;
	padding:7px 30px 6px 15px;
}
#leftcol .btn_gray a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_gray2{
	clear:both;
	display:inline-block;
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 51%, #939393 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#aaaaaa), color-stop(51%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 51%,#939393 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_gray2 a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_icon2.png) no-repeat left center;
	padding:7px 15px 6px 30px;
}
#leftcol .btn_gray2 a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_gray_pdf{
	clear:both;
	display:inline-block;
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 51%, #939393 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#aaaaaa), color-stop(51%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 51%,#939393 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_gray_pdf a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_pdf_icon.png) no-repeat right center;
	padding:7px 60px 6px 15px;
}
#leftcol .btn_gray_pdf a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#leftcol .btn_gray_link{
	clear:both;
	display:inline-block;
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 51%, #939393 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#aaaaaa), color-stop(51%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaaaaa 51%,#939393 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 51%,#939393 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_gray_link a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_link_icon.png) no-repeat right center;
	padding:7px 60px 6px 15px;
}
#leftcol .btn_gray_link a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* btn_large */
#leftcol .btn_large{
	clear:both;
	text-align:center;
}
#leftcol .btn_large a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:15px 50px 14px;
	background: #7ab745; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ab745 50%, #6a9f3c 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ab745), color-stop(50%,#6a9f3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ab745 50%,#6a9f3c 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab745', endColorstr='#6a9f3c',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	text-decoration:none;
	margin:0 auto;
}
#leftcol .btn_large a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#leftcol .btn_large a img{
	vertical-align:middle;
	margin:-5px 0 -5px 10px;
}
/* btn_middle */
#leftcol .btn_middle{
	clear:both;
	display:inline-block;
	background: #7ab745; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ab745 50%, #6a9f3c 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ab745), color-stop(50%,#6a9f3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ab745 50%,#6a9f3c 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab745', endColorstr='#6a9f3c',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_middle a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_icon.png) no-repeat right center;
	padding:7px 30px 6px 15px;
}
#leftcol .btn_middle a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#leftcol .btn_middle_link{
	clear:both;
	display:inline-block;
	background: #7ab745; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ab745 50%, #6a9f3c 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ab745), color-stop(50%,#6a9f3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ab745 50%,#6a9f3c 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab745', endColorstr='#6a9f3c',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_middle_link a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_link_icon.png) no-repeat right center;
	padding:7px 60px 6px 15px;
}
#leftcol .btn_middle_link a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#leftcol .btn_middle_max{
	clear:both;
	display:block;
	background: #7ab745; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ab745 50%, #6a9f3c 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ab745), color-stop(50%,#6a9f3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ab745 50%,#6a9f3c 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab745', endColorstr='#6a9f3c',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_middle_max a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_icon.png) no-repeat right center;
	padding:7px 30px 6px 15px;
}
#leftcol .btn_middle_max a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#leftcol .btn_middle_max_link{
	clear:both;
	display:block;
	background: #7ab745; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ab745 50%, #6a9f3c 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ab745), color-stop(50%,#6a9f3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ab745 50%,#6a9f3c 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab745', endColorstr='#6a9f3c',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_middle_max_link a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_link_icon.png) no-repeat right center;
	padding:7px 60px 6px 15px;
}
#leftcol .btn_middle_max_link a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#leftcol .btn_middle_max_pdf{
	clear:both;
	display:block;
	background: #7ab745; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ab745 50%, #6a9f3c 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ab745), color-stop(50%,#6a9f3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ab745 50%,#6a9f3c 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab745', endColorstr='#6a9f3c',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_middle_max_pdf a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_pdf_icon.png) no-repeat right center;
	padding:7px 60px 6px 15px;
}
#leftcol .btn_middle_max_pdf a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#leftcol .btn_middle_max_word{
	clear:both;
	display:block;
	background: #7ab745; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ab745 50%, #6a9f3c 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ab745), color-stop(50%,#6a9f3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ab745 50%,#6a9f3c 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ab745 50%,#6a9f3c 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab745', endColorstr='#6a9f3c',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
#leftcol .btn_middle_max_word a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:url(../images/btn_gray_word_icon.png) no-repeat right center;
	padding:7px 60px 6px 15px;
}
#leftcol .btn_middle_max_word a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* pager */
#leftcol .pager{
	clear:both;
	text-align:center;
	padding:20px 0;
}
#leftcol .pager a{
	line-height:25px;
	padding:0 10px;
	text-decoration:none;
}
#leftcol .pager a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* table */
#leftcol table.table01{
	width:100%;
	border:1px solid #ccc;
	table-layout: fixed;
}
#leftcol table.table01 tr th{
	width:20%;
}
#leftcol table.table01 tr th,
#leftcol table.table01 tr td{
	text-align:left;
	padding:10px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#leftcol table.table01 tr:nth-child(odd) th,
#leftcol table.table01 tr:nth-child(odd) td{
	background:#f6f6f6;
}
/* contact_box */
#leftcol dl.contact_box{
	font-size:16px;
	overflow:hidden;
	clear:both;
	border:4px solid #7AB745;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	margin-bottom:50px;
}
#leftcol dl.contact_box dt{
	font-weight:bold;
	padding:15px 28px 7px;
	border-bottom:#7AB745 2px solid;
}
#leftcol dl.contact_box dd{
	padding:20px 27px 25px 28px;
}
#leftcol dl.contact_box .boxbg{
	padding:10px;
	font-size:12px;
	background:#FFF2D0;
}
/* tel_box */
#leftcol .tel_box{
	clear:both;
	overflow:hidden;
}
#leftcol .tel_box dl.contact_box1{
	font-size:16px;
	overflow:hidden;
	float:left;
	width:212px;
	border:4px solid #7AB745;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	margin-right:15px;
	margin-bottom:15px;
}
#leftcol .tel_box dl.contact_box1 dt{
	font-weight:bold;
	padding:10px 15px 5px;
	border-bottom:#7AB745 2px solid;
	line-height:1.2;
}
#leftcol .tel_box dl.contact_box1 dd{
	padding:10px 15px;
}
#leftcol .tel_box dl.contact_box2{
	font-size:16px;
	overflow:hidden;
	float:left;
	width:212px;
	border:4px solid #C2E941;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	margin-right:15px;
	margin-bottom:15px;
}
#leftcol .tel_box dl.contact_box2 dt{
	font-weight:bold;
	padding:10px 15px 5px;
	border-bottom:#C2E941 2px solid;
	line-height:1.2;
}
#leftcol .tel_box dl.contact_box2 dd{
	padding:10px 15px;
}
#leftcol .tel_box dl.contact_box3{
	font-size:16px;
	overflow:hidden;
	float:left;
	width:212px;
	border:4px solid #47BBDD;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	margin-bottom:15px;
}
#leftcol .tel_box dl.contact_box3 dt{
	font-weight:bold;
	padding:10px 15px 5px;
	border-bottom:#47BBDD 2px solid;
	line-height:1.2;
}
#leftcol .tel_box dl.contact_box3 dd{
	padding:10px 15px;
}
/* ribbon */
#leftcol dl.ribbon{
	clear:both;
	margin:0 0 30px 17px;
	border:4px solid #7AB745;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	background:#E9F8DD;
}
#leftcol dl.ribbon dt{
	float:left;
	margin:12px 0 0 -17px;
}
#leftcol dl.ribbon dd{
	clear:both;
	font-size:16px;
	padding:0 40px 20px 30px;
}
#leftcol dl.ribbon_long{
	clear:both;
	margin-left:17px;
	border:4px solid #7AB745;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	background:#E9F8DD;
}
#leftcol dl.ribbon_long dt{
	float:left;
	margin:12px 0 0 -17px;
}
#leftcol dl.ribbon_long dd{
	clear:both;
	font-size:16px;
	padding:0 40px 20px 30px;
}
/* grayline_box */
#leftcol .grayline_box{
	clear:both;
	font-size:16px;
	padding:0 20px 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border:2px solid #D4D4D4;
	background:#F0F0F0;
}
#leftcol .grayline_box dt{
	color:#6C9418;
	font-weight:bold;
	padding:10px 0;
	border-top:7px solid #6C9418;
}
#leftcol .grayline_box dd ul.photo{
	clear:both;
	overflow:hidden;
}
#leftcol .grayline_box dd ul.photo li{
	max-width:305px;
	float:left;
	font-size:14px;
	margin-bottom:15px;
}
#leftcol .grayline_box dd ul.photo li:nth-child(odd){
	margin-right:20px;
}
#leftcol .grayline_box dd ul.photo li img{
	margin-bottom:10px;
}
/* fukidashi_list */
#leftcol dl.fukidashi_list{
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
#leftcol dl.fukidashi_list.mb30{
	margin-bottom:30px;
}
#leftcol dl.fukidashi_list dt{
	background:url(../images/guide_detail_line1.png) no-repeat left bottom;
	border-top:#7AB745 4px solid;
	color:#7AB745;
	font-size:18px;
	padding-top:9px;
	padding-left:35px;
	font-weight:bold; 
	height:50px;
}
#leftcol dl.fukidashi_list dd{
	background:#E9F8DD;
	padding:20px 30px;
	font-size:16px;
}
#leftcol div.fukidashi_list{
	background:#E9F8DD;
	padding:20px 30px;
	font-size:16px;
}



/*-----------------------------
	rightcol
------------------------------*/

#rightcol{
	float:right;
	width:240px;
	text-align:left;
}
/* banner */
#rightcol .banner{
	/*display: none;*/
	clear:both;
	text-align:center;
	margin:0 auto 10px;
}
#rightcol .stomonokai + .banner{
	display: none;
}
/* banner_ss */
#rightcol .banner_ss{
	clear:both;
	background:url(../images/sbanner_ss.jpg) no-repeat right center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:1px solid #ddd;
	margin-bottom:10px;
}
#rightcol .banner_ss a{
	display:block;
	padding:7px;
}
#rightcol .banner_ss a span{
	display:block;
	padding-left:7px;
	line-height:40px;
	border-left:5px solid #4A9E2C;
}
#rightcol .banner_ss a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
/* banner_hm */
#rightcol .banner_hm{
	clear:both;
	background:url(../images/sbanner_hm.jpg) no-repeat right center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:1px solid #ddd;
	margin-bottom:10px;
}
#rightcol .banner_hm a{
	display:block;
	padding:7px;
}
#rightcol .banner_hm a span{
	display:block;
	padding-left:7px;
	max-height:40px;
	border-left:5px solid #4A9E2C;
}
#rightcol .banner_hm a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
/* sbanner_media */
#rightcol .sbanner_media{
	display: none;
	clear:both;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background:url(../images/stomonokai_bg.png) repeat;
	margin:0 0 10px;
}
#rightcol .sbanner_media a{
	display:block;
	color:#fff;
	height:50px;
	line-height:52px;
	text-align:left;
	overflow:hidden;
}
#rightcol .sbanner_media a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
#rightcol .sbanner_media a img{
	float:left;
}
/* banner_sc */
#rightcol .banner_sc{
	clear:both;
	background:url(../images/sbanner_sc.jpg) no-repeat right center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:1px solid #ddd;
	margin-bottom:10px;
}
#rightcol .banner_sc a{
	display:block;
	padding:7px;
}
#rightcol .banner_sc a span{
	display:block;
	padding-left:7px;
	max-height:40px;
	border-left:5px solid #4A9E2C;
}
#rightcol .banner_sc a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
/* banner_cosaka */
#rightcol .banner_cosaka{
	clear:both;
	background:url(../images/sbanner_cosaka.jpg) no-repeat right center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:1px solid #ddd;
	margin-bottom:10px;
}
#rightcol .banner_cosaka a{
	display:block;
	padding:7px;
}
#rightcol .banner_cosaka a span{
	display:block;
	padding-left:7px;
	line-height:40px;
	border-left:5px solid #4A9E2C;
}
#rightcol .banner_cosaka a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
/* banner_cfp */
#rightcol .banner_cfp{
	clear:both;
	background:url(../images/sbanner_cfp.jpg) no-repeat right center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:1px solid #ddd;
	margin-bottom:10px;
}
#rightcol .banner_cfp a{
	display:block;
	padding:7px;
}
#rightcol .banner_cfp a span{
	display:block;
	padding-left:7px;
	max-height:40px;
	border-left:5px solid #4A9E2C;
}
#rightcol .banner_cfp a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
/* banner_school_nagai */
#rightcol .banner_school_nagai{
	clear:both;
	background:url(../images/sbanner_school_nagai.jpg) no-repeat right center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border:1px solid #ddd;
	margin-bottom:10px;
}
#rightcol .banner_school_nagai a{
	display:block;
	padding:7px;
}
#rightcol .banner_school_nagai a span{
	display:block;
	padding-left:7px;
	max-height:40px;
	border-left:5px solid #4A9E2C;
}
#rightcol .banner_banner_school_nagaicfp a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
/* banner_line */
#rightcol .banner_line{
	clear:both;
	margin-bottom:10px;
}
#rightcol .banner_line a{
	display:block;
	padding:0 10px;
	height:36px;
	line-height:38px;
	color:#379320;
	font-size:14px;
	text-align:left;
	border:2px solid #379320;
	background:url(../images/side_icon.png) no-repeat right center #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#rightcol .banner_line a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
/* snav_guide */
#snav_guide{
	clear:both;
	border:4px solid #FFBA00;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	margin-bottom:20px;
}
#snav_guide dt{
	color:#333;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:7px 0 6px;
	background:#FFBA00;
}
#snav_guide dl a{
	display:block;
	padding:5px;
	overflow:hidden;
}
#snav_guide dl a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
#snav_guide dl dd{
	clear:both;
	padding:10px 10px 9px;
	line-height:1.2;
	background:url(../images/snav_guide_link.png) no-repeat right center;
	border-top:1px solid #FFBA00;
	overflow:hidden;
}
/* snav_link */
#rightcol dl.snav_link{
	clear:both;
	margin-bottom:20px;
}
#rightcol dl.snav_link dt{
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #DED9D4;
	padding-bottom:5px;
	margin-bottom:10px;
}
#rightcol dl.snav_link dd{
	line-height:1.4;
	margin-bottom:5px;
	padding-left:20px;
	background:url(../images/header_icon.png) no-repeat left 2px;
}
#rightcol dl.snav_link dd img{
	margin:0 0 0 10px;
}



/*-----------------------------
	 sponsor
------------------------------*/

#sponsor{
	clear:both;
	width:1010px;
	margin:0 auto 40px;
	text-align:center;
	overflow:hidden;
}
#sponsor #sponsor_title{
	height:40px;
	line-height:40px;
	padding:0 845px 0 0;
	background:url(../images/sponsor_bg.png) no-repeat left top;
	margin-bottom:20px;
}
#sponsor_inner{
	width:830px;
	margin:0 auto;
}
#sponsor_inner .item{
	width:200px;
	margin:0 auto;
	text-align:center;
}
#sponsor_inner .item img{
	width:200px;
	height:50px;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
#sponsor_inner .owl-prev{
	position:absolute;
	left:-50px;
	top:20%;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sponsor_prev.png) no-repeat left top;
}
#sponsor_inner .owl-next{
	position:absolute;
	right:-60px;
	top:20%;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sponsor_next.png) no-repeat left top;
}



/*-----------------------------
	 sgsBtn2
------------------------------*/

#sgsBtn2{
	clear:both;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
}
#sgsBtn2 .btn{
	color:#0059b4;
	cursor:pointer;
	background:#fff;
	border:none;
}
#sgsBtn2 .btn.active{
	color:#333;
}
#sgsBtn2.disnone{
	display:none;
}

#sgsBtn, #sgsBtn2{
	display: none;
}


/*-----------------------------
	footer
------------------------------*/

footer{
	clear:both;
	color:#fff;
	background:url(../images/footer_bg.png) repeat-x center -2px #50A22B;
}
footer div a{
	color:#fff;
	text-decoration:none;
}
footer div a:hover{
	color:#fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration:underline;
}
/* pagetop */
footer #pagetop{
	width:960px;
	margin:0 auto;
	text-align:right;
}
/* fnav */
footer #fnav{
	width:960px;
	padding:30px 0 15px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
footer #fnav dl{
	float:left;
	width:20%;
	line-height:2;
}
footer #fnav dl dt{
	font-weight:bold;
}
footer #fnav dl dd{
	font-size:11px;
	padding-left:10px;
	line-height: 1.2;
	margin-bottom: 10px;
	background:url(../images/footer_icon.png) no-repeat left 3px;
}
footer #fnav dl dd img{
	margin-left:10px;
	vertical-align:middle;
}
footer #fnav dl.fnavmt{
	margin-top: 25px;
}
/* fnav2 */
footer #fnav2{
	clear:both;
	background:url(../images/footer_line.png) repeat-x center top
}
footer #fnav2 div{
	width:960px;
	padding:20px 0;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
footer #fnav2 div ul{
	float:left;
}
footer #fnav2 div ul li{
	float:left;
	padding-left:20px;
	background:url(../images/footer_icon2.png) no-repeat left center;
	margin-right:20px;
	font-size: 12px;
}
footer #fnav2 p{
	float:right;
}





/*-----------------------------
	長居公演トップページ
------------------------------*/

/* top_pickupslider */
#top_pickupslider{
	width:100%;
	padding:15px 0;
	background:url(../images/top_pickupslider_bg.png) no-repeat center bottom;
	overflow:hidden;
}
#top_pickupslider_inner{
	width:auto;
	padding:0 30px;
	margin:0 auto;
	text-align:center;
}
#top_pickupslider_inner .item{
	width:220px;
	margin:0 auto;
	padding-bottom:20px;
	text-align:left;
}
#top_pickupslider_inner .item .photo{
	padding:1px;
	border:1px solid #cdcdcd;
	margin-bottom:8px;
}
#top_pickupslider_inner .item .photo img{
	width:216px;
	height:144px;
}























