@charset "UTF-8";

/*---------------------------------------
				2017リニューアル
---------------------------------------*/
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"A-OTF 新ゴ",A-OTF Shin Go,"ヒラギノ角ゴ W3","Hiragino Kaku Gothic",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

/*---------------------------------------
			グローバルナビゲーション
---------------------------------------*/
#header #hnav {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 4px;
}

#header #hnav ul li{
	height: 60px;
	width:163px;
	float:left;
	text-indent:-9999px;
}
#header #hnav ul li a{
	display:block;
}
#header #hnav #hnav01 a{
	width:164px;
	background-image: url("../images/common/hnav/menu01.gif");
}
#header #hnav #hnav02 a{
	width:164px;
	background-image: url("../images/common/hnav/menu02.gif");
}
#header #hnav #hnav03 a{
	background-image: url("../images/common/hnav/menu03.gif");
}
#header #hnav #hnav04 a{
	background-image: url("../images/common/hnav/menu04.gif");
}
#header #hnav #hnav05 a{
	background-image: url("../images/common/hnav/menu05.gif");
}
#header #hnav #hnav06 a{
	width:164px;
	background-image: url("../images/common/hnav/menu06.gif");
}
#header #hnav ul li a{
	height: 60px;
	width:163px;
}
#header #hnav ul li a:hover{
	background-position:0 -60px;
}


/*---------------------------------------
				全体設定
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img {
	max-width: 100%;
/*	height: auto;*/
	border: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #1d3994;
	text-decoration: none;
}
a:visited {
	/* color: #184e8a; */
	color: #1d3994;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a:active {
	color: #900;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.liston{
	margin: 0 0 0 30px;
	padding: 0;
	list-style: disc;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

div {
	margin: 0;
	padding: 0;
}

hr{
	color:#1A489E;
}

h1{
	background-image:url(../images/common/bk_h1.gif);
	background-repeat:no-repeat;
	background-position:5px 2px;
	border:#1A489E solid 2px;
	color:#1A489E;
	font-size:120%;
	font-weight:bold;
	margin:0 0 1em 0;
	padding:0 10px 0 40px;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:2.1;
}
h2{
	background-image:url(../images/common/bk_h2.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#1A489E;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	margin:0 0 1em 0;
	padding:0 10px 0 60px;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

h3{
	border-bottom: 2px solid #1A489E;
	border-left: 10px solid #1A489E;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 0 0 5px;
	color:#1A489E;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

h4{
	font-weight: bold;
	margin: 1em 0;
	padding: 0 0 0 5px;
	color:#1A489E;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

h5 {
	background-color: #000;
	color: #fff;
	padding: 5px;
	border-radius: 0;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

.white {
	color: #ffffff;
}

.blue {
	color: #003FFF;
}

.red {
	color: #FF0000;
}

/*---------------------------------------
				共通設定
---------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.Dsp{
	margin: 0;
	padding: 0 0 10px;
}
.Usp{
	margin: 0;
	padding: 10px 0 0;
}
.Lsp{
	margin: 0;
	padding: 0 0 0 10px;
}
.Rsp{
	margin: 0;
	padding: 0 10px 0 0;
}
.textindent{
	text-indent:-15px;
	padding-left:15px;
}
.contentbox{
	padding-bottom:20px;
}

.linkbtn{
	background-color: #1a489e;
}
.linkbtn:visited{
	color:#FFFFFF;
}
.linkbtn:link{
	background-color: #1a489e;
	display: block;
	border-radius:5px;
	color:#FFFFFF;
}
.linkbtn:hover{
	background-color: #2362D6;
	text-decoration:none;
}

select.bigselect{
	padding:5px;
	font-size:120%;
}

.bigsubmit{
	font-size:120%;
	background-color: #1a489e;
	border:none;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	margin:0 10px;
}
.bigsubmit:hover{
	background-color: #2362D6;
}

.commentbox{
	background-color:#1B479E;
	padding:10px;
}
.commentbox_in{
	background-color:#EEF2FE;
	padding:10px;
}
.commentbox_in{
/*	background-image: url("../images/common/comment_line.gif");
	background-position:left 10px;*/
	line-height: 30px;
}
.commentbox_in p{
	line-height: 30px;
}

.yobi0{
	color:#FF0000;
}
.yobi1,
.yobi2,
.yobi3,
.yobi4,
.yobi5{
	color:#000000;;
}
.yobi6{
	color:#0000FF;
}

/*---------------------------------------
				ヘッダー
---------------------------------------*/
header#header {
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0;
	background-color: #1B499E;
	position: relative;
}
header#header {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #1B499E), color-stop(1.00, #5582D8));
	background: -webkit-linear-gradient(#1B499E, #5582D8);
	background: -moz-linear-gradient(#1B499E, #5582D8);
	background: -o-linear-gradient(#1B499E, #5582D8);
	background: -ms-linear-gradient(#1B499E, #5582D8);
	background: linear-gradient(#1B499E, #5582D8);
}

#head_r {
	width: 980px;
	height: 145px;
	float: right;
	position: relative;
/*	top:50px;*/
}
#head_r_big {
	width: 980px;
	height: 145px;
	float: right;
	position: relative;
}
#header #logo{
	float:left;
	width:260px;
	margin-top: 10px;
}
#head_menu {
	float: right;
	width: 530px;
	margin-top: 20px;
	font-size:94%;
}
#head_menu:after {
	content: "";
	display: block;
	clear: both;
}
#header #googlesearch{
	float:right;
	width:300px;
	margin-bottom: 10px;
}
#head_menu ul:after {
	content: "";
	display: block;
	clear: both;
}
#head_menu ul {
	clear: both;
}
#head_menu ul li {
	width: auto;
	border-right: 1px solid #fff;
	float: left;
}
#head_menu ul li:last-child {
	border: none;
}
#head_menu ul li a {
	display: block;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	padding: 5px 13px;
	text-align: center;
	text-decoration: none;
}
#head_menu ul li a:hover {
	text-decoration: underline;
}






