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

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	color: #333;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F7F7F7;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color:#0092DE;
}
html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/*
dwcs4でflashの下に隙間が出来る対策
*/
object {
	display: block;
}

.sp_hide {
	display: none;
}

.pc_hide {

}

/**/

#header {
	width: 100%;
	height: 140px;
	margin: 0px auto;
	/*overflow: hidden;*/
	position: relative;
}
#header h1 {
	height: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header .header-ins h1 img {
	width: auto;
	height: 130px !important;
}

/**************************************************/
/**スマホメニュー**/


.menu {
	width:50px;
	height:50px;
	background-color: #A98C1C;
	text-align:center;
	padding:1.2em 1em .6em 1em;
	line-height:2em;
	position: absolute;
	top: 0;
	right: 0;	
}


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 44px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}

#sp_gnavi {
	width: 100%;
	display: none;
	position: absolute;
	height: auto;
	top: 140px;
	right: 0;
	z-index: 10;
	background-color: #A98C1C;
	color: #FFFFFF;
	font-size: 14px;
}

#sp_gnavi a {
	color: #FFFFFF;
	text-decoration: none;
}

#sp_gnavi li {
	list-style-type: none;
	display: block;
	padding: 1em;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#sp_gnavi li a {
	display: block;
}

#sp_gnavi li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#sp_gnavi li div{
	margin-top: 10px;
	background-color: #FFFFFF;
	/*background-image:url(../index2015/bg_child_navi.png);*/
	z-index:10 !important;
	display:none;
}

#sp_gnavi li div p {
	padding: 1em;
	border-bottom: 1px solid #A98C1C;
}
#sp_gnavi li div a{
	color: #A98C1C;
	text-decoration:none;
	font-size:14px;
	display:block;
	border-top:1px solid #fff;
}

#sp_gnavi li div a:hover {
	color: #A98C1C;
}


/**/

#grobal_navigation_wrap{
	width: 100%;
	height: 46px;
	position: absolute;
	top: 180px;
	left: 20px;
}

#grobal_navigation {
	width: 100%;
	height: 46px;
	position:relative;
	z-index:10 !important;
	
}
#grobal_navigation li {
	list-style-type: none;
	float: left;
}
#grobal_navigation li>a {
	display: block;
	height: 46px;
	width:100%;
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	text-indent:-9999px;
}
#grobal_navigation li>a:hover {
	background-color:#8F8F8F;
	
}

#grobal_navigation li a>img:hover {
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}
#grobal_navigation li a:hover {
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	text-decoration: underline;
}

#gnavi01{
	width:128px;
}

#gnavi01>a {
	background-image:url(../index2015/gnavi01.png);
}

#gnavi02{
	width:127px;
}

#gnavi02>a {
	background-image:url(../index2015/gnavi02.png);
}

#gnavi03{
	width:127px;
}

#gnavi03>a {
	background-image:url(../index2015/gnavi03.png);
}

#gnavi04{
	width:127px;
}

#gnavi04>a {
	background-image:url(../index2015/gnavi04.png);
}

#gnavi05{
	width:127px;
}

#gnavi05>a {
	background-image:url(../index2015/gnavi05.png);
}

#gnavi06{
	width:128px;
}

#gnavi06>a {
	background-image:url(../index2015/gnavi06.png);
}

#grobal_navigation li div{
	background-image:url(../index2015/bg_child_navi.png);
	z-index:10 !important;
	display:none;
}

#grobal_navigation li div a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	display:block;
	border-top:1px solid #fff;
	padding:0.5em;
}

/****/

#hnavi {
	display: none;
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 238px;
	right: 0px;
	background-color: #1598DC;
}
#hnavi li {
	float: right;

	list-style-type: none;
}


/**/

#site_search_container {
	display: none;
	width: 260px;
	height: 25px;
	position: absolute;
	left: 240px;
	top: 40px;
}
#site_search_container th{
	width:80px;
}
#site_search_container td{
	vertical-align:middle;
}
#site_search_container input {
	border: 1px solid #666;
	width:40px;
}

/**/

#header address{
	display:none;
	width:100%;
	height:80px;
	position:absolute;
	overflow:hidden;
	right:0px;
	top:158px;
	background-color: #1598DC;
	text-align: center;
}

/**************************************************/

/**************************************************/

/*
Footer
*/

#footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../image/bg_footer_wrapper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	width: 100%;
	height: 120px;
	margin: 0px auto;
	background-color: #EDE9C4;
	/*background-image: url(../image/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
	overflow: hidden;
	position: relative;
}
#footer dl {
	width: 100%;
	height: 50px;
	position: absolute;
	line-height: 150%;
	color: #A98C1C;
	top: 5px;
}
#footer dl dt {
	font-weight: bold;
}
#footer dl dd {
	line-height: 125%;
}
#footer ul {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 80px;
	overflow: hidden;
}
#footer ul li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
	line-height: 20px;
	font-size: 10px;
}
#footer ul li a {
	color: #A98C1C;
}
/*
copy
*/

