@charset "Shift_JIS";

/***************************************
 レスポンシブWEBデザイン
 PC用スタイルシート
 基本情報で設定した画面サイズ以下で適用
 トップページ専用
***************************************/

/****************************
画面全体の構成
****************************/
#smartheader{
	display:none;
	}
.smartgoods{
	display:none;
	}

/****************************
HTMLの共通の設定
****************************/

html {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", '游ゴシック', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%; /*10px=1rem*/
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 10px;
	line-height: 1.5;
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

ul,li,dl,dt,dd { 
	list-style:none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
}

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

/***********************************************************

ヘッダータイトル

***********************************************************/
#header {
	background-color: #B2E1F9;
}

#head_contents {
	width: 980px;
	height: 135px;
	margin: 0 auto;
	background: url(../img/cloud.jpg) no-repeat top center;
	position:relative;
}

#head_contents h1 {
	display: none;
}

#darkblue_line {
	background-color: #000066;
	height: 5px;
}

#serch_window {
	position:absolute;
	top: 12px;
	right: 10px;
	font-size: 120%;
}

input.with_glass {
	background-image: url(../img/glass.png);
	background-repeat:no-repeat;
	background-position: 1px center;
	padding-left: 20px;
}

input.serch_button {
	margin-left: 5px;
	line-height: 1.2;
	padding : 4px 10px 3px 10px;
}

/***********************************************************

ヘッダーメニュー

***********************************************************/

#nav { 
	width: 980px;
	margin: 2em auto 0;
}

#nav ul#top_navi {
	with: 960px;
	margin: 0 auto;
	/*border: 1px solid #006;*/
}

#nav ul#top_navi li a {
	height: 50px;
	float: left;
	overflow: hidden;
}

#nav ul#top_navi li img {
	margin-top: -50px;
}

#nav ul#top_navi li a:hover img {
	margin-top: 0px;
}

#nav ul#top_navi li.selected {
	height: 50px;
	float: left;
	overflow: hidden;
}

#nav ul#top_navi li.selected img {
	margin-top: 0px;
}

/*#nav ul#top_navi li {
	font-size: 150%;
	display: inline-block;
	height: 50px;
	padding: 0 22px;
	line-height: 50px;
	text-align:center;
	font-weight: bold;
}

#nav ul#top_navi li a:hover {
	background-color:#A6D0FF;
}

#nav ul#top_navi li.selected {
	background-color:#A6D0FF;
	color: #fff;
}

#nav ul#top_navi li:first-child {
	text-align: left;
	padding: 0 2.5em 0 4em;
	background-image:url(../img/home_mark_b.png);
	background-repeat:no-repeat;
	background-position: 2em center;
}

#nav ul#top_navi li:first-child.selected {
	background-image:url(../img/home_mark.png);
	background-repeat:no-repeat;
	background-position: 2em center;
}*/

/***********************************************************

メイン枠

***********************************************************/

#main_contents {
	width: 980px;
	margin: 0 auto;
	padding: 30px 10px 100px 10px;
}

/***********************************************************

サイドコンテンツ

***********************************************************/
#leftmenu {
	width: 200px;
	/*border: 1px solid #ccc;*/
}

#leftmenu ul {
	border: 1px solid #006;
}

#leftmenu li {
	font-size: 160%;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #006;
}

#leftmenu li:first-child {
	font-size: 140%;
	padding: 0.4em 0;
	background-color: #006;
	color: #fff;
}

#leftmenu li:last-child {
	border-bottom: none;
}

#leftmenu li a {
	display: block;
	padding: 1em 0;
}

#leftmenu li a:hover {
	background-color:#A6D0FF ;
}

#leftmenu li.selected {
	background-color:#A6D0FF ;
	color: #000;
}


/***********************************************************

トップメインコンテンツ

***********************************************************/

article {
	width: 720px;
	padding: 0;
	float: right;
	/*border: 1px solid #ccc;*/
}

section {
	margin:0;
	padding:0;
}