/*---------------------------------------
			パンくず
---------------------------------------*/
#TopicPath{
	padding-bottom:10px;
}

/*---------------------------------------
			メインコンテンツ
---------------------------------------*/
main {
	width: 100%;
	padding: 0;
}
main:after {
	content: "";
	display: block;
	clear: both;
}
#l_menu,
#l_menu_big {
	width: 200px;
	height: auto;
	margin-top: -100px;
	background-color: #fff;
	position: relative;
}
#l_menu{
	float: left;
	margin-bottom: 20px;
}


/*
#l_menu_big ul.sidemenu{
	margin-bottom: 0;
}
#l_menu_big ul.sidemenu li{
	border: 1px solid #bfbfbf;
}


ul.sidemenu:after,
ul.sidemenu2:after {
	content: "";
	display: block;
	clear: both;
}
ul.sidemenu,
ul.sidemenu2 {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	position: relative;
	line-height:1.2;
	background-color:#FFFFFF;
}
ul.sidemenu2 {
	border-bottom: 1px solid #bfbfbf;
}
ul.sidemenu li:first-child {
	width: 100%;
	float: none;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #1B499E;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
}
ul.sidemenu li,
ul.sidemenu2 li {
	width: 50%;
	height: 105px;
	float: left;
}
ul.sidemenu li.first,
ul.sidemenu2 li.first {
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}
ul.sidemenu li.second,
ul.sidemenu2 li.second {
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
ul.sidemenu li.last {
	width: 100%;
}
ul.sidemenu li.bsen {
	border-bottom: 1px solid #bfbfbf;
}
ul.sidemenu li a:hover img,
ul.sidemenu2 li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
*/

/* ここからピックアップスライダー */
.swiper-container {
	width: 100%;
	height: 100%;
	background: #000;
	position:absolute;
	top:0;
	left:0;
}
.swiper-slide {
	font-size: 18px;
	color:#fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px;
}
.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.swiper-slide .title {
	font-size: 41px;
	font-weight: 300;
}
.swiper-slide .subtitle {
	font-size: 21px;
}
.swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}

/* ここからバナーエリア */
ul.bunner {
	width: 100%;
	margin: 10px 0;
}
ul.bunner:after {
	content: "";
	display: block;
	clear: both;
}
ul.bunner li {
	width: 47%;
	margin-right: 3%;
	float: left;
}
p#toDate {
	width: auto;
	height: 93px;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: #1B499E;
	top: -30px;
	left: -40px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	line-height:1;
}
p#toDate a {
	display: block;
	border-radius: 100%;
	padding: 15px;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	pointer-events: none;
}
.contents {
	width: 980px;
	float: right;
	padding-bottom:10px;
}
.big_contents{
	width: 1200px;
}

/*---------------------------------------
			トップページ
---------------------------------------*/

article#cap {
	padding: 20px;
	background-color: #0059B2;
	background: rgba(0, 0, 0, 0) linear-gradient(#0059B2, #55AAFF) repeat scroll 0 0;
	border-radius: 10px;
	margin: 10px 0;
}

.boxarea {
	width: 100%;
}

.boxarea:after {
	content: "";
	display: block;
	clear: both;
}


.boxarea1 {
	width: 20%;
	float: left;
}

.boxarea1 p {
	font-size: 150%;
}

.boxarea1 p#arw:after {
	content: url(../images/common/arw.png);
	vertical-align: middle;
	display: inline-block;
	padding-top: 8px;
	padding-left: 8px;
}

.boxarea2 {
	width: 80%;
	float: left;
}

.boxarea2 ul {
	background-color: #fff;
}

.boxarea2 ul li:first-child {
	font-size: 140%;
	font-weight: bold;
	background-color: #002142 !important;
	padding: 5px;
	color: #fff;
}

