body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#page #headmenu ul {
padding-top:0px !important;
}
#google_translate_element {
float: right;
margin:5px 10px 5px 0px;
}

#css-slider {
	width: 900px;
	height: 330px;
	overflow: hidden;
}

/* 画面上部の帯 */
#top_belt { 
max-width:660px;height:15px;background:#666;margin:0 auto; 
}
/*スライダー全体のコンテナー*/
#stage {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1,#r2,#r3,#r4,#r5,#back1,#back2,#back3,#back4,#back5,#next1,#next2,#next3,#next4,#next5 {
  display: none;
}
/* 表示切換えボタンと表示位置 */
.circ img {
  position: absolute;
  bottom:2.5%;
  cursor: pointer;
}
#lb1 img { left: 40%;width:15px; }
#lb2 img { left: 43%;width:15px; }
#lb3 img { left: 46%;width:15px; }
#lb4 img { left: 49%;width:15px; }
#lb5 img { left: 52%;width:15px; }
/* 左右送りボタン */
.pb, .nb { color:#fff;font-weight:bold; font-size:26px;display:block;position:absolute;top:45%;/*z-index:200;pointer-events:auto;*/}
.pb { left:0%; }
.nb { left:96%; }
.pb:hover, .nb:hover { color:orange; cursor:pointer; }
/* stageが初期サイズ以下のなったときのサイズ */
@media screen and (max-width: 660px) { .pb, .nb { font-size:18px; } }
/*全表示スライドのコンテナー*/
#photos {
  position: absolute;
  width:100%;
  height:90%; /*100%;*/
  left: 4.55%;
  opacity:0;
  /*pointer-events: none;*/
  animation:flowSlides 40s infinite;
}
/* 個々のスライド・現スライド標示ボタン */
.pic {
  position: absolute;
  width:100%;
  height:100%;
}
.pic img:nth-child(1) { width: 100% }
.pic img:nth-child(2) { width:3%; bottom:-8.5%; /*2.5%;*/ }

