@charset "utf_8";


body{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-kerning: normal;
	position: relative;
}

section{
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0;
	position: absolute;
	top: 550px;
	z-index: -10;
	overflow: hidden;
}

footer{
	width: 100%;
}


#fnavi{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#fnavi ul{
	list-style-type: none;
	text-align: center;
}
#fnavi ul li{
	display: inline;
}

#fnavi ul li a{
	display: inline-block;
	text-decoration: none;
	color: #4c4c4c;
	margin: 10px 0px;
	padding: 5px 20px;
	font-size: 14px;
}
#fnavi ul li a:hover{
	background-color: #ccc;
	border-radius: 15px;
}

.contentns_bg{
	width: 100%;
	margin: 0 0 100px;
	padding: 70px 0px 30px;
	font-weight: 100;
}

.contents{
	width: 960px;
	height: 500px;
	margin: 0 auto;
	text-align: center;
}

.line{
	line-height: 2.0em;
}


.size{
	font-size: 18px;
}

.auto{
	margin: 0 auto;
}

.margin{
	margin-bottom: 30px;
}

.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}

.clear{
	clear: both;
}


.color{
	color: #ff5c04;
}

article ul{
	width: 960px;
	list-style-type: circle;
}

article ul li{
	margin-left: 20px;
	padding: 0 0 0 ;
	line-height: 3.0em;
	font-size: 16px;
}

.text-shadow{
	text-shadow: 0 1px 3px #ccc;
}

.bold{
	font-weight: 700;
}

.border{
	border-bottom: 1px solid #ccc;
}

/*
.title{
	font-size: 21px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
*/


.title{
	font-size: 21px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: bold;
	color: darkslategrey;
}

.title_a{
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 1.5em;
	vertical-align: middle;
	border: 1px solid #ccc;
}


.img_box{
	width: 100%;
	margin: 0;
	padding: 0;
}



.margin-bottom{
	margin-bottom: 70px;
}

.box{
	width: 940px;
	font-size: 18px;
	border: 1px solid #ccc;
	margin: 30px 0 0;
	padding: 5px 10px;
}

.red{
	color: red;
}

.blue{
	color: blue;
}

.align-center{
	text-align: center;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

#top{
	width: 100%;
}

.z-index{
	z-index: -5;
}

.bgw{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.stitle{
	font-size: 18px;
}

.p-top{
	padding-top: 50px;
}

.p-top-l{
	padding-top: 100px;
}

b{
	font-weight: bold;
}

.img_center{
	clear: both;
	width: 960px;
	margin: 0 auto;
}


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


.boxshadow{
	box-shadow: 0px 2px 6px #000
}


a{
	text-decoration: none;
	color: #1111cc;
}

header{
	width: 100%;
}



header article{
	width: 100%;
	height: 20px;
	margin: 0 0 30px 0;
	padding: 0px;
	background-color: #fff;
	/*box-shadow: 0 1px 1px #ccc;*/
	z-index: 300;
	position: relative;
}


header article div{
	width: 0px;
	height: 0px;
	margin: 0 auto;
	padding: 0;
	border-style: solid;
	border-width: 100px 120px 0 0;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 100;
}


header ul#topnav{
	width: 960px;
	margin: 10px auto 10px;
	padding: 0 5px;
	list-style-type: none;
	text-align: center;
}

header ul#topnav li{
	display: inline;
}

header ul#topnav li a{
	width: 120px;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background-color:#$345885;
	margin: 0 5px 0 5px;
	background-color: #345885;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	vertical-align: center;
}

header ul#topnav li a:hover{
	opacity: 0.75;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


p#logo_box{
width: 0;
height: 0;
font-size: 16px;
color: #fff;
line-height: 1.5em;
vertical-align: top;
margin-top: -100px;
padding-left: 5px;
}

#img_box{
	width: 100%;
	height: 180px;
	background-color: #fff!important;
	z-index: 100;
	text-align: center;
}

#img_box img{
	margin: 30px auto 0;
	text-shadow: 0px 1px 3px #ccc;
}


footer{
	margin: 0;
	padding: 0;
}

#copyright{
	margin: 0 auto;
	padding: 0;
	font-size: 8px;
	text-align: center;
}