.boxarea2 ul li:last-child {
	font-size: 140%;
	font-weight: bold;
	color: #000;
	padding: 5px;
	background: url(../images/top/boat2.png) no-repeat right center;
}

#racer {
	margin: 30px 0 10px 0;
	padding: 25px 25px 10px;
	background-color: #FFCFB9;
	border-radius: 10px;
	position: relative;
}

#racer:before {
	content: url(../images/top/racer.png);
	position: absolute;
	left: -18px;
	top: -24px;
}

#racer #pickupracer {
	margin: 0;
	padding: 0;
}

#racer #pickupracer li {
	width: 15%;
	margin-right: 1.6%;
	text-align: center;
	float:left;
}

#racer #pickupracer li span {
	display: block;
	margin: 0;
	padding: 0;
}

#racer #pickupracer li span a {
	display: block;
	font-size: 90%;
	font-weight: normal;
	color: #19469E;
	margin: 0;
	padding: 0;
}

/**** 新着タブ切り替え ****/

.news {
	width: 100%;
	margin: 0 0 10px 0;
}

.full_content {
	width:100%;
}
.full_content .tabmenu{
	border-bottom:solid 2px #000000;
}
.full_content ul li{
        width:24%;
        height:auto;
        float:left;
        list-style:none;
        background-color: #19469E;
        padding:0;
        margin-left:10px;
        text-align:center;
        display:block;
        cursor: pointer;
}
.full_content ul li a{
	color:#FFF;
	display:block;
	padding:10px 0 0 0;
}

.full_content ul li.race {
	background-color: #19469E;
}

.full_content ul li#news {
	background-color: #FF8000;
}

.full_content ul li#honjo_news {
	background-color: #00B200;
}



.full_content ul li:first-child {
        margin-left:0;
}
.full_content ul {
        padding:0;
        margin:0;
}
.full_content ul li.active , .full_content ul li.hover {
        background:#19469E;
        font-weight:bold;
}
#tab1,
#tab2,
#tab3,
#tab4{
	width:100%;
	background:#FFF;
	padding:10px;
	margin-bottom:20px;
}

#tab1 {
	border-left:#19469E 5px solid;
	border-right:#19469E 5px solid;
	border-bottom:#19469E 5px solid;
	background-color:#EBF1FC;
}

#tab2 {
	border-left:#FF8000 5px solid;
	border-right:#FF8000 5px solid;
	border-bottom:#FF8000 5px solid;
	background-color:#FFECD9;
}


#tab3 {
	border-left:#00B200 5px solid;
	border-right:#00B200 5px solid;
	border-bottom:#00B200 5px solid;
	background-color:#ECFFEC;
}


#tab4 {
	border-left:#5900B2 5px solid;
	border-right:#5900B2 5px solid;
	border-bottom:#5900B2 5px solid;
	background-color:#F5ECFF;
}

#tab-container{
	position:relative;
}

#new_filter {
	position:absolute;
	right: 0;
	top: 0;
	width:24%;
	text-align:center;
}
#new_filter a{
	background-color: #5900b2;
	display: block;
	padding: 6px 0 0 0;
	color:#FFFFFF;
}
#new_filter a:hover{
	font-weight:bold;
}


.news dl {
	width: 100%;
	border-bottom: 1px dashed #19469E;
}

.news dl dt:before {
	content: url(../images/common/arw2.png);
	padding-right: 5px;
	vertical-align: middle;
}

.news dl dt {
	margin-bottom: -2.0em;
	padding: 5px;
}

.news dl dd {
	margin: 0 1em;
	padding: 0 0 0 6em;
}

.news dl dd span {
	padding-left: 5px;
}

.news img {
	vertical-align: middle !important;
}

.slider img{
	width:100%;
}

/* 非開催 */
#topcontents{
	float:right;
	width:980px;
}
#pickupracer p{
	line-height:1.3;
}
#pickupracer img{
	border:solid 2px #1A489E;
}

#topracedate{
	font-size:135%;
}
#topracedate .racemonth{
	font-size:150%;
}

/*---------------------------------------
			開催カレンダー
			http://omurakyotei.jp/calendar/
---------------------------------------*/
.calendarbox .tab_jyogai p {
	float: left;
	margin: 0;
}
#calendar_img img{
	width: 95% !important;
}

/*---------------------------------------
			選手インタビュー
			http://omurakyotei.jp/interview/
---------------------------------------*/
#interview p{
	padding:0 0 10px;
}
#interview .playerphoto{
	padding:0;
}
#interview a{
	background-color: #1A489E;
	color: #fff;
	font-size: 80%;
	padding: 5px;
	border:#1A489E solid 1px;
}
#interview a:hover{
	background-color: #FFB76F;
	color: #1A489E;
	font-size: 80%;
	padding: 5px;
	text-decoration:none;
}
#bangumititle{
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---------------------------------------
			競走水面
			http://omurakyotei.jp/suimen/
