@charset "utf-8";

/*========================================
全体の設定
==========================================*/
html {
	overflow-y:scroll;
}
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #faf2b4 url(/images/bg.png) repeat-y top center fixed;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*========================================
リンク
==========================================*/
a {
	color: #ef5c89;
    font-weight: bold;
}
a:hover {
	color: #50c939;
	text-decoration: none;
}

/*========================================
コンテナー
==========================================*/
#container {
	width: 900px;
	margin: 0px auto;
    padding: 10px;
    background: #fff;
}

/*========================================
ヘッダー
==========================================*/
/*ヘッダーブロック*/
header {
	height: 50px;
	text-align: right;
	padding: 20px 0px;
}
/*h1タグの設定*/
header h1 {
	font-size: 9px;
	font-weight: normal;
}

/*========================================
メイン
==========================================*/
#main {
	float: right;
	width: 700px;
	padding-bottom: 30px;
	margin-top: 20px;
}
#main h2 {
	clear: both;
	border-bottom: 5px solid #fcd246;
	padding: 0px 15px;
	background: url(/images/h2_bg.png) no-repeat right center;
}

/*mainコンテンツ*/
section.sec_bg {
    padding-bottom: 30px;
}
#main p {
    padding: 0.5em 15px;
}
#main #mail{
    padding: 0.5em 15px 1em;
    background: url(/images/mail_bg.jpg) no-repeat right center;
    margin-bottom: 25px;
    border: 2px solid #fcd246;
}
#main .mail img {
    margin: 0px 8px;
}
#main .photo1{
    margin: 0px 25px;
}
#main .photo1 p{
    padding: 10px 0px;
}
#main .photo2{
    clear: both;
    background: #ffcedb;
    padding: 0.5em 5px;
    margin: 0px 10px;
    font-weight: bold;
    font-size: 16px;
}
#main .photo2 p img{
    display: block;
    margin: 0 auto;
}

table {
    width: 90%;
    margin: 0 auto;
}
table {
    border: 2px solid #ff205c;
    margin-bottom: 10px;
}
th,td {
    width: 200px;
    padding: 10px;
    border: 1px solid #ff205c;
}
th {
    background: #e8e8e8;
}
tr.as {
    border-bottom: 2px solid #ff205c;
}
td.as1 {
    background: #fff291;
    
}
td.as2 {
    background: #c5f8ff;
}

/*コンテンツ内画像*/
#contents a:hover img {
    -webkit-opacity: 0.5;
    opacity: 0.8;	/*70%の透明度*/
}
#contents a img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/*========================================
トップページスライドショー
==========================================*/
#mainimg {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
#mainimg img {
	border-radius: 10px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*========================================
マニュアル
==========================================*/
#main p#tabcontrol {
    padding: 0;
    padding-top: 0.5em;
    margin: 0 15px;
}

#tabcontrol a {
   display: inline-block;
   border-width: 1px 1px 0px 1px;
   border-style: solid;
   border-color: #999;
   border-radius: 0.75em 0.75em 0 0;
   padding: 0.5em 1em;
   text-decoration: none;
   color: #333;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   background-color: white;
   position: relative;
   width: 140px;
}
#tabcontrol a:hover {
   text-decoration: underline;
}

#tabbody div {
    margin: 0 15px;
   border: 1px solid #999;
   margin-top: -1px;
   padding: 1em;
    background-color: white;
   position: relative;
   z-index: 0;
}
#tabbody p {
   font-size: 16px;
}
#tabbody p.last {
    padding: 1em 40px;
    background: url(/images/p_bg.jpg) no-repeat right bottom;
    font-weight: bold;
    border: 1px solid #71d100;
}
video {
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #999;
}

#tabbody h3 {
	clear: both;
	letter-spacing: 0.3em;
	font-size: 20px;
	padding: 5px 15px;
	background: url(/images/h3_bg.png) no-repeat right bottom;
}
#tab_taiki h3 {
    color: #02a84f;
	border-bottom: 3px solid #02a84f;
}
#tab_chat h3 {
    color: #ff3a76;
	border-bottom: 3px solid #ff3a76;
}
#tab_mail h3 {
    color: #603aff;
	border-bottom: 3px solid #603aff;
}

#tabcontrol a:nth-child(1) {
    color: #02a84f;
}
#tabcontrol a:nth-child(2) {
    color: #ff3a76;
}
#tabcontrol a:nth-child(3) {
    color: #603aff;
}

/*========================================
サブ
==========================================*/
#sub {
	float: left;
	width: 150px;
	position: fixed;	/*上下にスクロールしてもブロックを固定表示させる設定。不要ならこの１行削除。*/
	margin-top: 30px;
    margin-bottom: 30px;
}

/*========================================
サブメニュー
==========================================*/
/*メニュー１個ごとの設定*/
nav#menubar ul {
	width: 100%;
	margin: 0px auto;
	background: #fff;
}