h1,h2,h3{
	color: #ccc;
	text-shadow: 0 0 2px rgba(0,0,0,0.1);
	padding: 5px 5px 6px 7px;
	font-weight: 100;
	width: 140px;
	border: 1px solid #ccc;
	float: right;
	margin: 0 -4px 0 0;
	padding: 0 4px 0 ;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#cart_area{
	width: 100%;
	margin: 50px 0;
	padding: 50px 0;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


#cart_area div{
	width: 100%;
	margin: 0 0  50px 0;
	padding: 10px 0;
}

#cart_area div p{
	width: 920px;
	margin: 0 auto;
	padding: 10px 0 10px 40px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	background-image: url(../img/animus-mix.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}

#cart_area div p span{
	background-image: url(../img/point.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}


#cart_box{
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}


#cart_detail{
	width: 600px;
	height: 300px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}


#cart_detail caption{
	background-color: #faffd3;
	margin: 0;
	padding: 10px 0;
	border-collapse: collapse;
	font-size: 21px;
}

#cart_detail tr{
	border-collapse: collapse;
}

#cart_detail th{
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 10px 0 0 ;
	font-size: 18px;
	font-weight: bold;
	border-collapse: collapse;
	text-align: right;
	border-right: 1px solid #ccc;
}

#cart_detail td{
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0em;
	border-collapse: collapse;
}

.small_detail{
	font-size: 12px!important;
	line-height: 1.2em;
	height: 15px;
}


#mailinfo a{
	border: 1px solid #ccc;
	padding: 10px ;
	font-weight: normal;
}

#mailinfo a:hover{
	background-color: #ccc;
}


#cartbtn a{
	background-color: red;
	color: #fff;
	font-weight: bolder;
	font-size: 24px;
	padding: 10px 50px 10px 70px;
	border-radius: 15px;
	box-shadow: 0px 3px 5px #ccc;
}

#cartbtn a:hover{
	opacity: 0.75;
	box-shadow: 0px 0px 3px #ccc;
}


#detail{
	width: 960px;
	margin:50px auto;
	font-size: 14px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#detail th{
	background: #ccc;
	border-collapse: collapse;
	border: 1px solid #fff;
}

#detail td{
	border: 1px solid #ccc;
}



#info_bg{
	margin: 0 auto;
	background-color: #e5e5e5;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#info{
	width: 940px;
	margin: 0px auto;
	padding: 50px 0;
}

#info th{
	background-color: #3f3f3f;
	border-radius: 10px;
	border-spacing: 20px;
	width: 400px;
	height: 30px;
	color: #fff;
	text-align: left;
	padding-left: 20px;
}

#info td{
	border-spacing: 20px;
	color: #000;
	vertical-align: top;
	font-size: 12px;
	line-height: 3.0em;
	padding: 0 10px;
}

#info td p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

span.dbd{
	border-left: 3px double #ccc;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	
}


hr{
	border: none;
}

h3{
    border-right: none;
    margin-top: 15px;
    margin-right: 0px;
    border-color: darkgoldenrod;
    color: #212222;
}


h4{
	clear: both;
	width: 320px;
	margin: 10px 0 0 0;
	padding: 3px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}

.list_number{
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: bold;
}

div#copy_top{
	padding: 0px 0;
}


#contents_bg{
	width: 940px;
	margin: 0 auto 80px;
	padding: 10px 10px;
	background-image: url(../img/spbox_bg.jpg);
	background-size:30px;
	background-repeat: repeat;
	background-position: 0 0;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

table.push_text_a{
	width: 934px;
	margin: 10px auto 5px;
	background-color: ghostwhite;
	border: 3px double darkgoldenrod;;	
	border-collapse: collapse;
}


table.push_text_b{
	width: 936px;
	margin: 5px auto 10px;
	background-color: ghostwhite;
	border: 3px solid darkgoldenrod;;
	border-collapse: collapse;
}
/*
table.push_text_a caption,
table.push_text_b caption{
    margin-bottom: 10px;
    padding: 0 0 0 120px;
    background-color: #fff;
    height: 50px;
    color: #212222;
    font-size: 21px;
    font-weight: bold;
    line-height: 50px;
    vertical-align: middle;
    background-image: url(../img/title_bg.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 15px center;
    border-top: 3px dotted lightsalmon;
    border-bottom: 3px dotted lightsalmon;
    text-align: left;
}
*/