---------------------------------------*/
#suimen .parts{
	background-color:#ffc;
	border:#999 solid 1px;
	margin:0 0 5px 0;
	padding:5px;
	font-size:80%;
	line-height:1.5;
}

/*---------------------------------------
			交通アクセス
			http://omurakyotei.jp/access/
---------------------------------------*/
#access #newstopics{
	padding:0 5px 5px 5px;
	margin:0 0 20px;
	border:double 3px #FF0000;
}
#access #newstopics strong{
	color:#FF0000;
}

#access #timetable{
	padding:5px;
	border:double 3px #FF8040;
	margin-bottom:20px;
}


/*---------------------------------------
			キャンペーン
			http://omurakyotei.jp/campaign/
---------------------------------------*/
#campaign .campaignbox{
	border:solid 1px #FF0000;
	padding:10px;
	background-color:#EFFFBF;
	color:#0000FF;
	font-size:84%;
	margin:10px 0;
}
#campaign strong{
	color:#FF0000;
}
#campaign .mile{
	font-size:250%;
}
.linkright{
	float:right;
	padding:10px 0;
}


.underline{
	background-image:url(../images/common/bk_underline.png);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.clicklink{
	padding:10px 0;
}

.clicklink a{
	background-image:url(../images/common/bk_linkarrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 12px;
	background-color: #FFFFFF;
	padding:10px 10px 10px 30px;
	border:solid 1px #1B499E;
	margin-bottom:10px;
}
.clicklink a:hover{
	background-color: #FFB76F;
	color: #1A489E;
	text-decoration:none;
}
.clicklink2{
	padding:0;
}

.clicklink2 a{
	background-image:url(../images/common/bk_linkarrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 2px;
	background-color: #FFFFFF;
	padding:0 0 0 30px;
	margin-bottom:10px;
}
.clicklink2 a:hover{
	background-color: #FFB76F;
	color: #1A489E;
	text-decoration:none;
}

/*---------------------------------------
			ランキング
			http://omurakyotei.jp/rank/
---------------------------------------*/
#rank #submenu li{
	float:left;
	padding:0 10px 20px 0;
	margin:0;
}
#rank #submenu li a{
	padding:10px ;
	border:solid 1px #1B499E;
}
#rank #submenu li.cur a,
#rank #submenu li a:hover{
	background-color: #FFB76F;
	color: #1A489E;
	text-decoration:none;
}

#rank .data{
	font-size:120%;
}
#rank .data th,
#rank .data td{
	padding:10px;
}
/*---------------------------------------
			無料ライブ
			http://omurakyotei.jp/live/
---------------------------------------*/
#live .livelistbox{
	padding:0 0 20px;
}
#live .livelistbox li{
	padding-left:10px;
}

.alertbox{
	border:solid 1px #FF0000;
	padding:10px;
	margin-bottom:20px;
}
.alertbox strong{
	color:#FF0000;
}
.alertbox .redunderline{
	color:#FF0000;
	text-decoration:underline;
}

/*---------------------------------------
			CMギャラリー
			http://omurakyotei.jp/cm/
---------------------------------------*/
#cm .cmbox{
	width:50%;
	padding:0 15px 20px;
	float:left;
}
#cm h4{
	background-color:#C1E0FF;
	padding:2px 5px;
}
#cm .youtubebox{
	margin:0 auto;
	text-align:center;
}
#cm .tinymce{
	font-size:80%;
}

/*---------------------------------------
			企画レース
			http://omurakyotei.jp/project/
---------------------------------------*/
#project h2{
	margin:0;
}
#project h2 span{
	font-size:80%;
}
#project .racebox{
	padding-bottom:20px;
}
#project .racebox_in{
	border:solid 1px #1A489E;
	padding:20px;
}

/*---------------------------------------
			めざまし戦データ
			http://omurakyotei.jp/mezamasi/
---------------------------------------*/
#mezamasi table tr {
	background: #EEFFDF;
}
#mezamasi table tr:nth-child(even) {
	background: #FFFFEC;
}
#mezamasi table tr:hover {
	background: #D6ACFF;
}
#mezamasi #submenu li{
	float:left;
	padding:0 10px 20px 0;
	margin:0;
}
#mezamasi #submenu li a{
	padding:10px ;
	border:solid 1px #1B499E;
}
#mezamasi #submenu li.cur a,
#mezamasi #submenu li a:hover{
	background-color: #FFB76F;
	color: #1A489E;
	text-decoration:none;
}

/*---------------------------------------
			発売時間
			http://omurakyotei.jp/time/
---------------------------------------*/
#time table{
	text-align:center;
}
#time .lbltd{
	background-color:#FFFFBB;
	font-weight:bold;
}


