/*フラット01 ブラック 右メイン*/

/*共通*/
#wrap {
    background-color: #FFF;
}
body {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
	font-size:14px;
}
a {
    color: #069;
}

/*ヘッダー*/

#title {
    margin: 30px auto 20px;
    padding: 0;
//	width:100%;
    background: url("/materials/168532831719701.png") no-repeat right bottom;
  	height:90px;
	text-align:left;
}
#title_body {
	//	margin-left:140px;
	position:relative;
	display:block;
	
}
#title .description {
    font-size: 13px;
	position:absolute;
	top:0;
	right:0;
	background-image:url(../images/tel.png);
	background-repeat:no-repeat;
	height:90px;
}
#title h1{
	text-indent:-9999px;
	background-repeat:no-repeat;
	
}
#title h1 a {
  	color:#333;
	display:block;
	background-image:url(/materials/0000421699.png);
	background-repeat:no-repeat;
	width:350px;
	height:100px;
}
#title h1 a:hover {
  	color:#3CD;
}

/*メニュー*/
#topMenu {
    position: fixed;
    top: 0px;
}
#topMenu .topMenu li {
    padding: 0;
}
#topMenu .topMenu li a {
    font-size: 14px;
    letter-spacing: 0;
    padding: 24px 0;
    width: 100%;
    color: #FFF;
}
#topMenu .topMenu li a:hover {
   background-color:#666666;
}

/*ぱんくずなし*/
#pankuz {
	display:none;
}
#sideContents {
    margin-top: 0;
}

/*記事見出し*/
#mainArticles h2 {
    border-bottom: 4px solid #333;
    padding: 20px 0;
	color:#333;
}

.mainContents .article h3, #mainTopics h2, #mainServices h2, #listTopics h2, .mainContents div.gallery h3 {
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
	//font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 8px 8px 8px 35px;
	background:url(/materials/0000423707.png) no-repeat center left;
	background-color: #333;
    text-align:left;
}
.mainContents .article h4 {
    font-size: 115%;
    font-weight: bold;
    margin: 0;
    padding: 7px 0 6px 5px;
    background-color: #F3F3F3;
    border-bottom: 1px solid #DDD;
    margin: 20px 0 10px;
}
.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    margin-bottom: 25px;
}

/*記事*/
.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    overflow: visible;
}


/*表*/
table.normalTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    width: 100%;
}
table.normalTbl th {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #333;
    height: auto;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
table.normalTbl td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
//	width:50%;
}

/*水平線*/
hr.line {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #CCC;
	margin:15px 0;
}

/* 下三角 */
.mainArticles .article .sankaku{
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #06c;
    display: block;
    vertical-align: middle;
  	margin: 15px auto 0;
}

/*メイン サービスメニュー*/
.mainServices .services li {
    padding-bottom: 0;
}
.mainServices .service .more {
	display:none;
}


/*会社概要*/
table.companyTable th {
    width: 20%;
	background-color:#F4F3F1
}

/* 問い合わせフォーム */
#article_contact, #article_company {
    margin-top: 0;
}
#article_contact_ext {
    font-size: 14px;
}
table.contactTable {
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #AAA;
    border-top: 1px solid #AAA;
    border-bottom: none;
	margin: 10px auto;
	width: 100%;
}
table.contactTable tr th {
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	color: #666;
//    background-color:#F3F3F3;
	height: auto;
	line-height: 150%;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
  	width:30%;
}
table.contactTable td {
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	height: auto;
	line-height: 150%;
	padding: 10px 15px;
}
table.contactTable label input {
	margin-left: 10px;
  	margin-right: 5px;
}
table.contactTable input.textField {
	border:solid 1px #999;
	width: 100%;
}
table.contactTable .textField {
    width: 100%;
}
table.contactTable input.button {
  	display:block;
    margin: 0 auto;
    font-size: 14px;
}
table.contactTable tr.must th {
    background-position: 95% center;
    background-repeat: no-repeat;
    padding: 0 40px 0 10px;
}
table.contactTable select {
    font-size: 100%;
    width: 100%;
}
table.contactTable label {
    font-size: 100%;
    width: 100%;
    display: inline-block;
    width: 49%;
}
table.contactTable input.button {
    background-color: #333333;
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50px;
    letter-spacing: 5px;
    margin: 0 auto;
    outline: none;
    width: 150px;
}
table.contactTable input.button:hover {
    background-color: #666666;
}
#article_contact_ext {
    margin-top: -30px;
    font-size: 14px;
}

/*フッター*/
.footer * {
	font-size: 14px;
}
.footer .services {
	background: none;
}
.footer .services li a {
	color: #C99966;
}

/*フリーHTML*/
.freeHtml,#sideMobile,#sideContact
{
    margin-bottom:30px;
}

/*サイド会社概要*/
.sideCompany {
  	box-sizing: border-box;
    color: #333;
    line-height: 1.8;
    margin: auto;
    max-width: 320px;
    padding: 10px 0;
    width: 100%;
    font-size: 115%;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img
{
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

/* LikeBox */
.likebox {
  overflow: auto;
  width: 100%;
  margin:auto;
}
.likebox iframe {
  width: 95%;
}

/*  ============ 追加分スタイル  ============  */

/*  サイドフリーエリア  */
.SideFreeArea{
	margin-bottom:30px;
}

/*  イベントリスト  */
.eventList li{
	background:url(/materials/0000268649.png) no-repeat top left;
	padding-left:40px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #cccccc;
}
.eventList a{
	text-decoration:none;
}

/*  TOPイベント画像  */
/*
#article_004 .image img{
	width:282px;
	height:400px;
}
*/

/*  奥出雲酒造とはギャラリー  */
/*
#article_004 .galleryGrids .galleryGrid_body img{
	width:200px;
	height:200px;
}
#article_005 .galleryGrids .galleryGrid_body img{
	width:200px;
	height:200px;
}
*/
.galleryGrid_body .comment{
	text-align:center;
}

/*  商品テーブル  */
.item_table{
	width:100%;
	border-collapse:0;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	font-size:100%;
	margin:30px 0 0;
}
.item_table th{
	width:200px;
	border-collapse:0;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:8px;
}
.item_table th.item_name{
	width:400px;
	text-align:center;
}

.item_table td{
	border-collapse:0;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:8px;
	text-align:center;
}
.item_table td.textCenter{
	text-align:center;
}
.gray{
	background-color:#EEE;
}
.fontBold{
	font-weight:bold;
}
.fontRed{
	color:#F15E60;	
}
.ams-build #title { top: 50px; }
.ams-build #topMenu { top: 50px; }