table.push_text_a caption{
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    /* background-color: #fff; */
    height: 50px;
    color: black;
    font-size: 48px;
    font-weight: bolder;
    line-height: 50px;
    vertical-align: middle;
    text-shadow: 0 0 3px rgba(255,255,255,0.75);
    -webkit-text-shadow: 0 0 3px rgba(255,255,255,0.75);
}



table.push_text_a th{
   width: 476px;
    height: 55px;
    border: 1px solid darkgoldenrod;
    text-align: center;
    font-size: 18px;
    text-shadow: 0 0px 3px rgba(255,255,255,0.5);
    -webkit-text-shadow: 0 0px 3px rgba(255,255,255,0.5);
    background-image: url(../img/topbg_a.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-spacing: 0px;
    color: #fff;
    overflow: hidden;
}

table.push_text_a td{
    border: 1px solid darkgoldenrod;
    border-spacing: 0px;
    padding: 10px 10px 10px 15px;
    font-size: 12px;
    line-height: 16.8px;
    font-weight: 600;
    vertical-align: top;
    width: 476px;
}


table.push_text_b th{
    height: 55px;
    border: 1px solid darkgoldenrod;
    text-align: center;
    text-shadow: 0 0px 3px rgba(255,255,255,0.5);
    -webkit-text-shadow: 0 0px 3px rgba(255,255,255,0.5);
    font-size: 18px;
    background-image: url(../img/topbg_a.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-spacing: 0px;
    color: #fff;
    overflow: hidden;
}


table.push_text_b td{
    border: 1px solid darkgoldenrod;
	font-size: 12px;
	line-height: 1.4em;
	padding: 10px;
	font-weight: bold;
	color: #212222;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

table.push_text_b td img{
	margin: 0 auto;
	padding: 0;
}
/*
table.push_text_a th,
table.push_text_a td{	
	border: 1px solid darkgoldenrod;
	border-spacing: 0px;
}

table.push_text_b th,
table.push_text_b td{
	border: 1px solid darkgoldenrod;;
	border-collapse: collapse;
}

table.push_text_a th,
table.push_text_b th{	
	background-color: antiquewhite;
	font-size: 18px;
	padding: 15px 0;
	font-weight: bold;
	text-shadow: white 1px 1px 1px, white -1px 1px 1px,
	             white 1px -1px 1px, white -1px -1px 1px;
}

table.push_text_a td{
	font-size: 14px;
	line-height: 2.0em;
	padding: 10px;
	height: 400px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
	color: #212222;
}


table.push_text_b td{
	font-size: 12px;
	line-height: 2.0em;
	padding: 10px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
	color: #212222;
}
*/

#bg_a{
	text-shadow: white 1px 1px 1px, white -1px 1px 1px,
	             white 1px -1px 1px, white -1px -1px 1px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#bg_b{
	text-shadow: white 1px 1px 1px, white -1px 1px 1px,
				    white 1px -1px 1px, white -1px -1px 1px;
    background-repeat: no-repeat;
    background-size: cover;
   font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}




#bg_c{
	width: 900px;
	height: 440px;
	margin: 0 auto;
	padding: 30px 30px;
	background-image: url(../img/topbg_c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	border-top: 5px solid darkgoldenrod;
	border-left: 5px solid darkgoldenrod;
	border-right: 5px solid darkgoldenrod;
    font-weight: bolder;
}

#bg_c h4{
    font-size: 80px;
    padding: 10px 0;
    border-radius: 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.75);
	/*font-size: 21px;
	padding: 10px 0;
	background-image: url(../img/h5bg.png);
	border-radius: 20px;
    box-shadow: 0 1px 5px rgba(255,255,255,0.3)
	-webkit-box-shadow: 0 1px 5px rgba(255,255,255,0.3)*/
}

#bg_c p {
    width: 500px;
    margin: 30px 20px 0 400px;
    display: inline-block;
    font-size: 14px;
    line-height: 2.0em;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
    color: #fff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}



#bg_d{
	width: 900px;
	height: 440px;
	margin: -10px auto 0;
	padding: 40px 30px;
	background-image: url(../img/topbg_b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 5px solid darkgoldenrod;
	border-left: 5px solid darkgoldenrod;
	border-right: 5px solid darkgoldenrod;
    font-weight: bolder;
}


