﻿@import url(./defaultReset.css);

body{
	line-height:1.6;
	font-size:100%; 
  	background:#fff;
	text-align:center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
div.sdb_holder{

}

article{
  	background:transparent;
	padding:10px;
	margin:10px;

}
/*-----以下、メニュー部分--------*/

.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 20px;
	top   : 20px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	}

.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #BBBBBB;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	}
.hamburger span:nth-child(1) {
	top: 10px;
	}

.hamburger span:nth-child(2) {
	top: 20px;
	}

.hamburger span:nth-child(3) {
	top: 30px;
	}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
	}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
	}

/* メニュー背景　*/
nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba( 39, 172, 217, 0.6 );
	text-align: center;
	width: 100%;
	opacity: 0;
	display: none;
	transition: opacity .6s ease, visibility .6s ease;
	}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
	}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	}

nav.globalMenuSp ul li:hover{
	background: rgba( 39, 172, 217, 0.7 );
	}

nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration :none;
	}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	}

/*-----以上、メニュー部----------*/


div.container{
	margin:0px auto;
	width:1100px;
	text-align:left;
	}

div#mainContent {
	background-color:#fff;
	line-height:1.9;
	margin-left:-100%;
	width:100%;
	float:right;
	clear:right; /* IEカラム落ち防止用 */
	}
div#mainContent div.section{
	margin-left:250px;
	margin-right:250px;
	}
div#subContent{
	background-color:#fff;
	width:250px;
	display:table-cell;
	vertical-align:top;
	float:left;
	clear:left; /* IEカラム落ち防止用 */
	}

div#extraContent{
	background-color:#fff;
	width:250px;
	display:table-cell;
	vertical-align:top;
	float:right;
	}

div#head{
	height:85px;
	width:100%;
	background-color:transparent;
	clear:both;
	}

div#loc{
	width:100%;
	padding:4px 4px 4px 20px;
	text-align:left;
	font-size:80%;
	background-color:transparent;
	clear:both;
	}

div#loc2{
	line-height:1.3em;
	font-size:100%;
	width:100%;
	margin:10px 10px 5px 0px;
	padding:7px 7px 7px 7px;
	text-align:left;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	background-color:transparent;
	clear:both;
	}

div#head1{
	margin:7px;
	height:85px;
	width:60%;
	float:left;
	}

div#head2{
	margin:10px;
	height:85px;
	text-align:right;
	width:30%;
	float:right;
	}

h1#top{
	line-height:1.1em;
	width:1100px;
	font-size: 60%;
	margin:2px 0px 1px 10px;
	font-weight:normal;
	text-align:left;
	}
h1#top a, h1#top a:hover{
	font-weight:normal;
	text-align:left;
	}

h1.head{
	line-height:1.5em;
	font-size: 100%;
	margin:2px 0px 1px 10px;
	font-weight:normal;
	text-align:left;
	}

h1.head a, h1.head a:hover{
	font-weight:normal;
	text-align:left;
	font-weight:bold;
text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
	}


div.linktext{
	 font-size: 90%;
	}

div.description{
	font-size: 70%;
	}

div.section{
	padding:1em;
	}

div#foot{
	background-color:TRANSPARENT;
	clear:both;
	border-top:1px dotted #aaa;
	}

div#foot h1{
	font-size: 60%;
	color:#aaa;
	}

div#foot:after {
	content: "";
    	display: block;
    	clear: both;
    	height: 1px;
    	overflow: hidden;
	}
	/*\*/
	* html div#foot{
    		overflow: visible;
		}
	/**/


ul.footerlink{
	padding: 0px 0px 17px 0px;
	font-size:70%;
	line-height:1.2em;
	}

ul.footerlink li{
	margin:2px 4px 3px 4px;
	padding-right:4px;
	list-style:none;
	border-right: 1px solid #999;
	float:left;
	}

