@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

/* gifffer */
.gifffer {
	vertical-align: text-bottom;
	margin-left: 20px;
	padding: 3px !important;
	background: #fff !important;
	outline: none;
	}
.gifffer img {
	border: none !important;
	margin: 0;
	padding: 0;
	}
#div1 {
	max-width:1020px;
}
#TitleArea {
	margin-bottom:10px;
	display:none;
}
#TitleArea2 {
	margin-bottom:10px;
}

#image01 {
	border: 3px solid #7b6700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top-right-radius: 0px;
	width: 100%;
}

.Lalign{
    text-align: left;
    padding: 5px;
}

.imageWaku {
    display: block;
    margin: 0 auto;
    border: 1px solid #7b6700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 0px;
    max-width: 100%;
    margin-bottom: 5px;
}

.imageWaku2 {
	display: block;
	margin: 0 auto 0;
	border: 1px solid #7b6700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top-right-radius: 0px;
	max-width: 100%;
}

.honbun {
}
.mainTitle {
	font-weight:bold;
	text-align: center;
	margin-left: 0;
	width: 100%;
}

.separater{
    margin-bottom: 15px;
}
.comment {
    width: 100%;
    margin-bottom: 10px;
}
.prizeTitle {
    border: 2px solid #7b6700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 0px;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
    width: 100%;
    padding: 5px 0px;
    
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.itemTitle {
	width: 100%;
	background-color: #7b6700;
	text-align: center;
	color:#FFFFFF;
	font-weight: bold;
    padding: 5px 0px;
	margin-top:10px;
	margin-bottom:5px;
		}

.tableS {
	border: 2px solid;
	display:table;
	margin-bottom:5px;
}

.tableS th {
	display:table-cell;
	width:4em;
}

.tableS td {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}		
.tableL {
	display:none;
}

.tableC th,td {
	box-sizing:border-box;
	border:#000000;
	border:1px;
	border-style:solid;
	display:block;
	width:100%;
			}

.tableC th {
	background-color:#eeeeee;
		}

th,td {
	box-sizing:border-box;
	border:#000000;
	border:1px;
	border-style:solid;
	display:block;
	width:100%;
	text-align:center;
			}

th {
	min-width:5em;
	background-color:#eeeeee;
		}

hr {
margin-bottom:0px;
background-color: #7b6700;
border: none;
height: 3px;
width: 100%;
}

.downLoad {
	text-align: right;
	margin-bottom: 0px;
}

.leftColumn {
width: 100%;
margin-left: 0;
clear: both;
}

.rightColumn {
display:none;
width: 100%;
}

.waku {
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#TitleArea {
	display:block;
}
#TitleArea2 {
	display:none;
}
#image01 {
}
.honbun {
}
.mainTitle {
}

.tableS {
	display:none;
}

.tableL {
	display:table;
}

.tableL th {
}

.tableL th:nth-child(1) {
	width:45%;
}
.tableL th:nth-child(2) {
	width:25%;
}
.tableL th:nth-child(3) {
	width:30%;
}
.tableL td {
		text-align:center;
	vertical-align:middle;
}

.tableC th,td {
	width:50%;
	display:table-cell;
			}
.tableC td {
		text-align:left;
		}

th,td {
	width:auto;
	display:table-cell;
}

th {
	width:20%;
}

.downLoad {
}

#TitleArea2 {
}

.leftColumn {
width: 100%;
clear: both;
margin-left: 0;
}

.rightColumn {
display:none;
}

.indent1{
display: inline-block;
text-indent: -1em;
margin-top: 15px;
padding-left: 1em;
}    
    
.waku {
}

.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#TitleArea {
}
#image01 {
}
.honbun {
}
.downLoad {
}
#TitleArea2 {
}
.leftColumn {
width: 74.5%;
clear: none;
margin-left: 0px;
}
.rightColumn {
text-align : center;
	display:block;
	width: 25.5%;
	clear: none;
	margin-left: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.rightColumn.second {
	bottom: -28px;
}

.rightColumn.third {
	bottom: -10px;
}
	
.waku {
	position: relative;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media print {
	
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#TitleArea {
	display:block;
}
#TitleArea2 {
	display:none;
}
#image01 {
}
.honbun {
}
.tableS {
	display:none;
}

.tableL {
	display:table;
}

.tableL th {
}

.tableL th:nth-child(1) {
	width:45%;
}
.tableL th:nth-child(2) {
	width:25%;
}
.tableL th:nth-child(3) {
	width:30%;
}
.tableL td {
		text-align:center;
	vertical-align:middle;
}

.tableC th,td {
	width:50%;
	display:table-cell;
			}
.tableC td {
		text-align:left;
		}

th,td {
	width:auto;
	display:table-cell;
}

th {
	width:20%;
}

.downLoad {
}

.prizeTitle {
	border: 3px solid #7b6700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top-right-radius: 0px;
	font-weight:bold;
	text-align: center;
	margin-left: 0;
	width: 100%;
	margin:10px 0px 5px 0px;
}

#TitleArea2 {
}

.leftColumn {
width: 100%;
}

.rightColumn {
display:none;
}

.waku {
}

.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}

  a[href]:after {
    content: """";
  }
  abbr[title]:after {
    content: """";
  }

}