#bg_d h4{
    font-size: 80px;
    padding: 10px 0;
    border-radius: 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.75);
	/*font-size: 21px;
	padding: 10px 0;
	background-image: url(../img/h5bg.png);
	border-radius: 20px;
    box-shadow: 0 1px 5px rgba(255,255,255,0.3)
	-webkit-box-shadow: 0 1px 5px rgba(255,255,255,0.3)*/
}

#bg_d p {
    width: 400px;
    margin: 180px 0 0 500px;
    font-size: 14px;
    line-height: 2.0em;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
    color: #fff;
   font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}



/*背景の斜め色部分*/


/*背景の斜め色部分全体の位置や大きさ*/
/*
.contents {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: -80px auto 0;
	padding: 80px 0 80px;
}
*/

/*背景の斜め色部分-重ね順前*/
/*
.contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 140%;
	height: 760px;
	margin: 3% -10% 0;
	background: #fcc800;
	-webkit-transform-origin: left center;
	-ms-transform-origin:  left center;
	transform-origin:  left center;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	z-index: -1;
	background-image: url(../img/a_l.png);
	background-repeat: no-repeat;
	background-position: 0px 480px;
}
*/
/*背景の斜め色部分-重ね順後*/
/*
.contents:after {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 140%;
	height: 770px;
	margin: 3% -10% 0;
	background: #f9ff9c;
	-webkit-transform-origin: left center;
	-ms-transform-origin:  left center;
	transform-origin:  left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -2;
}
*/

/*
.contents_inner {
	box-sizing: boder-box;
	width: 960px;
	height: 0px;
	margin: 0 auto;
	padding: 000px 10px 120px;
	color: #fff;
	text-align: center;
}
*/


.item_area{
	width: 100%;
	height: 1800px;
	margin: 80px 0;
	padding: 0;
}

.item_box_bg{
	width: 960px;
	height: 1800px;
	display: block;
	background-image: url(../img/hotatebg.jpg);
	background-repeat: norepeat;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
    border: 5px solid darkgoldenrod;
}


.item_box_bg_2{
	width: 960px;
	height: 1800px;
	background-image: url(../img/hotatebg2.jpg);
	background-repeat: norepeat;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
    border: 5px solid darkgoldenrod;
}

.item_box_bg_3{
	width: 960px;
	height: 1800px;
	background-image: url(../img/hotatebg3.jpg);
	background-repeat: norepeat;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
    border: 5px solid darkgoldenrod;
}


.item_box_bg_4{
	width: 960px;
	height: 1800px;
	background-image: url(../img/hotatebg4.jpg);
	background-repeat: norepeat;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
    border: 5px solid darkgoldenrod;
}
.item_box_bg_5{
	width: 960px;
	height: 1800px;
	background-image: url(../img/hotatebg5.jpg);
	background-repeat: norepeat;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
    border: 5px solid darkgoldenrod;
}

.item_box_bg_6{
	width: 960px;
	height: 1800px;
	background-image: url(../img/hotatebg6.jpg);
	background-repeat: norepeat;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
    border: 5px solid darkgoldenrod;
}
.item_box_bg_7{
	width: 960px;
	height: 1800px;
	background-image: url(../img/hotatebg7.jpg);
	background-repeat: norepeat;
	background-position: 0 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
    border: 5px solid darkgoldenrod;
}



.no_a{
    position: absolute;
    top: 19px;
    width: 960px;
    height: 40px;
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    color: #fff;
}

