@charset "utf-8";


/*---------------------------------------------------------
	
	index /////////////////////////////////////////////////////
		-- reset
		-- base
		-- head
		-- side
		-- contents
		-- food
		-- index
		-- camp120911
		-- list
		-- detail
		-- inquiry
		-- info
	//////////////////////////////////////////////////////////

----------------------------------------------------------- */


/*----------------------------------------------------
	reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

img,
object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6,strong {
	font-size: 100%;
	font-weight: 400;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}



/*----------------------------------------------------
	base
----------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	background-color: #FFF;
/*	background-image: url("images/common/back.gif");
	background-position: center top;
	background-repeat: repeat;*/
	}

table {
	color: #333333;
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4em;
	letter-spacing: 0.1em;
	}

a {
	color: #007CB6;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
 	}

a .nonHover:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
 	}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	}

#middle {
	width: 940px;
	margin: 20px auto 0;
}

.clear {
	clear: both;
	}

.clear:after {
	content: url("images/common/pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

.re {
	color: #CC0000;
	}

.bi {
	font-size: 120%;
	}

.sma {
	font-size: 85%;
	}

.bo {
	font-weight: 800;
	}


/*----------------------------------------------------
	head
----------------------------------------------------*/

#head {
	width: 100%;
	height: 113px;
	background-image: url("images/common/head_back.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

#head02 {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#head02 h1 {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 11px;
	color: #808080;
}

#headLogo {
	position: absolute;
	top: 36px;
	left: 0;
}

#headTel {
	position: absolute;
	top: 35px;
	right: 222px;
}

#headFax {
	position: absolute;
	top: 35px;
	right: 0;
}

#menu {
	width: 100%;
	height: 67px;
	margin-top: 1px;
	background-image: url("images/common/menu_back.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

#menu ul {
	width: 940px;
	margin: 0 auto;
	background-image: url("images/common/menu.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

* html #menu ul {
	margin: 0;
}

#menu li {
	float: left;
	height: 80px;
}

#menu li a {
	display: block;
	height: 67px;
	text-indent: -9999px;
	background-image: url("images/common/menu.gif");
	background-repeat: no-repeat;
}

#menu li a:hover {
}

#menu01,
#menu01 a {
	width: 159px;
	background-position: 0 0;
}

#menu01 a:hover {
	background-position: 0 -100px;
}

#menu02,
#menu02 a {
	width: 157px;
	background-position: -159px 0;
}

#menu02 a:hover {
	background-position: -159px -100px;
}

#menu03,
#menu03 a {
	width: 156px;
	background-position: -316px 0;
}

#menu03 a:hover {
	background-position: -316px -100px;
}

#menu04,
#menu04 a {
	width: 156px;
	background-position: -472px 0;
}

#menu04 a:hover {
	background-position: -472px -100px;
}

#menu05,
#menu05 a {
	width: 156px;
	background-position: -628px 0;
}

#menu05 a:hover {
	background-position: -628px -100px;
}

#menu06,
#menu06 a {
	width: 156px;
	background-position: -784px 0;
}

#menu06 a:hover {
	background-position: -784px -100px;
}




/*----------------------------------------------------
	side
----------------------------------------------------*/

#left {
	float: right;
	width: 270px;
	text-align: left;
}

.leftTitle {
}

.leftMenu {
	margin-top: 3px;
	margin-bottom: 30px;
}

.leftMenu li {
	margin-top: 5px;
}

#leftSearch {
	width: 250px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.leftSearchText {
	float: none;
	*float: left;
	width: 175px;
	padding: 5px;
}

* html .leftSearchText {
	width: 185px;
}

#leftSearchImage {
	float: right;
	margin: 0 0 0 auto;
}

#leftCart {
	margin-top: 15px;
	margin-bottom: 30px;
}

#leftCartTable {
	border: none;
}

#leftCartTable th {
	background-color: #FFF;
	border: none;
	width: 70px;
	padding-bottom: 3px;
	font-weight: 400;
}

#leftCartTable td {
	background-color: #FFF;
	border: none;
	width: 180px;
	padding-bottom: 3px;
}

.leftCartRed {
	color: #CC0000;
	font-size: 20px;
	font-weight: 800;
}

#leftCartButton {
	margin: 10px auto 0 0;
	text-align: left;
}

#sideNews {
	width: 250px;
	margin: 10px auto 0 0;
}

#sideNews li {
	width: 250px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #cccccc;
}