/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1 { left: 0; }
#photo2 { left: 900px; }
#photo3 { left: 1800px; }
#photo4 { left: 2700px; }
#photo5 { left: 3600px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1 img:nth-child(2) { position:absolute;left:40%;width:15px; }
#photo2 img:nth-child(2) { position:absolute;left:43%;width:15px; }
#photo3 img:nth-child(2) { position:absolute;left:46%;width:15px; }
#photo4 img:nth-child(2) { position:absolute;left:49%;width:15px; }
#photo5 img:nth-child(2) { position:absolute;left:52%;width:15px; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1:checked ~ #photos { animation:flowSlides1 40s infinite; animation-delay: 0s; }
#r2:checked ~ #photos { animation:flowSlides2 40s infinite; animation-delay:-8s; }
#r3:checked ~ #photos { animation:flowSlides3 40s infinite; animation-delay:-16s; }
#r4:checked ~ #photos { animation:flowSlides4 40s infinite; animation-delay:-24s; }
#r5:checked ~ #photos { animation:flowSlides5 40s infinite; animation-delay:-32s; }
/* 左右送りボタン */
#back1:checked ~ #photos { animation:flowSlides5 40s infinite; animation-delay:-32s; }
#back2:checked ~ #photos { animation:flowSlides1 40s infinite; animation-delay: 0s; }
#back3:checked ~ #photos { animation:flowSlides2 40s infinite; animation-delay:-8s; }
#back4:checked ~ #photos { animation:flowSlides3 40s infinite; animation-delay:-16s; }
#back5:checked ~ #photos { animation:flowSlides4 40s infinite; animation-delay:-24s; }
#next1:checked ~ #photos { animation:flowSlides2 40s infinite; animation-delay:-8s; }
#next2:checked ~ #photos { animation:flowSlides3 40s infinite; animation-delay:-16s; }
#next3:checked ~ #photos { animation:flowSlides4 40s infinite; animation-delay:-24s; }
#next4:checked ~ #photos { animation:flowSlides5 40s infinite; animation-delay:-32s; }
#next5:checked ~ #photos { animation:flowSlides1 40s infinite; animation-delay: 0s; }
/* 初期スライドショー */
@keyframes flowSlides {
  0% { left:0px; opacity:0; }
  2% { left:0px; opacity:1; }
  18% { left:0px; opacity:1; }
  20% { left:0px; opacity:0; }
  20.01% { left:-900px; opacity:0; }
  22% { left:-900px; opacity:1; }
  38% { left:-900px; opacity:1; }
  40% { left:-900px; opacity:0; }
  40.01% { left:-1800px; opacity:0; }
  42% { left:-1800px; opacity:1; }
  58% { left:-1800px; opacity:1; }
  60% { left:-1800px; opacity:0; }
  60.01% { left:-2700px; opacity:0; }
  62% { left:-2700px; opacity:1; }
  78% { left:-2700px; opacity:1; }
  80% { left:-2700px; opacity:0; }
  80.01% { left:-3600px; opacity:0; }
  82% { left:-3600px; opacity:1; }
  98% { left:-3600px; opacity:1; }
  100% { left:-3600px; opacity:0; }
}
/* 各スライド向けスライドショー */
@keyframes flowSlides1 {
  0% { left:0px; opacity:0; }
  2% { left:0px; opacity:1; }
  18% { left:0px; opacity:1; }
  20% { left:0px; opacity:0; }
  20.01% { left:-900px; opacity:0; }
  22% { left:-900px; opacity:1; }
  38% { left:-900px; opacity:1; }
  40% { left:-900px; opacity:0; }
  40.01% { left:-1800px; opacity:0; }
  42% { left:-1800px; opacity:1; }
  58% { left:-1800px; opacity:1; }
  60% { left:-1800px; opacity:0; }
  60.01% { left:-2700px; opacity:0; }
  62% { left:-2700px; opacity:1; }
  78% { left:-2700px; opacity:1; }
  80% { left:-2700px; opacity:0; }
  80.01% { left:-3600px; opacity:0; }
  82% { left:-3600px; opacity:1; }
  98% { left:-3600px; opacity:1; }
  100% { left:-3600px; opacity:0; }
}
@keyframes flowSlides2 {
  0% { left:0px; opacity:0; }
  2% { left:0px; opacity:1; }
  18% { left:0px; opacity:1; }
  20% { left:0px; opacity:0; }
  20.01% { left:-900px; opacity:0; }
  22% { left:-900px; opacity:1; }
  38% { left:-900px; opacity:1; }
  40% { left:-900px; opacity:0; }
  40.01% { left:-1800px; opacity:0; }
  42% { left:-1800px; opacity:1; }
  58% { left:-1800px; opacity:1; }
  60% { left:-1800px; opacity:0; }
  60.01% { left:-2700px; opacity:0; }
  62% { left:-2700px; opacity:1; }
  78% { left:-2700px; opacity:1; }
  80% { left:-2700px; opacity:0; }
  80.01% { left:-3600px; opacity:0; }
  82% { left:-3600px; opacity:1; }
  98% { left:-3600px; opacity:1; }
  100% { left:-3600px; opacity:0; }
}
@keyframes flowSlides3 {
  0% { left:0px; opacity:0; }
  2% { left:0px; opacity:1; }
  18% { left:0px; opacity:1; }
  20% { left:0px; opacity:0; }
  20.01% { left:-900px; opacity:0; }
  22% { left:-900px; opacity:1; }
  38% { left:-900px; opacity:1; }
  40% { left:-900px; opacity:0; }
  40.01% { left:-1800px; opacity:0; }
  42% { left:-1800px; opacity:1; }
  58% { left:-1800px; opacity:1; }
  60% { left:-1800px; opacity:0; }
  60.01% { left:-2700px; opacity:0; }
  62% { left:-2700px; opacity:1; }
  78% { left:-2700px; opacity:1; }
  80% { left:-2700px; opacity:0; }
  80.01% { left:-3600px; opacity:0; }
  82% { left:-3600px; opacity:1; }
  98% { left:-3600px; opacity:1; }
  100% { left:-3600px; opacity:0; }
}
@keyframes flowSlides4 {
  0% { left:0px; opacity:0; }
  2% { left:0px; opacity:1; }
  18% { left:0px; opacity:1; }
  20% { left:0px; opacity:0; }
  20.01% { left:-900px; opacity:0; }
  22% { left:-900px; opacity:1; }
  38% { left:-900px; opacity:1; }
  40% { left:-900px; opacity:0; }
  40.01% { left:-1800px; opacity:0; }
  42% { left:-1800px; opacity:1; }
  58% { left:-1800px; opacity:1; }
  60% { left:-1800px; opacity:0; }
  60.01% { left:-2700px; opacity:0; }
  62% { left:-2700px; opacity:1; }
  78% { left:-2700px; opacity:1; }
  80% { left:-2700px; opacity:0; }
  80.01% { left:-3600px; opacity:0; }
  82% { left:-3600px; opacity:1; }
  98% { left:-3600px; opacity:1; }
  100% { left:-3600px; opacity:0; }
}
@keyframes flowSlides5 {
  0% { left:0px; opacity:0; }
  2% { left:0px; opacity:1; }
  18% { left:0px; opacity:1; }
  20% { left:0px; opacity:0; }
  20.01% { left:-900px; opacity:0; }
  22% { left:-900px; opacity:1; }
  38% { left:-900px; opacity:1; }
  40% { left:-900px; opacity:0; }
  40.01% { left:-1800px; opacity:0; }
  42% { left:-1800px; opacity:1; }
  58% { left:-1800px; opacity:1; }
  60% { left:-1800px; opacity:0; }
  60.01% { left:-2700px; opacity:0; }
  62% { left:-2700px; opacity:1; }
  78% { left:-2700px; opacity:1; }
  80% { left:-2700px; opacity:0; }
  80.01% { left:-3600px; opacity:0; }
  82% { left:-3600px; opacity:1; }
  98% { left:-3600px; opacity:1; }
  100% { left:-3600px; opacity:0; }
}