.no_b{
    writing-mode: tb-rl;/* 縦書CSS IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: 70px;
    right: 10px;
    font-size: 48px;
    line-height: 1.5em;
    font-weight: 900;
    text-shadow: 0 0 5px rgba(255,255,255,1.0);
    color: midnightblue;
}

.no_c{
	position: absolute;
	width: 915px;
    top: 610px;
    left: 30px;
    font-size: 17px;
    line-height: 1.8em;
    text-align: left;
    color: #212222;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    font-weight: bold;
}

.no_c_2{
	position: absolute;
    top: 615px;
    left: 30px;
    font-size: 21px;
    line-height: 1.8em;
    text-align: left;
    color: #212222;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    font-weight: bold;
}

.no_c_2 p{
	width: 750px;
    font-size: 18px;
    line-height: 1.4em;
}

.no_d{
    position: absolute;
    top: 805px;
    left: 35px;
    width: 280px;
    font-size: 14px;
    line-height: 1.4em;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}

.no_e{
    position: absolute;
    top: 783px;
    left: 494px;
    width: 400px;
    padding: 25px;
    font-size: 14px;
    line-height: 1.5em;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}

.no_f{
    position: absolute;
    top: 920px;
    left: 483px;
    width: 400px;
    text-align: right;
    padding: 25px;
    font-size: 14px;
    color: dimgray;
    line-height: 1.5em;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}

.no_g{
    position: absolute;
    top: 1000px;
    left: 40px;
    width: 580px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 	sans-serif;
	font-size: 16px;
	line-height: 2.0em;
}


p.no_g_a {
    background-color: blue;
    display: block;
    width: 140px;
    padding: 4px 5px 2px;
    height: auto;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    line-height: 1.0em!important;
    vertical-align: middle;
}


p.no_g_b {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2.0em!important;
    vertical-align: middle;
    text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}

p.no_g_c{
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 15px!important;
	color: #212121;
}


.no_g th{
    line-height: 1.4em;
    font-weight: bold;
    color: #212222;
    border-right: 1px solid #ccc;
}
.no_g td{
	line-height: 1.0em;
	font-weight: bold;
	color: #212222;
}

/*カートボタン部分 2コ設置ver*/
.no_h {
    position: absolute;
    width: 570px;
    height: 80px;
    background-color: #fff;
    top: 1614px;
    left: 40px;
    /*border: 1px solid darkgoldenrod;
    overflow: hidden;*/
    }

.no_i{
    position: absolute;
    width: 448px;
    height: 230px;
    background-color: #fff;
    border:1px solid ;
    top: 1180px;
    right: 20px;
    border:1px solid darkgoldenrod;
}

.relative{
	margin: 0;
	padding: 0;
    width: 448px;
    height: 230px;
    position: relative;
}

.item_con_a{
    position: absolute;
    top:0px;
    left: 0;
}

/*カートボタン部分 3コ設置ver*/


.no_j{
    position: absolute;
    width: 300px;
    height: 230px;
    background-color: #fff;
    border:1px solid ;
    top: 1180px;
    left: 20px;
    border:1px solid darkgoldenrod;
}

.no_k{
    position: absolute;
    width: 300px;
    height: 230px;
    background-color: #fff;
    border:1px solid ;
    top: 1180px;
    left: 329px;
    border:1px solid darkgoldenrod;
}


.no_l{
    position: absolute;
    width: 300px;
    height: 230px;
    background-color: #fff;
    border:1px solid ;
    top: 1180px;
    right: 20px;
    border:1px solid darkgoldenrod;
}

.no_m{
    position: absolute;
    width: 918px;
    height: 230px;
    background-color: #fff;
    border:1px solid ;
    top: 1180px;
    right: 20px;
    border:1px solid darkgoldenrod;
}

.relative{
	margin: 0;
	padding: 0;
    width: 570px;
    height: 230px;
    position: relative;
}
.relative_3{
	margin: 0;
	padding: 0;
    width: 918px;
    height: 230px;
    position: relative;
}



.item_con_a{
    position: absolute;
    top:0px;
    left: 0;
}

p.item_title {
    position: absolute;
    top: 0px;
    left: 240px;
    margin: 10px 10px 10px 10px;
    padding: 0;
    font-size: 21px;
    font-weight: bolder;
    line-height: 1.5em;
    color: #212222;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

p.item_price {
	position: absolute;
    top: 106px;
    left: 240px;
    color: red;
    font-size: 21px;
    margin: 5px 20px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    border-bottom: 2px solid red;
}

p.item_price span{
	font-size: 12px;
	margin-left: 5px ;
}


p.item_cart_btn{
    position: absolute;
	top: 44px;
    left: 310px;
}

p.item_cart_btn a {
     border: 1px solid #0a9715;
    background-color: #0a9715;
    width: 190px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    padding: 0;
    border-radius: 5px;
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 1px rgba(12,123,0,1.0);
    -weblit-text-shadow: 0 0 1px rgba(12,123,0,1.0);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

p.item_cart_btn a:hover{
	opacity: 0.75;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

p.item_title_2 {
    position: absolute;
    top: 10px;
    left: 154px;
    margin: 10px 10px 10px 10px;
    padding: 0;
    font-size: 21px;
    font-weight: bolder;
    line-height: 1.5em;
    color: #212222;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

p.item_price_2 {
	position: absolute;
    top: 106px;
    left: 140px;
    color: red;
    font-size: 18px;
    margin: 5px 20px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    border-bottom: 2px solid red;
}

p.item_price_2 span{
	font-size: 12px;
	margin-left: 5px ;
}


p.item_cart_btn_2{
    position: absolute;
	top: 180px;
    left: 10px;
}

p.item_cart_btn_2 a {
    border: 1px solid #0a9715;
    background-color: #0a9715;
    width: 280px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-radius: 5px;
    font-size: 21px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    color: #ffff00;
    text-shadow: 0 0 1px rgba(12,123,0,1.0);
    -weblit-text-shadow: 0 0 1px rgba(12,123,0,1.0);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.75);
}

p.item_cart_btn_2 a:hover{
	opacity: 0.75;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.75);
}



p.item_title_3 {
    position: absolute;
    top: 10px;
    left: 480px;
    margin: 10px 10px 10px 10px;
    padding: 0;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.5em;
    color: #212222;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

p.item_price_3 {
	position: absolute;
    top: 106px;
    left: 480px;
    color: red;
    font-size: 21px;
    margin: 5px 20px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    border-bottom: 2px solid red;
}

p.item_price_3 span{
	font-size: 18px;
	margin-left: 5px ;
}

p.item_price_4 {
	position: absolute;
    top: 120px;
    left: 470px;
    color: red;
    font-size: 30px;
    margin: 5px 20px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    border-bottom: 2px solid red;
}

p.item_price_4 span{
	font-size: 18px;
	margin-left: 5px ;
}

p.item_cart_btn_3{
    position: absolute;
	top: 180px;
    left: 480px;
}

p.item_cart_btn_3 a {
    border: 1px solid #0a9715;
    background-color: #0a9715;
    width: 280px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-radius: 5px;
    font-size: 21px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    color: #ffff00;
    text-shadow: 0 0 1px rgba(12,123,0,1.0);
    -webkit-text-shadow: 0 0 1px rgba(12,123,0,1.0);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.75);
}

p.item_cart_btn_3 a:hover{
	opacity: 0.75;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.75);
}

table.navi_btn_box{
	width: 960px;
	margin: 0px auto 80px;
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
	border: 3px solid darkgoldenrod;
	border-radius: 20px;
	overflow: hidden;
}

table.navi_btn_box caption{
    font-size: 48px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    background-image: url(../img/tbg_a.jpg);
    background-size: 60px;
    color: #fff;
    text-shadow: 0 0 3px rgba(255,255,255,0.75);
}


table.navi_btn_box td{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0!important;
	padding: 0!important;
}
table.navi_btn_box td a,
table.navi_btn_box td a img{
	display: block;
	margin: 0;
	padding: 0;
}
table.navi_btn_box td a img:hover{
	opacity: 0.75;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
}


td#btn_bg_a {
    text-align: center;
    font-size: 24px;
    color: #fff;
    height: 48px;
    font-weight: bolder;
    background-image: url(../img/tbg_a.jpg);
    background-repeat: repeat-x;
}

td#btn_bg_b {
    text-align: center;
    font-size: 24px;
    height: 48px;
    color: #fff;
    font-weight: bolder;
    background-image: url(../img/tbg_b.jpg);
    background-repeat: repeat-x;
}