/*---------------------------------------
			出走表・予想FAX紙のFAXでの取り出し方
			http://omurakyotei.jp/fax/
---------------------------------------*/
#fax .linkbox{
	font-weight:bold;
	color:#00699B;
	padding:10px;
	margin:10px 0 20px;
	border:solid 1px #1A489E;
}
#fax .linkbox a{
	text-decoration:underline;
}

/*---------------------------------------
			イベント
			http://omurakyotei.jp/event/
---------------------------------------*/
#event .evententry{
	padding:0 0 20px 0;
}

#event .eventcontent{
	float:left;
	width:660px;
}

#event .photo{
	float:right;
	width:300px;
}
#event .photo img{
	max-width:300px;
}

/*---------------------------------------
			ORICA
			http://omurakyotei.jp/orica/
---------------------------------------*/
#orica table{
	font-size:84%;
	text-align:center;
}
#orica th.clover{
	background-color:#1AAA00;
	color:#fff;
}
#orica th.bronze{
	background-color:#b29f8e;
	color:#fff;
}
#orica th.gold{
	background-color:#bd8b2c;
	color:#fff;
}
#orica th.silver{
	background-color:#b0b0b0;
	color:#fff;
}
#orica th.premium{
	background-color:#448bbe;
	color:#fff
}
#orica th.platinum{
	background-color:#F5BE2E;
	color:#fff
}
#orica #oricabox{
	border:solid 1px #1A489E;
	padding:10px;
	font-size:96%;
	margin:0 0 20px;
}
#orica #oricabox li{
	margin-left:30px;
}
#orica .unyoutbl dt {
	margin-bottom: -1.6em;
	padding: 5px 5px 0 0;
}
#orica .unyoutbl dd{
	padding:0 0 0 6em;
	border-bottom:dotted 2px #CCC;
	margin:0;
}

/*---------------------------------------
			サポーターズクラブ
			http://omurakyotei.jp/club/
---------------------------------------*/
#club #tokutenbox{
	padding:10px 15px;
	border:solid 1px #005EBB;
}
#club #tokutenbox dl{
	padding:0 0 5px;
	margin:0;
}
#club #tokutenbox dt{
	margin-bottom: -1.8em;
	padding: 5px 5px 5px 0;
}
#club #tokutenbox dd {
	border-bottom: 2px dotted #CCCCCC;
	margin: 0;
	padding: 0 0 0 4em;
}
#club #sendbox{
	padding:0 15px 10px;
	margin-bottom:30px;
	border:solid 1px #005EBB;
}
#club #sendbox dl{
	padding:0 0 5px;
	margin:0;
}
#club #sendbox dt{
	margin-bottom: -1.8em;
	padding: 5px 5px 5px 0;
}
#club #sendbox dd {
	border-bottom: 2px dotted #CCCCCC;
	margin: 0;
	padding: 0 0 0 8em;
}
#club #kameiten p{
	padding:0;
	margin:0;
}
#club #leftcontents{
	float:left;
	width:200px;
}
#club #rightcontents{
	float:right;
	width:500px;
}
#club #section1 h3{
	font-size:150%;
}
#club .btnbox{
	padding:10px 0;
}
#club .btnbox p{
	text-align:center;
	padding-bottom:10px;
}
#club .btnbox p a{
	padding:0 10px;
}
#club ol{
	padding-left:30px;
}


/*---------------------------------------
			場外発売所
			http://omurakyotei.jp/jyougai/
---------------------------------------*/
#jyougai #jyougai_menu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-size:80%;
}
#jyougai #jyougai_menu ul li{
	float:left;
	text-align:center;
	padding:0;
	margin:0;
	border-top:solid 1px #0080FF;
	border-bottom:solid 1px #0080FF;
	border-right:solid 1px #0080FF;
	width:114px;
/*	font-size:82%;*/
}
#jyougai #jyougai_menu ul li:first-child{
	border-left:solid 1px #0080FF;
}
#jyougai #jyougai_menu ul li a{
	display:block;
	min-height:40px;
	vertical-align:middle;
	background-color:#DDEEFF;
}
#jyougai #jyougai_menu ul li p{
/*	font-size:80%;*/
	padding:0;
	margin:0;
}
#jyougai #jyougai_menu ul li a:hover{
	text-decoration:none;
	background-color:#FF6600;
	color:#FFFFFF;
}

/*---------------------------------------
			ポイントカード
			http://omurakyotei.jp/card/
---------------------------------------*/
#card dl{
	padding-bottom:30px;
}
#card dt{
	font-weight:bold;
	font-size:120%;
}
#card .leftbox{
	float:left;
	width:60%;
}
#card .rightbox{
	float:right;
	width:40%;
}
#card .rightbox p{
	text-align:center;
}