.slide-item {
	width: 900px;
	height: 300px;
	float: left;
	position: relative;
}


.slider-wrapper {
	width: 500%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: slider 40s infinite;
}

@keyframes slider {
  0% { transform: translateX(0); }
  20% { transform: translateX(-900px); }
  40% { transform: translateX(-1800px); }
60% { transform: translateX(-2700px); }
80% { transform: translateX(-3600px); }
  100% { transform: translateX(0); }
}

.m_b20 {
margin-bottom:20px;
}
.m_b10 {
margin-bottom:10px;
}
.sns td {
vertical-align: top;}
.sns h4 {
text-align: center;
color: #fff;
padding: 10px;
font-size: 18px;
margin-bottom:30px;
}
.facebook {
background: #3b5998;
}
.twitter {
background: #55acee;
}
.sns_link {
float:right;
width:130px;
margin:5px 0 10px 0px;
}
a:link {
	color: #413610;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #76621D;
}
a:hover {
	text-decoration: none;
	color: #3E330F;
}
a:active {
	text-decoration: underline;
	color: #3E330F;
}
.menu_list a {
text-decoration:none;}
.menu_list ul li {
padding: 5px 5px 5px 15px!important;
background:#F1E6C6;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #c6c6c6;
margin: 0px;
}
.menu_list td {
padding: 5px 0px 5px 10px!important;
background-color: rgba(255, 255, 255, .9);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #c6c6c6;
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 90%;
	color: #333;
	background-color: #FFF;
	overflow: hidden;
	display: block;
	text-align: left;
}


#container #headmenu h1 a{
	height: 60px;
	width: 180px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-indent: -999999px;
	list-style-type: none;
}

#container #headmenu h1 {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 180px;
	overflow: hidden;
	float: left;
	display: block;
	
	}
#headmenu p {
	width: 420px;
	float: right;
	display: block;
	text-align: right;
	margin: 0px;
	padding-bottom: 10px;
padding-top:6px;
	padding-right: 15px;
	padding-left: 0px;
	font-size: 87%;
height:20px;
line-height: 1.1;
}

img { border:none;}

