/* 全体 */

body,
div,object,
h1,h2,h3,h4,h5,h6,
u,i,a,p,strong,sub,sup,
dl,dt,dd,ol,ul,li,
form,table,th,tr,td,select,input,textarea {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

img {
	vertical-align: bottom;
	float: left;
	margin: 5px;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 3px 0px 3px 10px;
	clear:both;
}

strong {
	font-weight: bold;
	color: #006;
}


/* 基本構造 */

body {
	background-color: #FFF;
}

#box {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
}

#header {
	float: left;
	width: 100%;
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

* html #header {
	float: left;
	width: 940px;
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#footer {
	clear: both;
	float: left;
	width: 940px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#main {
	float: left;
	clear: both;
	width: 100%;
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#contents {
	float: left;
	background: #FFF;
	width: 900px;
	margin: 5px 5px 5px 10px;
	padding: 5px;
}

* html #contents {
	float: left;
	background: #FFF;
	width: 900px;
	margin: 0;
	padding: 5px 10px 5px 5px;
}

#info {
	float: right;
	background: #FFF;
	width: 220px;
	font-size: small;
	color: #333;
	padding: 5px;
	margin: 15px 10px 5px 5px;
	border: 1px solid #999;
}

/* メニュー関連 */
#main-menu {
	clear: both;
	float: left;
	width: 930px;
	margin-top: 6px;
	margin-bottom:5px;
	margin-left:3px;
	background-image: url(./images/navi.gif);
}

#main-menu li { float: left; height: 38px;}
#main-menu li a {
	background-image: url(./images/navi.gif);
	float: left;
	height: 38px;
	text-indent: -9999px;
	display:block;
	overflow: hidden;
}

/* ボタン */
#main-menu li.top { width: 103px; background-position: 0 0; }
#main-menu li.wnew { width: 103px; background-position: -103px 0; }
#main-menu li.item { width: 103px; background-position: -206px 0; }
#main-menu li.profile { width: 103px; background-position: -309px 0; }
#main-menu li.shop { width: 103px; background-position: -412px 0; }
#main-menu li.net { width: 103px; background-position: -515px 0; }
#main-menu li.eanna { width: 103px; background-position: -618px 0; }
#main-menu li.inquiry { width: 103px; background-position: -721px 0; }
#main-menu li.eng { width: 106px; background-position: -824px 0; }

#main-menu li.top a { width: 103px; background-position: 0 0; }
#main-menu li.wnew a { width: 103px; background-position: -103px 0; }
#main-menu li.item a { width: 103px; background-position: -206px 0; }
#main-menu li.profile a { width: 103px; background-position: -309px 0; }
#main-menu li.shop a { width: 103px; background-position: -412px 0; }
#main-menu li.net a { width: 103px; background-position: -515px 0; }
#main-menu li.eanna a { width: 103px; background-position: -618px 0; }
#main-menu li.inquiry a { width: 103px; background-position: -721px 0; }
#main-menu li.eng a { width: 106px; background-position: -824px 0; }

/* マウスオーバー時 */
#main-menu li.top a:hover { width: 103px; background-position: 0 -38px; }
#main-menu li.wnew a:hover { width: 103px; background-position: -103px -38px; }
#main-menu li.item a:hover { width: 103px; background-position: -206px -38px; }
#main-menu li.profile a:hover { width: 103px; background-position: -309px -38px; }
#main-menu li.shop a:hover { width: 103px; background-position: -412px -38px; }
#main-menu li.net a:hover { width: 103px; background-position: -515px -38px; }
#main-menu li.eanna a:hover { width: 103px; background-position: -618px -38px; }
#main-menu li.inquiry a:hover { width: 103px; background-position: -721px -38px; }
#main-menu li.eng a:hover { width: 106px; background-position: -824px -38px; }

/* 押した時 */
#main-menu li.top a:active { width: 103px; background-position: 0 -76px; }
#main-menu li.wnew a:active { width: 103px; background-position: -103px -76px; }
#main-menu li.item a:active { width: 103px; background-position: -206px -76px; }
#main-menu li.profile a:active { width: 103px; background-position: -309px -76px; }
#main-menu li.shop a:active { width: 103px; background-position: -412px -76px; }
#main-menu li.net a:active { width: 103px; background-position: -515px -76px; }
#main-menu li.eanna a:active { width: 103px; background-position: -618px -76px; }
#main-menu li.inquiry a:active { width: 103px; background-position: -721px -76px; }
#main-menu li.eng a:active { width: 106px; background-position: -824px -76px; }