/*---------------------------------------
			リンク
			http://omurakyotei.jp/link/
---------------------------------------*/
#link table{
	font-size:80%;
	margin:10px 0 10px;
}
#link table th,
#link table td{
	vertical-align:top;
	width:16%;
	text-align:center;
}
#link table img{
	max-width:90px;
}
#link table.max145 img{
	max-width:145px;
}
#link h2{
	margin:20px 0;
}

/*---------------------------------------
			お知らせ
			http://omurakyotei.jp/info/
---------------------------------------*/
#info h2{
	margin:10px 0;
}

#info .infoentry{
	padding:0 0 20px 0;
}

#info .infocontent{
	float:left;
	width:480px;
}

#info .photo{
	float:right;
	width:300px;
}

/*---------------------------------------
			お客様の声
			http://omurakyotei.jp/customer/
---------------------------------------*/
#customer .customerbox {
	border:#666 solid 1px;
	margin:0 0 1em 0;
	padding:10px;
}

#customer .customerbox .voice{
	margin-bottom:10px;
	padding:10px;
}

#customer .customerbox .answer{
	background-color:#ffc;
	border:#ccc solid 1px;
	padding:10px;
}
#customer h2{
	margin:10px 0;
}

/*---------------------------------------
			お客様との意見交換会
			http://newboat.data-wave.co.jp/iken/
---------------------------------------*/
#iken_detail .ikenentry{
	border:#ccc solid 1px;
	margin:0 0 10px 0;
	padding:10px;
}
#iken_detail .ikenentry h3{
	margin:0 !important;
}
#iken_detail .ikenentry dl,
#iken_detail .ikenentry dl dt,
#iken_detail .ikenentry dl dd{
	margin:0;
	padding:0;
}
#iken_detail .ikenentry dl dt{
	border-bottom:#ccc dotted 1px;
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding:1em 0 0 0;
}
#iken_detail .ikenentry dl dd{
	background-position:0 2px;
	background-repeat:no-repeat;
	text-indent:45px;
}
#iken_detail .ikenentry dl dd.comment{
	background-image:url(../iken/images/lbl_comment.gif);
}
#iken_detail .ikenentry dl dd.answer{
	margin:10px 0;
	padding:10px;
	background-image:url(../iken/images/lbl_answer.gif);
	background-position:10px 12px;
	background-color:#FFFFD2;
}
#iken_detail .ikenentry dl dd.result{
	background-image:url(../iken/images/lbl_result.gif);
}

/*---------------------------------------
			プライバシーポリシー
			http://omurakyotei.jp/privacy/
---------------------------------------*/
#privacy h2{
	margin:10px 0;
}


/*---------------------------------------
			サイトマップ
			http://omurakyotei.jp/sitemap/
---------------------------------------*/

#sitemap .section{
	float:left;
	width:49%;
	font-size:90%;
}

#sitemap dl.sitemap{
	background-image:url(../sitemap/images/tate.gif);
	background-repeat:repeat-y;
	margin:0 0 1em 0;
	padding:0;
}

#sitemap dl.sitemap dt{
	background-image:url(../sitemap/images/folder.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}

#sitemap dl.sitemap dd{
	padding:0;
}

#sitemap dl.sitemap dl dt,
#sitemap dl.sitemap dl dd{
	padding:0 0 0 20px;
}

#sitemap dl.sitemap dd dl{
	margin:0;
	padding:1em 0 0 0;
}

#sitemap dl.sitemap dd dl dt{
	background-image:url(../sitemap/images/yoko.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
}

#sitemap dl.sitemap dd dl dd{
	background-image:url(../sitemap/images/yoko.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	margin:0 0 0 20px;
}

#sitemap dl.sitemap .last{
	background-image:url(../sitemap/images/yoko_last.gif);
}


/*---------------------------------------
			モーター成績表
			http://omurakyotei.jp/data/motor.php
			ボート成績表
			http://omurakyotei.jp/data/motor.php
			モーター性能検査記録表
			http://omurakyotei.jp/data/motortime.php
---------------------------------------*/
#datacomment{
	font-size:126%;
	font-weight:bold;
	border-top:#FF0000 solid 1px;
	border-bottom:#FF0000 solid 1px;
	padding:5px;
	margin:10px 0;
	color:#FF0000;
}
.sankouboxleft{
	float:left;
	width:58%;
}
.sankouboxright{
	float:right;
	width:37%;
}

#datanav{
	list-style:none;
}
#datanav li{
	display:inline-block;
}
#datanav li.active a{
	background-color: #FFB76F;
	color: #1A489E;
	text-decoration:none;
}


#data_motor .data,
#data_boat .data,
#data_motortime .data{
	font-size:100%;
}
#data_motor .data th,
#data_motor .data td,
#data_boat .data th,
#data_boat .data td{
	padding:5px;
}

/*---------------------------------------
			モーター性能検査記録表
			http://omurakyotei.jp/data/motortime.php
---------------------------------------*/
#tblmotortime_l{
	float:left;
	width:48%;
	text-align:center;
}
#tblmotortime_r{
	float:right;
	width:48%;
	text-align:center;
}