h2 { 
	position: relative;
	font-size: 160%;
	color: #333;
	font-weight: normal;
	border-left: 7px solid #006;
	padding: 5px;
	margin: 0 10px;
}

h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #999;
}

h2.sinkan_t {
	margin-top: 3em;
	/*border-left-color:#A6D0FF;　水色*/
}

.fair {
	margin: 10px auto -10px auto;
	text-align:center;
}

.topic {
	pading: 0;
	margin: 0 20px;
	height: 180px;
	overflow: auto;
}

.topic dl {
	margin-top: 15px;
}

.topic dt,
.topic dd {
	font-size: 14px;
	}

.topic dt {
	float: left;
	padding: 0.5em 1em 0.2em 0.2em;
	color: #36C;
}

.topic dd {
	padding: 0.5em 1em 0.2em 2em;
	border-bottom: 1px dotted #09C;
}

div.kadomaru {
	margin: 16px 0 50px 0;
	padding: 0 12px;
	border: 1px solid #999;
	border-radius: 10px;
}

div.kadomaru iframe{
	width: 680px;
	height: 750px;
	margin: 16px 0 16px 6px;
	border: 0;
}

div.txt_waku {
	margin: 15px;
}

div.txt_waku p {
	margin: 0;
	font-size: 14px;
}

div.txt_waku h3 {
	font-size: 16px;
	color: #900;
	margin-bottom: 1em;
}

/***********************************************************

フッタ部

***********************************************************/

footer {
	height: 5em;
	background-color:#F0E9CE;
}

div#footer_box {
	width: 980px;
	height: 5em;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid #ccc;*/
}

.footer_illust {
	position:absolute;
	bottom: 0.2em;
	right: -100px;
}

footer small {
	font-size: 110%;
	position: absolute;
	bottom: 0.5em;
	left: 0;
}

/***********************************************************

その他かご外ページコンテンツ

***********************************************************/

.policy {
	padding: 28px;
}

.policy p {
	font-size: 140%;
}

.keimaki01 {
	margin: 1em;
	padding: 1em;
	border: 2px solid #ccc;
}

.keimaki01 p {
	padding-left: 1em;
	text-indent: -1em;
}

.keimaki02 {
	padding: 0 1em;
	border: 2px solid #09F;
}

.about_box {
	padding: 28px 28px 28px 28px;
}

.about_box h3 {
	font-size: 150%;
	border-left: 5px solid #09F;
	padding: 4px 5px 2px 5px;
	background-color: #E7F7FF;
}

.about_box p {
	font-size: 140%;
	line-height: 1.8;
}

.annai_box {
	padding: 0 28px 28px 28px;
}

.annai_box p {
	font-size: 140%;
	line-height: 1.8;
}

.annai_box p img {
	vertical-align: top;
}

.annai_box h3 {
	text-align: center;
	font-size: 180%;
	margin-top: 30px;
}

.annai_box h3:before {
	content: "■■■ ";
	color: #009;
}
.annai_box h3:after {
	content: " ■■■";
	color: #009;
}
.annai_box h4 {
	margin-left: 1em;
	margin-top: 1em;
	font-size: 150%;
}

.annai_box h4 span {
	font-size: 110%;
	color: #C00;
}

.annai_box h5 {
	font-size: 150%;
	border-left: 4px solid #009;
	padding: 3px 3px 3px 6px;
}

.annai_box h5.red_bar {
	border-left: 4px solid #F00;
}

.sage1 { 
	margin-left:1em;
	text-indent: -1em;
}

.red {
	color: #f00;
}

.capbox1 {
	margin-top: 10px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	line-height: 2;
}

.capbox1 img {
	border: 1px solid #ccc;
}



/***********************************************************

ページトップへボタン

***********************************************************/

#pageTop {
  position: fixed;
  bottom: 120px;
  right: 0px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 6px 0;
  border-radius: 5px 0 0 5px;
  width: 40px;
  height: 100px;
  background-color: #006;
  color: #fff;
  border:1px solid #1B1C80;
  font-size: 140%;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  color: #006;
  background-color: #B2E1F9;
}