.sideNewsDay {
	display: block;
	margin-bottom: 3px;
	color: black;
	font-size: 17px;
	font-weight: 600;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/

#content {
	float: right;
	width: 670px;
	text-align: left;
}

#one_maincolumn #content {
	width: 940px;
}

.title01 {
	width: 670px;
	height: 37px;
	padding-top: 25px;
	padding-bottom: 10px;
	color: white;
	font-size: 24px;
	font-weight: normal;
	text-indent: 25px;
	background-image: url("images/common/title_back.gif");
	background-position: center top;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#one_maincolumn .title01 {
	width: 940px;
}


* html .title01 {
	height: 72px;
}

.subtitle02 {
	width: 670px;
	height: 30px;
	padding-top: 11px;
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-indent: 25px;
	background-image: url("images/common/subtitle_back.gif");
	background-position: center top;
	background-repeat: repeat-x;
	margin: 20px 0;
}

* html .subtitle02 {
	height: 41px;
}

#one_maincolumn .subtitle02 {
	background-image: url("images/common/subtitle_back2.gif");
	width: 940px;
}

.title02 {
	width: 670px;
}

.title03 {
	width: 670px;
	margin-top: 60px;
}

.subtitle01 {
	width: 670px;
	margin-top: 40px;
}

.text01 {
	width: 650px;
	margin: 20px 10px 0;
}

.text02 {
	width: 650px;
	margin: 15px 10px 0;
}

.flow_area {
	text-align: center;
}

/*----------------------------------------------------
	food
----------------------------------------------------*/

#food {
	width: 100%;
	margin-top: 150px;
	padding-top: 50px;
	padding-bottom: 80px;
	background-image: url("images/common/food_back.gif");
	background-position: center top;
	background-repeat: repeat-x;
}

#foodMenu {
	width: 940px;
	margin: 0 auto;
	color: #666666;
	font-size: 12px;
}

#foodMenu a {
	color: #666666;
}

#foodCopy {
	width: 940px;
	margin: 50px auto 0;
	color: #999999;
	font-size: 12px;
}



/*----------------------------------------------------
	index
----------------------------------------------------*/

.indexTitle {
	margin-top: 10px;
}

.indexBn01 {
}

.indexBn0101 {
	float: left;
	width: 340px;
}

.indexBn0102 {
	float: left;
	width: 330px;
}

.indexBn02 {
}

.indexRecommend {
}

.indexRecommend01 {
	float: left;
	width: 170px;
}

.indexRecommend02 {
	float: left;
	width: 160px;
}

.indexRecommendImage {
	display: block;
	width: 160px;
	height: 160px;
	background-image: url("images/index/recommend_back.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.indexRecommendImage img {
	margin: 2px;
}

.indexRecommendCatch {
	width: 160px;
	margin: 10px auto 0 0;
	color: black;
	text-align: center;
}

.indexRecommendName {
	width: 160px;
	margin: 0 auto 0 0;
	text-align: center;
}

.indexRecommendPrice {
	width: 160px;
	margin: 0 auto 0 0;
	text-align: center;
}



/*----------------------------------------------------
	camp120911
----------------------------------------------------*/

#camp120911Main {
}

.camp120911Bn01 {
	margin-top: 10px;
}

.camp120911Bn02 {
	margin-top: 15px;
}

.camp120911Bn03 {
	margin-top: 30px;
}

.camp120911Title01 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.camp120911Title02 {
	margin-top: 30px;
}

.camp120911Voice {
	width: 670px;
	margin-bottom: 10px;
	/* background-image: url("images/camp120911/voice_back.gif"); */
	background-position: left top;
	background-repeat: no-repeat;
	border: 2px solid #601e0f;
	padding-bottom: 15px;
}

.camp120911VoiceLeft {
	float: left;
	width: 210px;
}