#headmenu ul {
	width: 670px;
	float: right;
	height: 20px;
	display: block;
	text-align: right;
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#headmenu ul li {
	display: inline;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: disc;
}
#headmenu li  a:link {
	color: #585858;
	text-decoration: none;
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#headmenu li  a:visited {
	color: #585858;
	text-decoration: none;
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#headmenu li  a:hover {
	color: #3E330F;	
	text-decoration: none;
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#headmenu li  a:active {
	color: #3E330F;	
	text-decoration: none;
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/*a~??a~??a~?\a~?1/4e`?1/2a*? */
#mainmenu {
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}

.menu_list ul {
	margin: 0px;
	padding: 0px;
	width: 234px;
	list-style-type: none;
}
.menu_list ul li {
	padding: 0px;
	width: 234px;
	list-style-type: none;
	display: block;
	margin: 0px;
}
.menu_list ul li ul {
	margin: 0px;
	padding: 0px;
	width: 234px;
	list-style-type: none;
}
.menu_list ul li ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	height: 24px;
	width: 234px;
	display: block;
}
#content {
	width: 900px;
	position: absolute;
	z-index: 5;
	margin: 0px;
	padding: 0px;
}
#homeflash {
	height: 330px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	top: 60px;
	position:absolute;
	visibility: visible;
}
.search {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.searchbtn {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/btn_search.gif);
	height: 23px;
	width: 40px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
}
.searchtext {
	width: 150px;
	padding: 3px;
	margin-bottom: 3px;
}


#page .searchtext {
	width: 160px;
	padding: 3px;
	margin-bottom: 3px;
}
#page .searchbtn {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: inline;
}
.sidecontents .custom1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.sidecontents .side {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}

.pagemore {
	font-size: 86%;
	color: #666666;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sideRss .left {
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
#sideRss {
	padding: 0px;
	width: 160px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
}
#sideRss .right .rss_list {
	margin-bottom: 5px;
	font-size: 86%;
}
.custom2, .custom3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
	overflow: hidden;
	display: block;
}
#homemain {
	width: 440px;
	padding: 0px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#sideR {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 200px;
	overflow: hidden;
}
#sideR2 {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 234px;
	overflow: hidden;
}
#side {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 234px;
	overflow: hidden;
        border-top: solid 1px #c6c6c6;
}
#whatsnew {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#whatsnew ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#whatsnew li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 100%;
}
.dayinfo {
	color: #999999;
	font-size: 90%;
	margin-top: 3px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#picupitem .rss_list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 160%;
}
#picupitem .rss_list img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#ranking img {
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#ranking {
	font-size: 80%;
	line-height: 120%;
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_rank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}
#ranking .rss_list {
	clear: both;
	margin-bottom: 10px;
	height: 100px;
	padding-left: 35px;
	padding-bottom: 5px;
}

#footer em {
	font-style: normal;
}
#footer .copyright {
	text-align: center;
}


/* contents */
#blog {
	float: left;
	width: 645px;
	overflow: hidden;
}
#page #container #headmenu {
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#pageimg {
	margin: 0px;
	padding: 0px;
	width: 900px;
}


#page #sideRss .left {
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
#page #sideRss {
	padding: 0px;
	width: 234px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page #sideRss .right .rss_list {
	margin-bottom: 5px;
	font-size: 86%;
	margin-left: 80px;
}
.topickpath {
	font-size: 90%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	color: #666;
}

.blogbody {
	display: block;
	padding: 0px;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
.blogbody .posted {
	font-size: 80%;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	color: #999;
}
#blog .menu {
	font-size: 90%;
	color: #999;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.pagetop {
	font-size: 90%;
	color: #999;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.main {
	display: block;
	padding: 0px;
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	font-size: 90%;
	line-height: 150%;
}
.acontinues {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: right;
}

/* main */
#container #headmenu {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_h_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 398px;
	width: 900px;
}
.sidetitle {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_main.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 3px;
	font-size: 90%;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 3px;
	font-weight: bold;
}
#blog h2 {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_main.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 100%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#homemain h2 {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_main.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	clear: both;
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_f_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 90%;
	line-height: 110%;
}

