/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){

.smart_only {
	display: none;
}

#menu-box {
	display: none;
}
/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
}

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

smart.cssの場合

html,body{
	width: 100%;
}

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

html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
}
/* ------------------------------

英語サイト
	font-family: Arial,sans-serif,Helvetica,Tahoma,Verdana;

明朝
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
	
ヒラギノ
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	
印刷用
	zoom: 90%;

------------------------------ */
p {
	line-height: 1.5;
}
li {
	line-height: 1.8;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
div {
	overflow: hidden;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	width: 100%;
	height: 80px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
	font-size: 30px;
	color: #FFF;
	line-height: 80px;
	padding-left: 30px;
}
h6 {
	border-radius: 10px / 10px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 10px;
}
img.imgright {
	float: right;
	padding: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 20px 0;
}
p.text01 {
	margin: 20px 20px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	text-align: right;
	margin: 20px 20px;
}
span.red {
	color: #FF0000;
}
span.blue {
	color: #0000FF;
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 50px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 15px 50px;
}
ol.list li {
	margin-bottom: 10px;
}
p.clear {
	clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	margin: 0 auto;
	text-align: left;
	background-image:url(image/bg_main.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 1000px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
}
div.header_left {
	width: 550px;
	float: left;
}
div.header_logo {
	float: left;
	width: 125px;
	margin-top: 15px;
}
div.header_navi {
	float: right;
	width: 420px;
}
div.header_right {
	width: 370px;
	float: right;
	margin-top: 20px;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	width: 100%;
	height: 30px;
	font-size: 12px;
}
nav ul {
	list-style: none;
	margin-top: 20px;
}
nav li {
	float: left;
	text-align: center;
	line-height: 30px;
}
nav a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0 15px;
}
nav a:hover {
	background-image:url(image/border.png);
	background-repeat: no-repeat;
	background-position: center 28px;
}

/* ------------------------------
 右メニュー
------------------------------ */

div.header_right ul {
	list-style: none;
}
div.header_right li {
	float: left;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
}
div.header_right li a {
	display: block;
	height: 30px;
	border-radius: 30px / 30px;
	border: solid 1px #DDD;
	float: left;
	text-decoration: none;
	color: #777;
}
div.header_right li a:hover {
	background-color: #f27822;
	border: solid 1px #f27822;
	color: #fff;
}
li.hr01 a {
	width: 30px;
}
li.hr01 img {
	vertical-align: middle;
}
li.hr02 a {
	font-size: 12px;
	width: 90px;
}
li.hr02 a:hover {
}
li.hr03 a {
	font-size: 10px;
	width: 30px;
}
.link_on a {
	background-color: #f27822 !important;
	border: solid 1px #f27822 !important;
	color: #fff !important;
}

/* ------------------------------
 header1
------------------------------ */

div.header1_bg {
	margin: 0 auto;
	text-align: center;
	background-image:url(image/header1.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* ------------------------------
 main
------------------------------ */

div.main01 {
	margin: 0 auto;
	text-align: center;
	background-image:url(image/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div.main_movie {
	margin: 150px auto 0 auto;
	width: 627px;
	height: 426px;
	text-align: center;
	background-image:url(image/frame1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div.main_movie iframe {
	margin-top: 65px;
}
div.mainimg {
	margin: -230px auto 0 auto;
	text-align: center;
}

/* ------------------------------
 textbox
------------------------------ */

div.textbox {
	width: 960px;
	margin: -30px auto 0 auto;
}
div.textbox dl dt {
	float: left;
}

/* ------------------------------
 event
------------------------------ */

div.event_box {
	width: 835px;
	margin: 50px auto 0 auto;
}
div.event_box02 {
	width: 100%;
	background-image:url(image/frame3-2.png);
	background-repeat: repeat-y;
}
div.event {
	width: 782px;
	height: 183px;
	margin: -10px auto;
	background-image:url(image/event.png);
	background-repeat: no-repeat;
}
div.event_img {
	width: 210px;
	float: left;
	margin: 40px 0 0 40px;
}
div.event_text {
	width: 510px;
	float: left;
	margin: 40px 20px 0 0;
}
p.event_place {
	font-size: 18px;
	color: #e01737;
	font-weight: bold;
}
p.event_info {
	font-size: 14px;
	font-weight: bold;
}

}