td#btn_bg_c {
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 36px;
    font-weight: bolder;
    background-image: url(../img/tbg_c.jpg);
    background-repeat: repeat-x;
}

div.navi_btn_box_a{
    width: 960px;
    height: 500px;
    margin: 20px auto 80px;
    background-image: url(../img/top-02.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid darkgoldenrod;
    position: relative;
}

a .aa_btn{
	position: absolute;
	top: 168px;
	left: 7px;
}

a .ab_btn{
	position: absolute;
	top: 168px;
	left: 325px;
}

a .ac_btn{
	position: absolute;
	top: 168px;
	right: 7px;
}

a .ad_btn{
	position: absolute;
	top: 356px;
	left: 7px;
}


a .ae_btn{
	position: absolute;
	top: 356px;
	left: 325px;
}

a .af_btn{
	position: absolute;
	top: 356px;
	right: 7px;
}

div.navi_btn_box_a a img:hover{ 
	opacity: 0.75;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
}




ul#footer_nav{
	font-family: Meiryo,"MS PGothic",arial,sans-serif;
	width: 960px;
	margin: 80px auto;
	padding: 0 5px;
	list-style-type: none;
	text-align: center;
}


ul#footer_nav li{
	display: inline;
}


ul#footer_nav li a{
	width: 120px;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	color: #345885;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 5px;
	background-color:#fff;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	vertical-align: center;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}



