@charset "utf-8";
/*====================
	年末年始ダイヤ
=====================*/
* {
	margin: 0 auto;
	padding: 0;
	line-height:1.4;
	font:font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	list-style:none;
	text-decoration:none;
}
img{	border:0;width:100%;max-width:916px;}
html,body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a{
	text-decoration:none;
	font-size:13px;
}
body{
	align: center;
}

/*=====================
	基本設定
===================== */

#wrapper { clear:both;
max-width:800px; padding:10px 0;
}
/*-- ヘッダー -- */
/*#header { width:100%;
 text-align:center; background:url(../img/tb.png) center top repeat-x !important; margin:0;

}
#header_logo {
max-width:920px;
margin:0 auto;
}*/

#header { 
	margin:20px; 
	text-align:center; 
	margin:0 auto; 
	line-height:1.5;
	background:#0068b7; 
	padding:1em 0;
	width:100%;
 }
img{
	margin-bottom: 5px;
	text-align: center;
}
table{
	table-layout: fixed;
	font-size:14px;
	width: 100%;
	border-collapse: collapse;
}
p {
  margin-right:1em;
}
table th{
	padding: 6px 20px;
	text-align: center;
	color: #333;
	background-color: #eee;
	border: 1px solid #000;
	font-size:1.3em;
}
table td{
	font-weight:bold;
	text-align: center;
	border: 1px solid #000;
	padding: 1.5em;
}
td {
	line-height:2.5;
}
.red{
	color:red;
	font-weight:bold;
	font-size:15px;
}
.backred{
	background:#F00;
	color:#fff;
	font-weight:bold;
}
.sun{
	color:red;
}
.sat{
	color:blue;
}
#nav{
	margin-bottom: 10px;
	width: 100%;
	clear: left;
}

/*↓スマホ用設定あり*/
#nav ul li {float: left;}
#nav ul li a {
	display: block;
	width: 360px;
	line-height: 1.5;
	padding:0.5em 0;
	padding-left: 35px;
	font-weight: bold;
	color: #000;
	background:#bcddff;
	font-size: 15px;
	background-image: url(../img/ul_li_on.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	border: 1px solid #FFF;
	float: left;
}
/*↑*/

#nav ul li a:hover{opacity: 0.5 ;}
/*↓スマホ用設定あり*/
h1{
	font-size:30px; text-align:center;color:#fff;
}
/*↑*/
h2 {
	border-left: 10px solid #36F;
	border-bottom: 2px solid #36F;
	margin:20px 0 5px;
	padding-left: 5px;
	font-size: 14px;
}
h3 {
	border-left: 10px solid #F00;
	border-bottom: 2px solid #F00;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
h4 {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #F63;
	padding-left: 5px;
	font-size: 18px;
	margin: 1em 0 1em 1em;
}
h5 {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #1e90ff;
	padding-left: 5px;
	font-size: 14px;
	margin-top: 1em;
	margin-left:1em;
}
.tag {
	background: url(../img/tag.gif) no-repeat left center;
	height: 30px;
	border-bottom: 3px solid #F5A423;
}
div {
	margin-bottom: 20px;
}

p {
	margin-left: 1.5em;
	padding: 5px 0 5px;
	clear: left;
	line-height:2;
	margin-bottom:1em;
}
p a {
	width: 100px;
}
.rose {
	margin-top:-1.5em;
	margin-bottom:2em;
}
.rose a {
	background: url(../img/button/button-new.gif) no-repeat;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 10px;
	color: #000;
	width: 248px;
	margin: 0px;
	font-weight: bold;
}
.rose a:hover {
	background: url(../img/button/button-new.gif) no-repeat 0 -30px;
	color: #FFF;
}

#footer {
	clear:both;
	margin-top:30px;
	width:100%;
	background:url(../img/bb.png) left top repeat-x;
	height:80px; text-align:center;
}
.text{
	text-align:right;
	font-weight:bold;
	font-size:14px;
}
.close{
	text-align:center;
}

.clear {
	clear: both;
}

@media screen and (max-width :600px){
#wrapper {
	margin:2em;
}
h1{
	font-size:25px; text-align:center;
}
#nav ul li {
	clear: left;
	width:100%;
	margin-right:0.5em;
}
#nav ul li a {
	width:88%;
	margin-right:0.5em;
	}
.ps{
	display:none;
}
.cyu {
	margin: 1em;
	line-height:2;
}
h4 {
	margin: 0;
	margin-bottom:1em;
}
p {
  margin:0;
}
}

@media screen and (min-width :600px){
.smf{
	display:none;
}
}
@media print{
    .smf{
        display: none;
    }
}

.r {
	color:red;
	font-weight:700;
}
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0 0.5em 0;
    color: #232323;
    background: #e1f5fe;
    border-left: solid 10px #304ffe;
}
.box8 p,.box9 p {
    margin: 0; 
    padding: 0;
	font-weight:bold;
	font-size:15px;
	letter-spacing:2px;
}
.box9 {
    padding: 0.5em;
    margin: 2em 0 1em 0;
    color: #232323;
    background: #fbe9e7;
    border-left: solid 10px #dd2c00;
}
div .info{
	text-align: center;
	margin: 0 auto;
	padding:0;
	margin-bottom:1em;
}
.info img{
	width:100%;
	max-width: 400px;
}