/*共通設定*/

.caution {
	font-size: small;
	color: #C00;
	padding: 5px;
}

.teisei{
	color:#C00;
	font-weight:bold;
}

.midori{
	border-top: 1px dotted #393;
	width:60%;
	padding:5px;
}

dt { 
	font-weight:bold;
	padding-top:6px;
	padding-bottom:2px;
}

/*ヘッダ設定*/

#header h1 {
	background-image: url(./images/head-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	width: 940px;
	height: 100px;
	font-size: medium;
	color: #666;
}

/*フッタ設定*/

#footer h3 {
	font-size: small;
	text-align: left;
	border-bottom: 1px dotted #666;
	padding: 2px 5px 2px 10px;
	margin: 0;
}

#footer #site-info {
	clear: both;
	float: left;
	width: 430px;
	margin-top: 10px;
	margin-left: 10px;
	border-left: 10px solid #CCC;
}

#footer #site-info li {
	margin: 3px 2px 10px 10px;
	font-size: small;
}

#footer #links {
	float: right;
	border-left: 10px solid #CCC;
	width:420px;
	margin: 10px;
}

#footer #links img { margin: 5px 0px 2px 5px;} 

#footer address {
	font-size: 12px;
	padding-bottom:10px;
}

/*本文設定*/

#contents h2 {
	font-size: medium;
	background: url(images/h1.jpg) no-repeat;
	height:34px;
	margin-top: 10px;
	color: #333;
	margin-bottom: 5px;
	padding: 8px 0px 5px 20px;
	clear: both;
}

#contents h3 {
	font-size: medium;
	background: url(images/h1.jpg) no-repeat;
	height:34px;
	margin-top: 10px;
	color: #333;
	margin-bottom: 5px;
	padding: 8px 0px 5px 20px;
	clear: both;
}

#contents .photo img {
	margin: 2px 4px;
	padding: 0;
}

#contents .photo td {
	margin: 0;
	padding: 0;
	vertical-align:top;
}

#contents .reader {
	font-size: small;
	border-top: 1px dotted #333;
	padding: 5px;
}

#contents p {
	clear: both;
	margin: 5px 5px;
}

#fla{
	clear: both;
	margin: 0px 0px 12px 0px;
}

/*トップページ*/
#contents #left-box{
	float:left;
	clear: both;
}
#contents #right-box{
	float:right;
}


#contents #center-box{
	float:left;
}

#contents .left-cnt{
	float: left;
	clear: both;
	width: 170px;
	margin: 1px;
	padding: 1px;
	border: 1px #CCC solid;
}

#contents .left-cnt h4 {
	background: url(images/h4.jpg) no-repeat;
	font-weight:bold;
	color: #333;
	height:34px;
	margin: 0px;
	padding: 6px 1px 1px 20px;
}

#contents .center-cnt{
	float:left;
	clear: both;
	width: 520px;
	margin: 1px;
	padding: 1px;
	border: 1px #CCC solid;
}

#contents .center-cnt h4 {
	background: url(images/h4.jpg) no-repeat;
	color: #333;
	font-weight:bold;
	height:34px;
	margin: 0px;
	padding: 6px 1px 1px 20px;
}

#contents .right-cnt{
	float: left;
	clear: both;
	width: 190px;
	margin: 1px;
	padding: 1px;
	border: 1px #CCC solid;
}

#contents .right-cnt h4 {
	background: url(images/h4.jpg) no-repeat;
	color: #333;
	font-weight:bold;
	height:34px;
	margin: 0px;
	padding: 6px 1px 1px 20px;
}


#contents ul{
	list-style: disc inside;
	margin:1px;
	padding-left:10px;
}

#contents .cnt-blk{
	width:100%;
	border:#333 dotted 1px;
	margin-bottom:10px;
}

.com-left {
	clear:both;
	float:left;
	width:310px;
	margin:5px 0px 0px 0px;
	padding:0px;
}
.com-right {
	float:right;
	width:580px;
	margin:5px 0px 0px 0px;
	padding:0px;
}

.com-left img{
	margin:0px;
	padding:0px;
}
.com-right img{
	margin:0px;
	padding:0px;
}

.com-box{
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
}
#midori{
	clear: both;
	float:left;
	margin: 10px 0px 10px 0px;
}

