	/* @group ボックスサイジングの統一 */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
/* @end */

	div.code {
		font-size: middle;
		text-align: right;
		margin: 0 15px 0 0;
		color: #878787;
	}
	div.description {
		font-size: small;
		line-height: 1.6;
		color: #3b3b3b;
	}
	div.description li{
		list-style-image: url(images/li.png);
		list-style-position: inside;
	}
	div.description table{
		width: 100%!important;
	}
	div.description table img{
		width: 100%!important;
		height: auto;
	}
	div.description img{
		width: 100%;
		height: auto;
	}

/* @group 景品やさん2013 */

/* @group グリッド */
.head_bg {
	margin: 0 auto; /* This centers the grid. Remove this line to place the grid on the left of the page. */
	width: 100%;
	z-index: 10;
	
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(left,  #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f3f3f3 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #f3f3f3 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.head_wrapper {
	margin: 1em auto; /* This centers the grid. Remove this line to place the grid on the left of the page. */
	text-align: left;
	width: 100%;
	font-size: middle;
	line-height: 1.4;
	
    zoom: 100%;
}

.head_wrapper:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.head_bg img{
	width: 100%!important;
	height: auto!important;
}

.head_inner-wrapper {
	clear: both;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	padding: 1em 1em 2em 1em;
	position: relative;
	width: 100%;
	
	min-height: 0px;
	z-index: 10;
	
    zoom: 100%;
}

.head_inner-wrapper:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.head_container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;	
}
.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
	clear: none;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
}
.one-col {
	width: 7%;
}

.two-col {
	width: 15%;
}

.three-col {
	width: 24%;
}

.four-col {
	width: 32%;
}

.five-col {
	width: 40%;
}

.six-col {
	width: 48%;
}

.seven-col {
	width: 56%;
}

.eight-col {
	width: 64%;
}

.nine-col {
	width: 72%;
}

.ten-col {
	width: 80%;
}

.eleven-col {
	width: 88%;
}

.twelve-col {
	width: 100%;
	margin-right: 0;
}

.prefix-one {
	margin-left: 10%;
}

.prefix-two {
	margin-left: 18%;
}

.prefix-three {
	margin-left: 27%;
}

.prefix-four {
	margin-left: 35%;
}

.prefix-five {
	margin-left: 43%;
}

.prefix-six {
	margin-left: 50%;
}

.prefix-seven {
	margin-left: 59%;
}

.prefix-eight {
	margin-left: 67%;
}

.prefix-nine {
	margin-left: 75%;
}

.prefix-ten {
	margin-left: 83%;
}

.prefix-eleven {
	margin-left: 90%;
}

.suffix-one {
	margin-right: 10%;
}

.suffix-two {
	margin-right: 18%;
}

.suffix-three {
	margin-right: 26%;
}

.suffix-four {
	margin-right: 34%;
}

.suffix-five {
	margin-right: 42%;
}

.suffix-six {
	margin-right: 50%;
}

.suffix-seven {
	margin-right: 58%;
}

.suffix-eight {
	margin-right: 66%;
}

.suffix-nine {
	margin-right: 74%;
}

.suffix-ten {
	margin-right: 82%;
}

.suffix-eleven {
	margin-right: 90%;
}

.clear { /* Useful generic clearing class. */
	clear: both;
}
.last-col {
	margin-right: 0;
}
/* @end */

/* @group タイトルバー */

.head_wrapper h2{
	margin: 1em 0 0;
	width: 100%;
	height: auto;
	line-height: 1.1;
	padding: 1em 0;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
	display: block;
	text-indent:-9999px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	vertical-align: middle;
	
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-o-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-ms-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	
	border-radius: 10px;
}

.head_wrapper h2.text{
	text-indent:2em;
	font-size: large;
	font-weight: normal;
	font-style: normal;
}
.head_wrapper h2.textwhite{
	color: white;
	text-indent:2em;
	font-size: large;
	font-weight: normal;
	font-style: normal;
}
.head_wrapper h2.textblack{
	color: #1a191a;
	text-indent:2em;
	font-size: large;
	font-weight: normal;
	font-style: normal;
}
.head_wrapper h2.textgray{
	color: gray;
	text-indent:2em;
	font-size: large;
	font-weight: normal;
	font-style: normal;
}
.head_wrapper h2.textpink{
	color: #fa9292;
	text-indent:2em;
	font-size: large;
	font-weight: normal;
	font-style: normal;
}

.head_wrapper h2.titlebar1{
	background-position: 16% 8%;
}
.head_wrapper h2.titlebar2{
	background-position: 16% 36%;
}
.head_wrapper h2.titlebar3{
	background-position: 16% 64%;
}
.head_wrapper h2.titlebar4{
	background-position: 16% 92%;
}
.head_wrapper h2.titlebar5{
	background-position: 16% 120%;
}

div.closetitle{
	float: left;
	width: 100%;
	margin:1em 0;
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-o-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-ms-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	
    zoom: 100%;
}

.closetitle:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div.closetitle .inner {
	width: 100%;
	float: left;
	padding: 0.5em;
	border-radius:5px ;
    -moz-border-radius:5px ;
	border: 1px solid white;
}
div.inner p{
	padding: 1em;
	color: white;
	font-size: large;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.borderline {
	width: 95%;
    height:1px;
	border-bottom: 1px solid #f5f5f5;
    margin: 12px 0;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5f5f5 0%, #999999 50%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(50%,#999999), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f5f5f5 0%,#999999 50%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f5f5f5 0%,#999999 50%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f5f5f5 0%,#999999 50%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to right,  #f5f5f5 0%,#999999 50%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 */
}

    
/* @end */

/* @group etc */
.caution {
	color: #0096ff;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	line-height: 1.2;
}
.emboss {
	float: left;
	margin: 0;
	background-color: white;
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1) inset;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-radius:3px 6px 3px 3px ;
    -moz-border-radius:3px 6px 3px 3px ;	
}

.photoframe{
	float: left;
	padding: 0px;
	border: 5px solid white;
	background-color: white;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-o-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
	-ms-box-shadow: 0px 0px 8px rgba(0,0,0,0.35) ;
}
.mokuroku_bottom {
		position: relative;
		width: auto;
		display: block;
}
.mokuroku_bottom img{
	width: 40%!important;
	margin-left: 20%!important;
}
.mokuroku_bottom .mokuroku_img img{
	width: 40%!important;
	margin-left: 0px!important;
}
.mokuroku_img {
	background-color: transparent;
	display: block;
	position: absolute;
	width: 100%!important;
	top: -60px;
	left: -30px;
	z-index: 8;
}
.mokuroku img {
	width: 80%!important;
	top: 00px;
	left: 00px;
}
.mokupaper { background-color: transparent;
	 width: 80%!important;
	 top: 0!important;
	 left: 20%!important;
}
.mokupaper img{ 
	 width: 100%!important;
}
.daishi_L {
	width:100%!important;
	top: -10%!important;
	left: -2%!important;
}
.daishi_S {
	width:20%!important;
	top: 40%!important;
	left: 70%!important;
}

.aleat_box {
	width: 100%;
	background-color: #feffff;
	border: 2px solid #ff361e;
	color: #ff361e;
	font-size: middle;
	padding: 1em;
	margin: 0.5em 0;
}
/* @end */


/* @end */