/*---------------------------------------
			参考データ
			http://omurakyotei.jp/data/motor_d.php
---------------------------------------*/
table.tblmoterd{
	float:left;
	width:48% !important;
	margin:10px 1% !important;
}


/*----------------------------------------
			共通（レースメニュー）
			/common/function.phpでcall
----------------------------------------*/
.racemenu{
	list-style:none;
	margin-bottom:10px;
}
.racemenu li{
	display:inline-block;
	border-left:solid 2px #FFFFFF;
	text-align:center;
}
.racemenu li a{
	padding:2px 0;
	background-color:#B3C9F2;
	color:#1C4A9F;
	width:79px;
	display:block;
	text-decoration:none;
}
.racemenu li.active a,
.racemenu li a:hover{
	background-color:#1C4A9F;
	color:#FFFFFF;
}

/*----------------------------------------
			レース展望
			http://omurakyotei.jp/view/
----------------------------------------*/
.infobox{
	border:solid 1px #333333;
	padding:10px;
	margin:0 0 20px;
}

/*----------------------------------------
			ブログ
			http://omurakyotei.jp/blogomura/
----------------------------------------*/
#tblblog td{
	width:33%;
}
#tblblog td{
	padding:0;
	margin:0;
	vertical-align:top;
}
#tblblog #blogname{
	background-color:#1A489E;
	text-align:center;
	padding:10px 0;
	color:#FFFFFF;
	margin:0 0 10px;
}
#tblblog .blogmain{
	text-align:center;
}
#tblblog dl{
	padding:5px;
}

#tblblog dl dt {
	margin: 0 0 -1.5em;
	padding: 0;
	color:#FF3F00;
}
#tblblog dl dd {
	margin: 0 0 0 4em;
	padding: 0;
	border-bottom:dotted 1px #333333;
}

/*----------------------------------------

#telop

----------------------------------------*/
.tickercontainer { /* the outer div with the black border */
	background-color: #000; 
	width: 980px; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer { /* the outer div with the black border */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #000), color-stop(1.00, #555));
	background: -webkit-linear-gradient(#000, #555);
	background: -moz-linear-gradient(#000, #555);
	background: -o-linear-gradient(#000, #555);
	background: -ms-linear-gradient(#000, #555);
	background: linear-gradient(#000, #555);
}


.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 3px;
	top: 3px;
	width: 980px; /* tickercontainer.width - this.left */
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 645px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color:#fff;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.bigcontents .tickercontainer {
	width: 100%; 
}
.bigcontents .tickercontainer .mask {
	width: 100%; 
}
.bigcontents ul.newsticker {
	width: 100%; 
}


/*---------------------------------------
			テーブル関連
---------------------------------------*/
table.data{
	border:#1A489E solid 1px;
	margin:0 0 1.5em 0;
	padding:0;
	width:100%;
}

table.data th,
table.data td{
	padding:3px;
}

table.data th{
	border:#fff solid 1px;
	background-color:#1A489E;
	color:#fff;
	font-weight:bold;
}

table.data td{
	border:#1A489E solid 1px;
}

table.data td.intro{
	background-color:#ff9;
}

table.data td.attention{
	background-color:#fc9;
}

table.data td.num{
	text-align:right;
}

.tblcolor tr {
	background: #EEFFDF;
}
.tblcolor tr:nth-child(even) {
	background: #FFFFEC;
}
.tblcolor tr:hover {
	background: #D6ACFF;
}


.tblcolor2{
	text-align:center;
}
.tblcolor2 tr.bgcolor0 {
	background: #FFFFEB;
}
.tblcolor2 tr.bgcolor1 {
	background: #EEFEE1;
}

.tblcenter{
	text-align:center;
}

/*---------------------------------------
			6色カラー
---------------------------------------*/
table.data th.tei1,
table.data .waku1{
	background-color:#FFFFFF !important;
	color:#000000 !important;
}
table.data th.tei2,
table.data .waku2{
	background-color:#404040 !important;
	color:#FFFFFF !important;
}
table.data th.tei3,
table.data .waku3{
	background-color:#D02C2C !important;
	color:#FFFFFF !important;
}
table.data th.tei4,
table.data .waku4{
	background-color:#3A72BE !important;
	color:#FFFFFF !important;
}
table.data th.tei5,
table.data .waku5{
	background-color:#DDCC11 !important;
	color:#000000 !important;
}
table.data th.tei6,
table.data .waku6{
	background-color:#35A05B !important;
	color:#FFFFFF !important;
}

table.tblteicolor .tei1{
	background-color:#FFFFFF;
}
table.tblteicolor .tei2{
	background-color:#EEEEEE;
}
table.tblteicolor .tei3{
	background-color:#FFE6EE;
}
table.tblteicolor .tei4{
	background-color:#DDF7FF;
}
table.tblteicolor .tei5{
	background-color:#FFFFDF;
}
table.tblteicolor .tei6{
	background-color:#EFFFDF;
}
.tblteicolor tr:hover {
	background-color: #D6ACFF;
}


/*---------------------------------------
				フッター
---------------------------------------*/
#footersitemap{
	font-size:90%;
}
footer#footer {
	width: 100%;
}
#footer_top {
	width: 100%;
	background-color: #ECFBFF;
	padding: 20px 10px 10px;
}
p.title {
	font-size: 140%;
	border-bottom: 5px solid #89ABEB;
	color: #1B499E;
}
p.title2 {
	font-size: 140%;
	border-bottom: 5px solid #1B499E;
	color: #1B499E;
}
#footer_top ul:after {
	content: "";
	display: block;
	clear: both;
}
#footer_top ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer_top ul li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
#footer_top ul li ul li:before {
	content: url("../images/arw_01.png");
	margin-right: 5px;
	vertical-align: middle;
	line-height:1;
}
#footer_top ul li a {
	display: inline;
	color: #000;
	font-size: 84%;
}
#footer_top ul li ul li {
	display: block;
	width: 100%;
	padding: 2px;
	margin: 0 !important;
}
#footer_top ul li ul li:last-child {
	width: 100%;
}
ul.footer_menu2 li {
	margin: 0 !important;
}
ul.footer_menu2 li:last-child {
	width: 75% !important;
}
ul.footer_menu2 li ul li:last-child {
	width: 100% !important;
}
#footer_bottom:after {
	content: "";
	display: block;
	clear: both;
}
#footer_bottom {
	width: 100%;
	padding: 5px;
	background: #1B499E;
}
#footer_bottom p {
	color: #fff;
}
.f_left {
	width: 50%;
	float: left;
}
.f_left p {
	margin-top: 1em;
}
.f_right {
	width: 50%;
	float: right;
}
/* page-top */
#page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 77%;
}
#page-top a {
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}