nav#menubar ul li a {
	letter-spacing: 0.4em;	/*文字間隔。*/
	line-height: 25px;
	text-decoration: none;
    color: #606060;
    font-size: 16px;
	font-weight: bold;
	display: block;
	border-left: 8px solid #f5c00e;
	background: #ffe417;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff398), to(#ffe417));
    background: -webkit-linear-gradient(#fffa84, #fffff0 49%, #fff398 50%, #ffe417);
    background: linear-gradient(#fffa84, #fffff0 49%, #fff398 50%, #ffe417);
	margin-bottom: 8px;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}
/*最初のメニュー*/
nav#menubar ul li#current a{
    color: #ff3068;
	border-left: 8px solid #ff6b88;
	background: #ff97a7;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd3da), to(#ff97a7));
    background: -webkit-linear-gradient(#ffccd4, #fffff0 49%, #ffd3da 50%, #ff97a7);
    background: linear-gradient(#ffccd4, #fffff0 49%, #ffd3da 50%, #ff97a7);
	margin-bottom: 40px;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover{
	background: #f5c00e;
	color: #FFF;
    border-left: 8px solid #ff8c06;
}

nav#menubar ul li#current a:hover{
	background: #ff6b88;
	color: #FFF;
    border-left: 8px solid #ff1c50;
}

#sub .sub_contents{
	width: 100%;
	margin-top: 30px;
}

/*========================================
メールフォーム
==========================================*/
#mail_form{
	font-size: 16px;
	padding: 5px 15px;
}
#mail_form p{
	background: #f5d3df
}
#mail_form dl{
    padding : 15px 25px;
    overflow : hidden;
}
#mail_form dl dt{
    clear : both;
    width : 200px;
    float : left;
    font-weight: bold;
    text-align : right;
    border-top : 1px solid #cccccc;
	padding : 16px 0 10px;
	background : url(/images/border-shine.png) repeat-x 0 0;
}
#mail_form dl dd{
    width : 385px;
    float : left;
    border-top : 1px solid #cccccc;
	padding : 16px 0 10px 30px;
	background : url(/images/border-shine.png) repeat-x 0 0;
}
#mail_form dl dt:first-child,
#mail_form dl dt:first-child+dd{
  border : none;
  background : none;
}
#mail_form input{
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fff;
    padding: 5px;
    vertical-align: middle;
    font-size:16px;
}
#mail_form input:focus,
#mail_form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
#mail_form input#name{
  width : 250px;
}
#mail_form input.point{
  width : 100px;
}
#mail_form input.plan{
  width : 25px;
  text-align: center;
}
#mail_form ul li{
  list-style-type : none;
  margin-bottom : 0.5em;
}
#mail_form ul li label:hover{
  cursor : pointer;
    background: #f7e459;
}
#mail_form ul li input{
  height : auto;
  margin-right : 0.5em;
}
#mail_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    font-size:16px;
    border : 1px solid #ccc;
    border-radius : 3px;
    vertical-align: middle;
}
#mail_form textarea#comment{
  width : 320px;
  height : 200px;
    padding: 5px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fff;
    font-size:16px;
    vertical-align: middle;
}
input,select,textarea {
    font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/*ボタンの設定*/
#mail_form input[type="submit"] {
	width : 180px;
	height : auto;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #fceb6c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ef5c89), to(#fceb6c));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ef5c89, #fceb6c);	/*同上*/
	background-image: linear-gradient(#ef5c89, #fceb6c);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
#mail_form input[type="button"] {
	width : 180px;
    height : auto;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #c9c9c9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#747474), to(#c9c9c9));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#747474, #c9c9c9);	/*同上*/
	background-image: linear-gradient(#747474, #c9c9c9);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
    font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}

/*ボタンのマウスオン時の設定*/
#mail_form input[type="submit"]:hover {
    cursor : pointer;
	background-color: #ef5c89;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fceb6c), to(#ef5c89));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fceb6c, #ef5c89);	/*同上*/
	background-image: linear-gradient(#fceb6c, #ef5c89);			/*同上*/
}
#mail_form input[type="button"]:hover {
    cursor : pointer;
	background-color: #747474;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#747474));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#c9c9c9, #747474);	/*同上*/
	background-image: linear-gradient(#c9c9c9, #747474);			/*同上*/
}

/*========================================
PAGE TOP
==========================================*/
#pagetop {
	clear: both;
}
#pagetop a {
	font-size: 10px;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border-radius: 10px;
	border: 1px solid #ccc;
}
/*マウスオン時*/
#pagetop a:hover {
	border: 1px solid #76a06e;
}

/*========================================
フッター
==========================================*/
footer {
	clear: both;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*========================================
その他
==========================================*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb230 {
	margin-bottom: 230px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #555;
    font-weight: bold;
}
.color2 {
	color: #ff205c;
    font-weight: bold;
}
.color3 {
	color: #ff205c;
    font-size: 25px;
}
.color4 {
	color: #ff205c;
    font-weight: bold;
    text-decoration: underline;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
img.c {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.fl {
	float: left;
	margin: 0px 10px 0px 0px;
}