#midori img{
	margin:0px;
	padding:0px;
}

#contents .pop-box{
	float:left;
	margin: 10px 10px 10px 0px;
	padding:5px;
	border:#333 dotted 1px;
}

#contents .pop{
	float:left;
	margin: 10px 10px 10px 0px;
	padding:5px;
}

/*店舗紹介関連*/

#shop-info {
	float: left;
	clear: both;
	background: #FFF;
	width: 400px;
	color: #333;
	padding: 5px;
	margin: 5px;
}

#shop-image{
	float: right;
	background: #FFF;
	width: 450px;
	color: #333;
	padding: 5px;
	margin: 5px;
}

#contents #map_canvas{
	clear:both;
	margin:10px 10px 10px 40px;
}

#contents .shop-btn img {
	margin: 10px 5px;
}

/*商品紹介*/
#contents .aquafoam td {
	width: 200px;
	font-size: small;
	padding: 3px 3px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

/*会社概要関連*/
#contents .profile th {
	width: 6em;
	font-weight: normal;
	padding: 5px 5px;
	border-left: 5px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

#contents .profile td {
	padding: 5px 5px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

#contents .history th {
	width: 9em;
	font-weight: normal;
	font-size: small;
	padding: 3px 3px;
	border-left: 5px solid #666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}
#contents .history td {
	font-size: small;
	padding: 3px 3px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

#contents .pri th {
	width: 9em;
	background-color:#CCC;
	font-weight: normal;
	font-size: small;
	padding: 3px 3px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

#contents .pri td {
	font-size: small;
	padding: 3px 3px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

#contents .sig {
	padding: 3px 3px;
	text-align:right;
}

/*フォーム*/
#contents .form-table th {
	width: 14em;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px;
	border-left: 5px solid #666;
	border-bottom: 1px solid #333;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

#contents .form-table td {
	padding: 5px 5px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #333;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

#contents .form-style {
	border: none;
	border: 1px dotted #333;
	background-color: #FFF;
	padding: 3px 2px;
}
#contents .form-style:focus {
	color: #000;
	border-bottom: 1px solid #333;
	background-color: #fff;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(./images/mark01.gif);
}

#contents .form-btn {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #333;
	background-color: #CCC;
	padding: 5px;
}


/*新アクア紹介*/
#contents #new-aqua h2 {
	background:none;
	color:#333;
	font-size:large;
	font-weight:bold;
	border-bottom:2px dotted #333;
}

#contents #new-aqua h3 {
	background:none;
	color:#090;
	font-weight:bold;
	border-left:5px solid #090;
	border-bottom:1px solid #090;
}

#contents #new-aqua #aqua-head {
	background:#84C0E9;
	text-align:center;
}

#contents #new-aqua #aqua-head p{
	background:#84C0E9;
	color:#0058AC;
	padding-bottom:20px;
	font-size:large;
}

#contents #new-aqua .aqua-box{
	clear: both;
	background: #FFF;
	width: 100%;
	color: #333;
	padding: px;
	margin: 0px;
}

#contents #new-aqua .i-left{
	float: left;
	clear: both;
	background: #FFF;
	width: 420px;
	color: #333;
	padding: 5px;
	margin: 5px;
}

#contents #new-aqua .i-right{
	float: right;
	background: #FFF;
	width: 420px;
	color: #333;
	padding: 5px;
	margin: 5px;
}

#contents #new-aqua .i-line{
	clear:both;
	width:98%;
	border-bottom:1px solid #333;
}

/*リンク設定*/
#info A,
#footer A,
#contents A {
	color: #FF4500;
	text-decoration: none;
	background: none;
}

#info A:link,
#footer A:link,
#contents A:link {
	color: #FF4500;
	text-decoration: none;
	background: none;
}

#info A:link:hover,
#footer A:link:hover,
#contents A:link:hover {
	color: #F00;
	font-weight:bold;
	text-decoration: none;
	background: none;
}

#info A:link:active,
#footer A:link:active,
#contentsA:link:active {
	color: #D00;
	text-decoration: none;
	background: none;
}

#info A:visited,
#footer A:visited,
#contents A:visited {
	color: #FF4500;
	text-decoration: none;
	background: none;
}

#info A:visited:hover,
#footer A:visited:hover,
#contents A:visited:hover {
	color: #F00;
	font-weight:bold;
	text-decoration: none;
	background: none;
}