/* a*??a*?\a~??a~?1/4a~??c,?¨ */
.whats_awamori {
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	padding-bottom: 10px;
}
#pagemenu {
	display: block;
	padding: 0px;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 90%;
}
#blog h3 {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_main.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 100%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#awamoriprocess h3 {
	font-size: 90%;
	color: #996600;
}
.pink {
	font-size: 90%;
	font-weight: bold;
	color: #FF6666;
	display: inline;
	margin-bottom: 10px;
	margin-left: 10px;
}
.answer {
	margin-left: 10px;
	font-size: 90%;
	line-height: 150%;
}
.img_center {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	display: block;
}
.imgM10 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline;
}
.imgM20 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
}
.imgL20 {
	padding: 0px;
	margin-left: 20px;
	display: inline;
}
.pagemore {
	font-size: 90%;
	color: #666666;
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.menu{
	color:#000;
	font-size:88%;
	text-align:right;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}
.list {
	line-height: 150%;
	font-size: 90%;
	padding-left: 30px;
}
.whats_awamori .list li {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0px;
	margin-bottom: 7px;
	font-size: 100%;
}
#awamoriprocess li {
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
.photoBox {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 100%;
}
.photoBoxR30 {
	float: left;
	display: block;
	margin-left: 30px;
	padding: 0px;
	font-size: 90%;
	line-height: 100%;
}
.photoBox180{
	display: block;
	margin-bottom: 15px;
	width: 180px;
	text-align: left;
	margin-right: 20px;
	float: left;
}
.photoBox300 {
	display: block;
	width: 300px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
.photoBox400 {
	display: block;
	width: 400px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
.txtboxR20 {
	float: left;
	display: block;
	margin-right: 20px;
	padding: 0px;
}
.txtboxL20 {
	float: left;
	display: block;
	margin-left: 20px;
	padding: 0px;
}
.txtbox500 {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_comlogo_s.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	display: block;
	padding: 0px;
	clear: both;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bg_yellow {
	margin-bottom: 15px;
	padding-top: 8px;
	padding-left: 20px;
	background-color: #FFFFCC;
	display: block;
	float: left;
	height: 100px;
	width: 600px;
}
#award .titleline {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/title_award.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 8px;
	color: #663300;
	margin-bottom: 10px;
}
#company {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_companylogo.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
#company .titleline {
	background-image: url(https://img04.ti-da.net/usr/awamoriweb/title_award.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 8px;
	color: #663300;
	margin-bottom: 10px;
}
#company table {
	width: 500px;
	text-align: left;
	display: block;
	margin-left: 30px;
	border-collapse:collapse;
}
#company tr {
	margin: 0px;
	padding: 0px;
}
#company th {
	margin: 0px;
	width: 80px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#company td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#factoryinfo {
	width: 380px;
	margin-left: 20px;
}
#factoryinfo th {
	width: 70px;
	background-color: #F1E6C6;
	padding: 3px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
#factoryinfo td {
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}

.photoL {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.shopbnr {
	margin-bottom: 5px;
}

.home2bnr .shopbnr {
	margin-bottom: 15px;
	display: inline;
	margin-left: 1px;
}
.home2bnr .shopbnr img {
width:216px!important;}

/* pageimg (S) */
/* braun 153742 */
.page153742 #container #headmenu {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_h_kusu.jpg);}
.page153742 .sidetitle {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_kusu.jpg);}
.page153742 #blog h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_kusu.jpg);}
.page153742 #homemain h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_kusu.jpg);}
.page153742 #footer {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_f_kusu.jpg);}
/* masahiro 153743 */
.page153743 #container #headmenu {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_h_masahiro.jpg);}
.page153743 .sidetitle {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_masahiro.jpg);}
.page153743 #blog h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_masahiro.jpg);}
.page153743 #homemain h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_masahiro.jpg);}
.page153743 #footer {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_f_masahiro.jpg);}
/* umi 153744 */
.page153744 #container #headmenu {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_h_umi.jpg);}
.page153744 .sidetitle {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_umi.jpg);}
.page153744 #blog h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_umi.jpg);}
.page153744 #homemain h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_umi.jpg);}
.page153744 #footer {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_f_umi.jpg);}
/* hana 153745 */
.page153745 #container #headmenu {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_h_hana.jpg);}
.page153745 .sidetitle {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_hana.jpg);}
.page153745 #blog h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_hana.jpg);}
.page153745 #homemain h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_hana.jpg);}
.page153745 #footer {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_f_hana.jpg);}