#menu5 {
	width: 218px;
	border-style: none solid solid solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 0px 0px 6px 0px;
	font-size:85%;
	font-weight:bold;
	}
	
#menu5 li a, li#title {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 li#title {
	color: #fff;
	display: block;
	font-weight:bold;
	background: url("./buhin/menu.gif") repeat;	
	padding: 8px 25px 0 10px;
	text-align: center;
	}

#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url("./buhin/menu5.gif");
	padding: 8px 7px 0 5px;
	text-align: left;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url("./buhin/menu5.gif") 0 -32px;
	padding: 8px 7px 0 5px;
	text-align: left;
	}
	
#menu5 li a:active {
	color: #fff;
	background: url("./buhin/menu5.gif") 0 -64px;
	padding: 8px 7px 0 5px;
	text-align: left;
	}

/*------------------------------------------------*/
p{
	padding: 0px 5px 10px 0px;
	}

/*-----------リンク関連-----------*/
a{
	color: #777777;
	text-decoration:none;
	font-weight:bold;
	}

a:hover{
	color: #FF8000;
	text-decoration:none;
	font-weight:bold;
	}


/*-----------画像関連-----------*/
img{
	border:0px;
	padding:0px;
	}

/*-----------タイトル関連-----------*/



h1,{
	overflow:hidden;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

h1.main{
	position: relative;
	padding: 1rem 2rem;
	border-radius: 10px;
	background: #27acd9;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}

h1.main:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -10px;
	left: 1.5em;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #27acd9 transparent transparent transparent;
	}

h2 {
	display: block;
height:40px;
border-top: 1px solid #27acd9;
margin-top:30px;
padding-top:30px;
	line-height:2.5em;

	color:#27acd9;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}

em.te{
	font-size:80%;

}

div#mainContent h1{
	text-indent:0em;
	height:55px;
	margin:0px 0px 10px 0px;
	color:#111111;
	font-weight:bold;
	font-size:120%;
	margin-bottom:1px;
	background:url("./buhin/6.gif") repeat-x;
	padding: 12px 0px 7px 10px;
	border-top:0px solid #FFB74C;
	border-left:0px solid #FFB74C;
	border-bottom:0px solid #E54500;
	border-right:0px solid #E54500;
	}


div#cl h1{
	line-height:3000px;
	background:url("./buhin/footer.gif") left top no-repeat;
	height:1px;
	margin-bottom:10px;
	border:0px;
	}

div#about h1{
	line-height:3000px;
	background:url("./buhin/titletop.png") left top no-repeat;
	height:1px;
	margin-bottom:10px;
	border:0px;
	font-size:20%;
	}

#contact h1{
	height:32px;
	font-size:20%;
	text-indent:-3000em;
	margin-bottom:1px;
	border-bottom:1px solid #E54500;
	background:url("./buhin/contact.gif") left top no-repeat;
	}

#about2 h1{
	height:32px;
	font-size:20%;
	text-indent:-3000em;
	margin-bottom:1px;
	border-bottom:1px solid #E54500;
	background:url("./buhin/about.gif") left top no-repeat;
	}

#popu h1{
	height:32px;
	font-size:20%;
	text-indent:-3000em;
	margin-bottom:1px;
	border-bottom:1px solid #E54500;
	background:url("./buhin/popu.gif") left top no-repeat;
	}

#menu h1{
	height:32px;
	font-size:20%;
	text-indent:-3000em;
	margin-bottom:0px;
	border-bottom:1px solid #E54500;
	background:url("./buhin/menu.gif") left top no-repeat;
	}

#new h1{
	height:32px;
	font-size:20%;
	text-indent:-3000em;
	background:url("./buhin/new.gif") left top no-repeat;
	margin-bottom:1px;
	border-bottom:1px solid #E54500;
	}

#today h1{
	height:32px;
	font-size:20%;
	text-indent:-3000em;
	background:url(./buhin/today.gif) left top no-repeat;
	margin-bottom:1px;
	border-bottom:1px solid #E54500;
	}