#info A:visited:active,
#footer A:visited:active,
#contents A:visited:active {
	color: #D00;
	text-decoration: none;
	background: none;
}

/*サイト情報枠　設定*/
#info h3 {
	clear: both;
	background: #999;
	font-size: medium;
	color: #FFF;
	margin-bottom: 5px;
	padding: 2px 10px;
	border-bottom: 2px solid #CCC;
}


.pics {  
    height:  400px;  
    width:   900px;  
    padding: 0;  
    margin-bottom:  20px;  
} 
 
.pics img {
    top:  0; 
    left: 0;
}

.itudemo td{
	text-align:center;
	width:270px;
}

.itudemo-btn img{
	margin-left: 220px;
    margin-bottom:  20px;  
}

/*お問い合わせ20131025　設定*/

.mt20 {
	margin:20px 0 0 ;

}

.pb20 {
	padding:0 0 20px;
}

.pl10 {
	padding:0 0 0 10px ;
	line-height:150%;
}

.inq-red {
	padding:0 0 0 10px ;
	line-height:150%;
	color:#cc0000;
	font-size:14px;
}
#contents .inq-mail-box{
	width:428px;
	margin:0 10px 0 10px;
	border:1px solid #ccc;
	background:url(inquiry_images/inquiry_infobox_bg.gif) repeat-y 170px 0 ;
	float:left;
}

#contents .inq-mail-box dt{
	margin:24px 0 24px 20px;
	padding:0;
	width:150px;
	float:left;
}

#contents .inq-mail-box dt h4.shop{
	margin:0;
	background:none;
	font-weight:bold;
	line-height:150%;
}

#contents .inq-mail-box dt p.shop-a{
	margin:2px 0 0 0;
	padding:0 0 0 20px;
	background:none;
	background:url(inquiry_images/inquiry_shop_a.gif) no-repeat left ;
}

#contents .inq-mail-box dt p.shop-i{
	margin:2px 0 0 0;
	padding:0 0 0 20px;
	background:none;
	background:url(inquiry_images/inquiry_shop_i.gif) no-repeat left ;
}

#contents .inq-mail-box dd{
	margin:20px 0 0 0;
	padding: 0;
	width:242px;
	float:right;
}

#contents .inq-mail-box dd.mail-s a{
	background-image:url(inquiry_images/inquiry_mail_ban_s.jpg);
	width:227px;
	height:32px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}

#contents .inq-mail-box dd.mail-s a:hover{
	background-position:-227px 0;
}

#contents .inq-mail-box dd p{
	margin:5px 0 0 2px;
	padding:0;
	font-size:12px;
}


#contents .inq-mail-box dd.mail-l a{
	background-image:url(inquiry_images/inquiry_mail_ban_l.jpg);
	width:227px;
	height:53px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}

#contents .inq-mail-box dd.mail-l a:hover{
	background-position:-227px 0;
}

#contents .inq-mail-box dd.other a{
	background-image:url(inquiry_images/inquiry_other_ban.jpg);
	width:227px;
	height:53px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}

#contents .inq-mail-box dd.other a:hover{
	background-position:-227px 0;
}


#contents .inq-mail-box dd.mail-l a{
	background-image:url(inquiry_images/inquiry_mail_ban_l.jpg);
	width:227px;
	height:53px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}

#contents .inq-mail-box dd.mail-l a:hover{
	background-position:-227px 0;
}

#contents #inq-new{
	margin:20px 0 30px ;
}

#contents #inq-new dt{
	width:250px;
	float:left;
	margin:0 0 0 10px;
}


#contents #inq-new dt a{
	background-image:url(inquiry_images/inquiry_new_ban.jpg);
	width:300px;
	height:53px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}

#contents #inq-new dt a:hover{
	background-position:0 -53px;
}


#contents #inq-new dd{
	margin:12px 0 0;
	width:560px;
	float:right;
	color:#cc0000;
	font-size: 14px;
	line-height:150%;
}

#contents #other-info{
	margin:20px 0 30px 10px;
}
#contents #other-info a{
	background-image:url(inquiry_images/inquiry_otherinfo_ban.jpg);
	width:300px;
	height:53px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}

#contents #other-info a:hover{
	background-position:0 -53px;
}

#contents h4.inq-member{
	margin:20px 0 0 15px;
	background:none;
	font-weight:bold;
	line-height:150%;
}