#footer #footermenu{
	background-color:#1B499E;
}

#footer #footermenu_in{
	width:1200px;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
}
#footer #footermenu_in li{
	float:left;
	width:19%;
}
#footer #footermenu_in li a{
	color:#FFFFFF;
}

#footer #footer_banner{
	background-color:#4B80E0;
}
#footer #footer_banner_in{
	width:1200px;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
}
#footer #footer_banner_in li{
	float:left;
	width:14%;
	padding:5px;
}
#footer #footer_banner_in li img{
	max-height:33px;
}

/*--------------------
画像（回り込み)
--------------------*/

/* 左回り込み
--------------------*/

img.lf{
	float:left;
	margin:0 15px 0 0;
}

p.lf{
	padding:0;
}

p.lf img{
	float:left;
	margin:0 15px 0 0;
}

/* 右回り込み
--------------------*/

img.rf{
	float:right;
	margin:0 0 0 15px;
}

p.rf{
	padding:0;
}

p.rf img{
	float:right;
	margin:0 0 0 15px;
}

/* 旧
--------------------*/

p.photoLeft{
	float:left;
	margin:0;
	padding:0 15px 0 0;
}

p.photoRight{
	float:right;
	margin:0;
	padding:0 0 0 15px;
}

/*--------------------
画像（横位置)
--------------------*/

.alignCenter,
.photoCenter{
	clear:left;
	text-align:center;
}

.alignLeft{
	clear:left;
	text-align:left;
}

.alignRight{
	clear:left;
	text-align:right;
}

/*--------------------
注意とか
--------------------*/

.alert,
.error,
.require,
.attention{
	color:red;
}

/*--------------------
pagenavi
--------------------*/

.pagenavi ul{
	list-style:none;
	margin:0;
	padding:1em 0 2em 0;
}

.pagenavi ul li{
	display:inline;
	font-weight:bold;
	line-height:1em;
	margin:0 2px 0 0;
	padding:0;
}

.pagenavi ul li span.cur,
.pagenavi ul li a{
	font-size:13px;
	padding:5px 8px;
}

.pagenavi ul li a{
	background-color:#fff;
	color:#1d3994;
	border:#ccc solid 1px;
	text-decoration:none;
}

.pagenavi ul li a:hover{
	color:#fff;
	background-color:#1d3994;
}
/*---------------------------------------
				clearfix
---------------------------------------*/
.clearboth{
	clear:both;
	padding:10px 0;
}

#suimen .parts:after,
.linkright:after,
.cf:after,
.clearfix:after{
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
}

#suimen .parts,
.linkright,
.cf,
.clearfix{
	display:inline-block;
	display:block;
}

/* exlude MacIE5 \*/
* html #suimen .parts,
* html .linkright,
* html .cf,
* html .clearfix{
	height:1%;
}

/* end MacIE5 */