/* simauta 153746 */
.page153746 #container #headmenu {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_h_simauta.jpg);}
.page153746 .sidetitle {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_simauta.jpg);}
.page153746 #blog h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_simauta.jpg);}
.page153746 #homemain h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_simauta.jpg);}
.page153746 #footer {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_f_simauta.jpg);}

/* simauta 153748 */
.page153748 #container #headmenu {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_h_moromisu.jpg);}
.page153748 .sidetitle {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_moromisu.jpg);}
.page153748 #blog h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_moromisu.jpg);}
.page153748 #homemain h2 {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_t_moromisu.jpg);}
.page153748 #footer {background-image: url(https://img04.ti-da.net/usr/awamoriweb/bg_f_moromisu.jpg);}
/* pageing (E) */

/* pagecolor (S) */
/* green*/
.font153743{color:#FFF;}
#page153743 .sidetitle {color:#FFF;}
#page153743 #blog h2 {color:#FFF;}
#hl153743 li a:link {color: #F0E6C5;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_green.gif);}
#hl153743 li a:visited {color: #F0E6C5;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_green.gif);}
#hl153743 li a:hover {color: #D0AB00;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_green_on.gif);}
#hl153743 li a:active {color: #D0AB00;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_green_on.gif);}

/* braun*/
.font153742{color:#FFF;}
#page153742 .sidetitle {color:#FFF;}
#page153742 #blog h2 {color:#FFF;}
#hl153742 li a:link {color: #F0E6C5;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_braun.gif);}
#hl153742 li a:visited {color: #F0E6C5;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_braun.gif);}
#hl153742 li a:hover {color: #D0AB00;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_braun_on.gif);}
#hl153742 li a:active {color: #D0AB00;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_braun_on.gif);}

/* red*/
.font153748{color:#FFF;}
#page153748 .sidetitle {color:#FFF;}
#page153748 #blog h2 {color:#FFF;}
#hl153748 li a:link {color: #F0E6C5;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_red.gif);}
#hl153748 li a:visited {color: #F0E6C5;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_red.gif);}
#hl153748 li a:hover {color: #D0AB00;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_red_on.gif);}
#hl153748 li a:active {color: #D0AB00;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_red_on.gif);}

/* blue*/
.font153744{color:#FFF;}
#page153744 .sidetitle {color:#FFF;}
#page153744 #blog h2 {color:#FFF;}
#hl153744 li a:link {color: #F0E6C5;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_blue.gif);}
#hl153744 li a:visited {color: #F0E6C5;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_blue.gif);}
#hl153744 li a:hover {color: #D0AB00;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_blue_on.gif);}
#hl153744 li a:active {color: #D0AB00;background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_blue_on.gif);}

/* rblue*/
#hl153745 li a:link {background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_rblue.gif);}
#hl153745 li a:visited {background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_rblue.gif);}
#hl153745 li a:hover {background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_rblue_on.gif);}
#hl153745 li a:active {background-image: url(https://img04.ti-da.net/usr/awamoriweb/icon_headlink_rblue_on.gif);}
/* pagecolor (E) */

.bnrimg {
	margin-bottom: 5px;
}
.tag_list{
display: none;
}
#blogtopic {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#blogtopic .rss_list {
font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}



/* リンクの透過性 */
a img.linkimg{
background:none!important;
} 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/* SNS ボタン */
.align_c {
text-align: center !important;
}

/* ｈｒ ID 空白にする */
.space{
  background-color: transparent;
}

/*  ボタン  ｂｔｎ*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #0d9c00;/*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

  /*YouTube*/
.youtube iframe{
  width: 100%;
  text-align: center;
}
  /*FaceBook*/
.fb-page {
  width: 100%;
  text-align: center;
}