/*-----------サイドエリア関連-----------*/
div.submenu{
	padding: 9px 0px 5px 20px;
	line-height:1.8em;
	}

div.side{
	width: 219px;
	text-align:left;
	padding:10px 10px 17px 10px;
	font-size:90%;
	line-height:1.4em;
	color: #ffffff;
	}

ul.d{
	padding: 10px 10px 17px 30px;
	font-size:90%;
	line-height:1.7em;
	}

ul.d li{
	list-style:square;
	}

ul.alm{
	padding: 10px 10px 17px 7px;
	font-size:100%;
	line-height:1.7em;
	}

ul.alm li{
	margin: 0px;
	padding: 0px 0px 0px 20px;
 	background: url("./buhin/list.gif") no-repeat 2px 0.3em;
	list-style: none;
	}

div.linktext{
	line-height: 1.4;
	}

div.linktext ul{
	list-style: none;
	padding: 0px 4px 17px 0px;
	font-size:100%;
	line-height:1.2em;
	}

div.linktext ul li{
	/*--list-style:square;--*/
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 17px;
	display: block;
	background: url("./buhin/common_ya.gif") no-repeat 0px 0.1em;
	list-style: none;
	border-bottom: dotted 1px #666;
	}

div.linktext ul li.rss{
	/*--list-style:square;--*/
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 19px;
	background: url("./buhin/rss.gif") no-repeat 0px 0.2em;
	list-style: none;
	}

div.linktext ul li.okini{
	/*--list-style:square;--*/
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 5px 19px;
	background: url("./buhin/41.gif") no-repeat 0px 0.2em;
	list-style: none;
	}

div.linktext ul.mail   {
	padding: 10px 10px 17px 0px;
	list-style:none;
	font-size:90%;
	}

div.linktext ul.mail li{
	list-style:none;
	padding: 2px 0px 5px 0px;
	background: transparent;
	}

div.linktext ol   {
	list-style: none;
	padding: 0px 4px 17px 0px;
	font-size:100%;
	line-height:1.2em;
	}

div.linktext ol li{
	/*--list-style:square;--*/
	margin: 0px;
	padding: 0px 0px 8px 17px;
	background: url("./buhin/common_ya.gif") no-repeat 0px 0.1em;
	list-style: none;
	}

	ul.form  {
		padding: 5px 5px 0 0;
		align:right;
		list-style:none;
		float: right;
		}

	ul.form li {
		padding: 0px 3px 0px 3px;
		float:left;
		display:inline;
		}


i{font-style:normal;}
em{font-style:normal;}

label{
	font-size:90%;
 	line-height:1.6em;
	padding: 0px 10px 0px 0px;
	}
/*-----------------------*/
table{
	padding:0px 0px 0px 0px;
	margin-top:0em;
	margin-bottom: 0em;
	width: 400px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 96%;
	}

	table caption {
		font-weight:bold;
		margin-top: 0em;
		text-align: left;
	}

	table td {
  		padding: 4px 6px;
	}

	table th {
		border-bottom: solid 1px #B2B2B2;
		border-right: solid 1px #B2B2B2;
		background: #dedede;
		text-align: center;
		font-weight:bold;
		white-space: nowrap;
		font-size: 92%;
	}

	table td {
		border-bottom: solid 1px #B2B2B2;
		border-right: solid 1px #B2B2B2;
		background: #efefef;
		text-align: left;
		white-space: nowrap;
	}


div.manu{
	padding:5px 5px 5px 5px;
		border-bottom: solid 1px #B2B2B2;
		border-right: solid 1px #B2B2B2;
		background: #efefef;
		font-size: 90%;
	margin:0px 0px 10px 0px;
	line-height:1.1em;

}
div.manu h1{
	margin:0px 0px 10px 0px;
	color: #444;
	text-decoration:none;

	line-height:1.2em;
	font-weight:bold;
	font-size:120%;

}