.camp120911VoiceLeft div {
	width: 180px;
	height: 180px;
	margin: 10px auto auto 10px;
	background-image: url("images/camp120911/voiceimage_back.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.camp120911VoiceLeft div img {
	margin: 2px;
}

.camp120911VoiceRight {
	float: left;
	width: 460px;
	margin-right: 0 auto auto 0;
}

.camp120911VoiceRight h3 {
	width: 435px;
	margin: 20px auto 0 0;
	padding-bottom: 5px;
	color: #F15A24;
	font-size: 18px;
	font-weight: 800;
	border-bottom: solid 1px #cdcdcd;
}

.camp120911VoiceRight p {
	width: 435px;
	margin: 13px auto 0 0;
}

.camp120911Voice02 {
	width: 670px;
	height: 200px;
	margin-bottom: 10px;
	/* background-image: url("images/camp120911/voice_back.gif"); */
	background-position: left top;
	background-repeat: no-repeat;
	border: 2px solid #601e0f;
	padding-bottom: 15px;
}

.camp120911Voice02Left {
	float: left;
	width: 210px;
}

.camp120911Voice02Left div {
	width: 180px;
	height: 180px;
	margin: 10px 10px auto auto;
	background-image: url("images/camp120911/voiceimage_back.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.camp120911Voice02Left div img {
	margin: 2px;
}

.camp120911Voice02Right {
	float: left;
	width: 460px;
	margin-right: 0 auto auto 0;
}

.camp120911Voice02Right h3 {
	width: 435px;
	margin: 20px auto 0 20px;
	padding-bottom: 5px;
	color: #F15A24;
	font-size: 18px;
	font-weight: 800;
	border-bottom: solid 1px #cdcdcd;
}

.camp120911Voice02Right p {
	width: 435px;
	margin: 13px auto 0 20px;
}

.camp120911item {
	width: 670px;
	background-image: url("images/camp120911/itemback.gif");
	background-position: left top;
	background-repeat: repeat-y;
}

.camp120911itemLeft {
	float: left;
	width: 340px;
}

.camp120911itemLeft img {
	margin: 65px auto auto 20px;
}

.camp120911itemRight {
	float: left;
	width: 330px;
}

.camp120911itemInfo {
	margin: 25px auto 0 0;
}

.camp120911itemCart {
	width: 330px;
	height: 50px;
}

.camp120911itemCart input {
	margin: 0 auto 15px 100px;
}

.camp120911itemCart input:hover {
	margin: 2px auto 15px 102px;
}

.camp120911itemLine {
	width: 670px;
	text-align: center;
}

.camp120911itemBottom {
}

.camp120911tanpin {
	width: 670px;
	background-image: url("images/camp120911/itemback.gif");
	background-position: left top;
	background-repeat: repeat-y;
}

.camp120911tanpinLeft {
	position: relative;
	float: left;
	width: 345px;
	height: 210px;
	background-image: url("images/camp120911/itemtanpin01.jpg");
	background-position: 30px 30px;
	background-repeat: no-repeat;
}

.camp120911tanpinLeft input {
	position: absolute;
	top: 146px;
	left: 142px;
}

.camp120911tanpinLeft input:hover {
	top: 148px;
	left: 144px;
}

.camp120911tanpinRight {
	position: relative;
	float: left;
	width: 325px;
	height: 210px;
	background-image: url("images/camp120911/itemtanpin02_02.gif");
	background-position: 0 30px;
	background-repeat: no-repeat;
}

.camp120911tanpinRight input {
	position: absolute;
	top: 146px;
	left: 112px;
}

.camp120911tanpinRight input:hover {
	top: 148px;
	left: 114px;
}

.camp120911Text {
	margin-top: 10px;
}

.camp120911TextVoice {
	width: 670px;
	margin-bottom: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	border: 2px solid #601e0f;
	padding-bottom: 15px;
}

.camp120911TextVoice {
	width: 640px;
	margin-bottom: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	border: 2px solid #601e0f;
	padding: 15px;
}

.camp120911TextVoice {
	width: 640px;
	height: 170px;
	margin-bottom: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	border: 2px solid #601e0f;
	padding: 15px;
	overflow: auto;
}

.camp120911TextVoice h3 {
	width: 640px;
	text-align: center;
	padding-bottom: 10px;
	color: #F15A24;
	font-size: 18px;
	font-weight: 800;
	border-bottom: solid 1px #cdcdcd;
}

.camp120911TextVoice dl {
	width: 640px;
	padding: 10px 0;
	border-bottom: solid 1px #cdcdcd;
}

.camp120911TextVoice dt {
	font-weight: bold;
	padding: 0 15px;
}

.camp120911TextVoice dd {
	padding: 0 15px;
}


.pwzn2 {
	position: relative;
	float: left;
	width: 345px;
	height: 119px;
	background-image: url("images/camp120911/pwzn2.jpg");
	background-position: 30px 0px;
	background-repeat: no-repeat;
}

.pwzn2 input {
	position: absolute;
	top: 76px;
	left: 142px;
}

.pwzn2 input:hover {
	top: 78px;
	left: 144px;
}

.pwal2 {
	position: relative;
	float: left;
	width: 345px;
	height: 134px;
	background-image: url("images/camp120911/pwal2_02.jpg");
	background-position: 0 0px;
	background-repeat: no-repeat;
}

.pwal2 input {
	position: absolute;
	top: 76px;
	left: 112px;
}

.pwal2 input:hover {
	top: 78px;
	left: 114px;
}

.pwal3 {
	position: relative;
	float: left;
	width: 345px;
	height: 134px;
	background-image: url("images/camp120911/pwal3_02.jpg");
	background-position: 0 0px;
	background-repeat: no-repeat;
}

.pwal3 input {
	position: absolute;
	top: 86px;
	left: 112px;
}

.pwal3 input:hover {
	top: 88px;
	left: 114px;
}


.camp120911tanpinLeft input {
	position: absolute;
	top: 146px;
	left: 142px;
}

.camp120911tanpinLeft input:hover {
	top: 148px;
	left: 144px;
}


/*----------------------------------------------------
	list
----------------------------------------------------*/

.listItemOne {
	float: left;
	width: 160px;
	margin: 20px 3px 0;
	text-align: center;
}

.listItemOneCatch {
	margin-top: 6px;
	font-weight: 800;
}



/*----------------------------------------------------
	detail
----------------------------------------------------*/

.detailMiddle {
	margin-top: 20px;
}

.detailLeft {
	float: left;
	width: 330px;
}

.detailRight {
	float: left;
	width: 340px;
}

.detailRight h3 {
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: 800;
	background-image: url("images/detail/name_back.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.detailCatch {
	margin-top: 18px;
}

.detailPrice {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 800;
}

.detailCart {
	margin-top: 20px;
	width: 340px;
	/* height: 60px; */
}

.detailCart .classlist {
	margin-bottom: 10px;
}

.detailCart img {
	margin: 0 auto auto 125px;
}

.detailCart img:hover {
	margin: 2px auto auto 127px;
}

.detailTitleFree {
}

.detailTitleFree img {
	margin-top: 30px;
}

.detailFree {
	width: 650px;
	margin: 15px 10px auto;
}



/*----------------------------------------------------
	inquiry
----------------------------------------------------*/

.inquiryNumber {
	width: 670px;
	margin: 25px 0 auto;
}

.inquiryNumber img {
	margin-left: 10px;
}

.inquiryTable {
	margin: 25px 10px auto;
}

.inquiryTable th {
	width: 198px;
	padding: 10px;
	border: solid 1px #cdcdcd;
	background-color: #f5f5f5;
}

* html .inquiryTable th {
	width: 200px;
}

.inquiryTable th span {
	font-size: 85%;
	font-weight: 400;
}

.inquiryTable td {
	width: 428px;
	padding: 10px;
	border: solid 1px #cdcdcd;
}

* html .inquiryTable td {
	width: 450px;
}

.inquiryInputName {
	width: 400px;
	margin-bottom: 5px;
	padding: 5px;
}

.inquiryInputTextarea {
	width: 400px;
	height: 250px;
	padding: 5px;
}

.inquiryButton {
	width: 670px;
	margin: 35px auto 0;
	text-align: center;
}

/*----------------------------------------------------
	info
----------------------------------------------------*/

.infoTable {
	margin: 25px 10px auto;
}

.infoTable th {
	width: 198px;
	padding: 10px;
	border: solid 1px #cdcdcd;
	background-color: #f5f5f5;
}

* html .infoTable th {
	width: 200px;
}

.infoTable th span {
	font-size: 85%;
	font-weight: 400;
}

.infoTable td {
	width: 428px;
	padding: 10px;
	border: solid 1px #cdcdcd;
}

* html .infoTable td {
	width: 450px;
}

.infoTable p {
	margin: 8px 0;
}

.infoPolicyTitle {
	width: 650px;
	margin: 30px 10px 0;
	font-size: 120%;
	font-weight: 800;
}


.text-attention {
	background-color: #FF0;
}

.president_back {
	background-image: url("images/common/president.jpg");
	background-repeat: no-repeat;
	background-position: right;
}



/*----------------------------------------------------
	RegisterWhileShopping
----------------------------------------------------*/

.rwsText01 {
	margin-top: 15px;
	padding: 10px;
	background-color: #f5f5f5;
}

.rwsText02 {
	margin-top: 15px;
	padding: 10px;
/*	background-color: #fff0ff;*/
	background-color: #f5f5f5;
}


/*----------------------------------------------------
	180412_マンガ追加
----------------------------------------------------*/

.camp180406manga {
margin-top: 10px;
}