#copy_wrapper {
	clear: both;
	width: 100%;
	margin: 0px auto;
	background-color: #C9A81F;
	/*background-image: url(../image/bg_copy_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
	overflow: hidden;
}
#copy {
	width: 100%;
	/*background-image: url(../image/bg_copy.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
	overflow: hidden;
	line-height: 25px;
	color: #FFF;
	text-align: right;
	margin: 0px auto;
}
#copy address {
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
#flash_container {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
/*各カテゴリーのナビゲーション*/

#cat_navigation {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}
#cat_navigation li {
	float: left;
	width: 150px;
	display: inline;
	margin-left: 10px;
	list-style-type: none;
}

/**************************************************/

#bottom_bn_container{
	width:100%;
	margin:10px auto;
	overflow:hidden;
}

#bottom_bn_container .left_col{
	width:100%;
	overflow:hidden;
	text-align: center;
}

#bottom_bn_container .right_col{
	width:100%;
	overflow:hidden;
	text-align: center;
}

#bottom_bn_container .right_col ul li {
	list-style-type: none;
	width: 100%;
	text-align: center;
}

	
	
#bottom_bn_container .right_col img {
	width: 100%;
	max-width: 215px;
	height: auto;
	margin: 0px auto;
}



/**************************************************/

#banner_container{
	width:98%;
	margin:10px auto 0px auto;
	overflow:hidden;
}

#banner_container li{
	list-style-type:none;
	width:100%;
	margin-left:4px;
}

/**************************************************/

#two_column{
	width:100%;
	margin:10px auto;
	overflow:hidden;
}

/**/

#two_column .left_col{
	width:98%;
	overflow:hidden;
	margin: 0px auto;
}

#two_column .left_col .ol_news_lv1{
	width:98%;
	overflow:hidden;
	background-image:url(../index2015/news_ol_body.png);
	background-repeat:left top;
	background-position:left top;
	background-size: contain;
	margin: 0px auto;
}

#two_column .left_col .ol_news_lv2{
	background-image:url(../index2015/news_ol_foot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size: contain;
}


#two_column .left_col .ol_news_lv2 table{
	width:95%;
	margin:1em auto 0px auto;
	overflow:hidden;
}

#two_column .left_col .ol_news_lv2 table th{
	width:125px;
	text-align:left;
	vertical-align:top;
	padding-bottom:1em;
}

#two_column .left_col .ol_news_lv2 table td{
	vertical-align:top;
	padding-bottom:1em;
}


/**/

#two_column .right_col{
	width:98%;
	overflow:hidden;
	text-align: center;
	margin: 20px auto;
}

#two_column .right_col .bn_list{
	overflow:hidden;
}

#two_column .right_col .bn_list li{
	list-style-type:none;
	margin-bottom:5px;
}

/**************************************************/

.jisseki_lv1{
	width:95%;
	margin:10px auto;
	overflow:hidden;
	background-image:url(../index2015/ol_lineup_body.png);
}

.jisseki_lv2{
	width:100%;
	overflow:hidden;
	background-image:url(../index2015/ol_lineup_foot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.jisseki_lv3{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	padding-bottom: 30px;
}

.jisseki_post {
	width: 100%;
	margin: 0px auto 10px auto;
	text-align: center;
}

.jisseki_post ul {
	width: 50%;
	border-bottom: solid 1px #333333;
	padding-bottom: 1em;
	float: left;
}

.jisseki_post ul li {
	list-style-type: none;
	margin: 10px auto;

}

.jisseki_post ul img {
	width: 130px;
	height: auto;
}


.jisseki_post .day {
	font-weight: 700;
}

.jisseki_post .title {
	font-weight: 700;
	text-align: center;
}

/**************************************************/

/**************************************************/

.ol_lineup_lv1{
	width:98%;
	margin:10px auto;
	overflow:hidden;
	background-image:url(../index2015/ol_lineup_body.png);
	background-position: top left;
	background-size: contain;
}

.ol_lineup_lv2{
	width:100%;
	overflow:hidden;
	background-image:url(../index2015/ol_lineup_foot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size: contain;
}

.ol_lineup_lv3{
	width:98%;
	margin:0px auto;
	overflow:hidden;
}

.ol_lineup_lv3 dl{
	display:block;
	overflow:hidden;
	margin:20px auto;
}

.ol_lineup_lv3 dl dt{
	font-weight:bold;
	color:#0092DE;
	font-size:15px;
	margin-left: 10px;
}

.ol_lineup_lv3 dl dd{
}

.ol_lineup_lv3 .youto dl dd table {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

.ol_lineup_lv3 .youto dl dd table td {
	width: 50%;
	display: inline-block;
}

/**/
.a_type{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	height: auto !important;
}

.a_type p{
	width:225px;
	margin:0px auto;
	overflow:hidden;
}

.a_type ul{
	width:225px;
	margin:0px auto;
	overflow:hidden;
}

.a_type ul li{
	border:1px solid #DDDDDD;
	list-style-type:none;
	margin-top:5px;
	overflow:hidden;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.a_type ul li a{
	display:block;
	overflow:hidden;
	line-height:125%;
	padding:0.25em 0.25em 0.25em 1em;
	text-indent:-0.35em;
}

/**************************************************/

#mainimage_container{
	width:100%;
	min-height:170px;
	margin:0px auto 10px auto;
	overflow:hidden;
	position:relative;
	z-index:0 !important;
}

#mainimage_container .left_col{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:0;
}

.sp-slides {
	width: 100%;
}

.sp-slides img {
	width: 100%;
	height: auto;
}

.sp-thumbnails {
	display: none;
}
#mainimage_container .right_col{
	width:100%;
	height:364px;
	overflow:hidden;
	position:relative;
	background-color:#8F8F8F;
	position:relative;
}

/**/

/*スライド内に点滅する「NEW」マークを表示する*/

.icon_wrap{
    position: relative;
} 

.icon_wrap span{
    position: absolute;
    top: 15px;
    right: 24%;
    -webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
} 

@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.icon_wrap span img{
    width: 50px;
    height: auto;
} 
/**************************************************/

.bx-controls{
	display:none;
	
}

#bx-pager{
	width:227px;
	margin-right:auto;
	margin-left:auto;
}

#bx-pager a{
	display:block;
	border:1px solid #fff;
	margin-top:10px;
	overflow:hidden;
}