#contents h4.inq-member span{
	color:#1b68ac;
	font-size:12px;
	padding:0 5px 0 0;
	
}

/*clearfix　追加*/
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 20140501 */
#map-body {
	width:100%;
	margin:0 auto;
}

h1#sogo2014{
	margin:0 auto;
	width:100%;
	background-image:url(sogo_images/mm2017_sp_h1.jpg);
	background-color:#3c2621;
	background-repeat:no-repeat;
	background-position:center;
	background-size:320px;
	height:86px;
	overflow:hidden;
	text-indent:-9999px;
}

/* 2017見本市 map 20170529 */
h1#sogo2017{
	margin:0 auto;
	width:100%;
	background-image:url(sogo_images/mm2017_sp_h1.jpg);
	background-color:#5f183d;
	background-repeat:no-repeat;
	background-position:center;
	background-size:320px;
	height:120px;
	overflow:hidden;
	text-indent:-9999px;
}

small{
	width:100%;
	background-color:#080404;
	color:#fff;
	padding:10px 0;
	font-size:x-small;
	text-align:center;
	position:fixed;
	bottom:0;
}


#map-body #map-menu{
	width:100%;
	margin:0;
	height:50px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83355e), color-stop(51%,#e55b2b), color-stop(100%,#f2835c)); /* グラデーション */
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6); /* ドロップシャドウ */
}

#map-body ul li a{
	width:100%;
	text-align:center;
	display:block;
	padding:12px 0 0;
	color:#fff;
	text-decoration:none;
}


#map-body .google-maps {
padding-bottom: 250px; /*高さは250pxで固定*/
height: 0;
overflow: hidden;
}
#map-body .google-maps iframe {
width: 100% !important;
height: 100% !important;
}

#tabMenu{
	width:100%;
	margin:0;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080404),color-stop(100%,#c11229)); /* グラデーション */
    }
	
#tabMenu .osaka a{
	border-right:1px solid #fff;
	padding:15px 0 15px;

    }
	
#tabMenu .tokyo a{
	padding:15px 0 15px;
    }
	
#tabMenu li{
	float:left;
	width:50%;	
	font-size:large;
}
	
#tabMenu li a{
	text-align:center;
	display:block;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
    }
	
#tabBox1,#tabBox2{
    width:100%;
	margin:0 0 30px;
    }
#tabBox1{
	width:100%;
    }
#tabBox2{
	width:100%;
	display:none;
    }


#tabBox1 dl,#tabBox2 dl{
	width:100%;
	background:#fef3f0;
	margin:0;
	padding:12px 0 8px;
}

#tabBox1 dl dt,#tabBox2 dl dt{
	width:100%;
	color:#080404;
	font-size: large;
	float:left;
	font-weight:bold;
	padding:0 0 5px 10px;
}

#tabBox1 dl dd,#tabBox2 dl dd{
	width:100%;
	color:#080404;
	font-size: medium;
	float:left;
	font-weight:bold;
	line-height:110%;
	padding:0 0 0 10px;
}


#tabBox1 dl dd span,#tabBox2 dl dd span{
	font-size: x-small;
	font-weight:normal;
}
 .sogo-map{
	 width:100%;
	 margin:20px auto;
}
 .sogo-map img{
	 width:100%;
	 margin:0;
}

 .sogo-ad{
	  width:90%;
	 margin:10px auto ;
	 padding:100px 0 0;
	 color:#666;
}
 .map-ban{
	width:80%;
	margin:20px auto;
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c11229),color-stop(100%,#080404)); /* グラデーション */
	
	text-align:center;
	padding:0 0 0 15px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
    }
	
 .map-ban a{
	 display:block;
	 text-decoration:none;
	 color:#fff;
	 	padding:15px 0;
    }


/* 2017見本市 map 20180323 */

/* 画像の高さ ÷ 画像の幅 × 100*/
h1#sogo2018{

	text-indent:-9999px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(sogo_images/mm2018_sp_h1_2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 120px;
    padding-top: 37.5%;
}

.mihonichi-pre{
	margin:5px auto ;
	padding:5px;
	width: 94%;
	font-size: small;
	border: 2px solid #c11229;
}


.mihonichi-pre dt{
	font-size: medium;
	margin: 0 0 5px 0 ;
	color: #c11229;
	font-weight: bold;
}

.mihon-red{
	text-decoration: underline;
	color: #c11229;
}