ul#footer_nav li#a a{
	color: #fff;
	background-color: #345885;
	font-weight: normal;
}



ul#footer_nav li a:hover{
	color: #fff;
	background-color: #345885;
}


#catch{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    line-height: 2.0em;
    
}

#catch div{
	border: 1px solid #ccc;
	border-radius: 5px;
}

.width{
	width: 920px;
	margin: 0 auto 60px;
	padding: 20px 20px 0 20px;
}


#catch p{
	margin-bottom: 20px;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
}

#catch p img{
	width: 920px;
	height: 240px;
	display: block;
	padding: 0;
	border-radius: 5px;
}


.cotents{
	line-height: 2.0em;
	font-size: 16px;
	color: #212222;
	margin-bottom: 20px;
	padding: 0px 20px;
}

.cotents_box{
	line-height: 1.8em;
	font-size: 16px;
	color: #212222;
	margin-bottom: 20px;
	padding: 0px 20px;
	/*
	background-color: #f0f0f0;
	border-radius: 3px;
	*/
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.decimal{
	list-style-type: decimal;
}

.list {
    width: 860px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.list li{
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}


dl.kutikomi {
    font-size: 14px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.5em;
    vertical-align: middle;
    height: 300px;
    overflow-y: scroll;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 5px;
}

dl.kutikomi dt{
	font-weight: normal;
	width: 100px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: wheat;
	color: #000;
}

dl.kutikomi dd {
    color: #212222;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

.recipearea{
	width: 860px;
	margin: 0 auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


.recipebox{
	width: 280px;
	height: 400px;
	margin: 0 0 20px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	overflow: hidden;
}

.recipebox:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	font-weight: bold;
}

.recipebox img{
	margin: 0;
	padding: 0;
}

.recipebox p{
	margin: 0;
	padding: 5px;
	text-align:left;
	display: block;
	font-size: 14px;
	line-height: 2.0em;
}

ul.font-h li a {
    box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
    border-radius: 15px;
    background-color: lavender;
}

p.sitemap {
    text-align: right;
    margin: 2px 10px 6px 10px;
    height: 12px;
    font-size: 12px;
    font-family: monospace;
	background-color: #fff;
	opacity: 0.75;
}

p.sitemap a{
	color: #212121;
	border: 1px solid #ccc;
    padding: 2px 15px;
	border-radius: 10px;
	opacity: 1.0;
}


#a0013{
	background-image:url(../img/a0013.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.9);
	padding: 10px 400px 10px 0px;
}

#a0014{
	background-image:url(../img/a0014.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.9);
	padding: 10px 0px 10px 400px;
}

#a0015 {
    background-image: url(../img/a0015.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
    padding: 10px 10px 300px 400px;
}

#a0016 {
    background-image: url(../img/a0016.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 0.5px rgba(255,255,255,1.0);
    padding: 10px 400px 150px 10px;
}

#a0017 {
    background-image: url(../img/a0017.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 0.5px rgba(255,255,255,1.0);
    padding: 10px 10px 100px 500px;
}

#a0018 {
    background-image: url(../img/a0018.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 0.5px rgba(255,255,255,1.0);
    padding: 10px 400px 250px 10px;
}

#a0019 {
    background-image: url(../img/a0019.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 0.5px rgba(255,255,255,1.0);
    padding: 10px 10px 150px 450px;
}

#a0020 {
    background-image: url(../img/a0020.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 0.5px rgba(255,255,255,1.0);
    padding: 10px 400px 200px 10px;
}

div#a0021{
    background-image: url(../img/a0021.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div#a0021 p{
    font-size: 14px;
    font-weight: 100;
    text-shadow: 0px 0px 0.5px rgba(255,255,255,1.0);
    padding: 50px 400px 50px 20px;
}

}

ul.link_btm {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
	text-align: center;
}

ul.link_btm li{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.link_btm li a{
	margin: 0;
	padding: 10px 99px;
	line-height: 1.0em;
	vertical-align: middle;
	color: #fff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: bold;
    
}

ul.link_btm li a:hover{
	opacity:0.75;
}


.btn_a a{
	background-color: darkblue;
}

.btn_b a{
	background-color: coral;
}