/**************************************************/

#tuyomi_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background-color:#D3E9F4;
	background-image:url(../index2015/border_tuyomi.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 2px;
	border-bottom:1px solid #C6C6C6;
}

#tuyomi{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	padding:14px 0px;
	text-align: center;
}

#tuyomi .subtitle{
	margin-bottom:10px;
	width:100%;
	margin-right:auto;
	overflow:hidden;
	text-align: left;
	
}

#tuyomi .subtitle img {
	max-width: 270px;
	width: 100%;
	height: auto;
}

#tuyomi ul{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

#tuyomi ul li{
	list-style-type:none;
	width:50%;
	text-align:center;
	float: left;
}

#tuyomi ul li img {
	width: 100%;
	margin: 0px auto;

}

/**************************************************/

#first_user{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background-color:#E9E9E9;
	border-top:1px solid #DDDDDD;
	padding:14px 0px;
}

#first_user .subtitle{
	margin-bottom:5px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#first_user .subtitle img {
	width: 100%;
	max-width: 322px;
	height: auto;
}

#first_user ul li {
	width: 100%;
	display: block;
	text-align: center;
}

#first_user ul li img {
	width: 100%;
	max-width: 328px;
	height: auto;
	margin: 0px auto;
}

/**************************************************/

.two_col{
	overflow:hidden;
}

.two_col dl{
    width: 100%;
	margin:15px auto;
}

.two_col dl dt span{
	font-size:13px;
	font-weight:normal;

}

.two_col .left{
	width:100%;
	overflow:hidden;
	text-align: center;
}
.two_col .left dl dt,
.two_col .right dl dt
{
	text-align: left;
}

.two_col .left table {
	width: 100%;
	margin: 10px auto;
}

.two_col .left table td {
	width: 100%;
	display: block;
	height: auto;
}
.two_col .left table img {

}

.two_col .right{
	width:100%;
	overflow:hidden;
	margin: 0px auto;
	text-align: center;
}

.two_col .right td{
	padding:3px 4px;
}

.two_col .right table  {
	width: 100%;
	margin: 10px auto;
}
.two_col .right table tr {
	
}

.two_col .right table td {
	width: 100%;
	display: block;
}

.two_col .downloadbtn img{
	width:100%;
    height: auto;
}




/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/

.sp-thumbnail img{
	width:227px;
	height:auto;
	border:1px solid #fff;
	margin:4px 0px 0px 0px;
}

/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/


/* Example 5 */

#example5{
	z-index:-1 !important;
	position:relative;
	width:1010px;
}

.sp-slide{
	height:363px !important;
	z-index:0;
}

.sp-slide img{
	z-index:0;
}

.sp-mask{
	width:722px !important;
}

/**/

.sp-thumbnails-container{
	position:absolute;
	right:0px;
	top:0px;
	z-index:0;
}

.sp-thumbnail-container{
	text-align:center !important;
	margin-left:auto !important;
	margin-right:auto !important;
	width:229px !important;
	float:none !important
}

.sp-thumbnails{
	width:249px !important;
	float:right;
	width:229px;
	margin:0px auto;
	overflow:hidden;
	background-color:#8F8F8F;
	text-align:center;
}
.front-cont{
	margin-top: 12vh;
    height: 55vh;
    font-size: 14px;
    text-align: center;
}