@charset "UTF-8";
/*=======================================
■全体の設定
=======================================*/
body {
//*	background-image: url(../comike86/HPBG3.gif);
	background-attachment:fixed;
	background-color: #FFF;
	background-position:left;
	background-repeat: repeat;*//
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #4e3f43;
	line-height: 1.5;
	background-image:url(../img/bg.png);
}
a{
	text-decoration: none;
}
a:link {
	color: #69F;
}
a:visited {
	color: #69F;
}
a:hover {
	color: #f7b2c5;
}
a:active {
	color: #F56D8D;
}
img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}


/*ページのトップに戻る*/
.page-top {
	z-index:9999;
	position: fixed;
	right: 20px;
	bottom: -6px;
}
.page-top a:hover {
	opacity:0.6;
}

/*=======================================
■container
=======================================*/
.widthSize {
	position: relative;
	width:1070px;
	margin:0px auto;
}

.widthSize2 {
	position: relative;
	width:1193px;
	margin:0px auto;
}


/*=======================================
■heder
=======================================*/
.heder {

	z-index:20;
}

/*=======================================
■contents
=======================================*/
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.bar{
	margin-left:125px;
	width:1000px;
	background-color:#FFF;
	border:5px solid rgb(255, 255, 255);
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	box-shadow:rgb(72, 44, 44) 0px 0px 0px 1px;
	-webkit-box-shadow:rgb(72, 44, 44) 0px 0px 0px 1px;
	-moz-box-shadow:rgb(72, 44, 44) 0px 0px 0px 1px;
}

.bar2{
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:90px;
	background-color:#FFF;
	border:5px solid rgb(255, 255, 255);
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	box-shadow:rgb(72, 44, 44) 0px 0px 0px 1px;
	-webkit-box-shadow:rgb(72, 44, 44) 0px 0px 0px 1px;
	-moz-box-shadow:rgb(72, 44, 44) 0px 0px 0px 1px;
}

.bar img{
	margin-top:10px;
}

.bar2 img{
	margin-top:10px;
}
.contents {
	text-align:center;
	padding:10px;
}

.contents h3{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:30px;
	margin-left:30px;
	color: #69F;
}

.contents h3 a{
	font-size:14px;
	margin-left:10px;
	text-decoration:underline;
}

.contents small{
	font-size:13px;
	margin-left:65px;
}
.contents li{
	font-size:13px;
	margin-left:65px;
}
.contents p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	margin-left:40px;
	font-weight: 500;
}
.price{
	position:absolute;
	bottom:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	margin-left:40px;
	color:#69F;
	font-weight:bold;
}
.zei{
	display:block;
	float:right;
	margin-top:6px;
	margin-left:5px;
	font-size:12px;
}

.menu p{
	margin-bottom:-10px;
}

.menu {
	background-color: #FFF;
	position:relative;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:10px;
	width:275px;
	height:65px;
	float:left;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

	/* border */
	border:5px solid rgb(185, 235, 255);

	/* border-radius */
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;

	/* box-shadow */
	box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
	-webkit-box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
	-moz-box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
}

.menu:hover {
	background-color: #fff;
	position:relative;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:10px;
	width:275px;
	height:65px;
	float:left;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

	/* border */
	border:5px solid rgb(255, 215, 277);

	/* border-radius */
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;

	/* box-shadow */
	box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
	-webkit-box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
	-moz-box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
}


.bland {
	background-color:#FFFFFF;
	position:relative;
	margin-bottom:20px;
	width:910px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;

	/* border */
	border:5px solid rgb(255, 255, 255);

	/* border-radius */
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;

	/* box-shadow */
	box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
	-webkit-box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
	-moz-box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
}
.linkbar {
	margin-left:2px;
	margin-right:2px;
	box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
	-webkit-box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
	-moz-box-shadow:rgb(72, 44, 44) 0px 0px 4px 0px;
}
.sample {
	position:absolute;
	top:20px;
	right:0px;
	margin-right:15px;
}

.sample_body {
	position:absolute;
	top:-5px;
	right:-10px;
	margin-right:15px;
}

.overimg img:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
.overimg_w  {
	display: inline-block;
	position: relative;
}
.overimg_w:hover:after { /* この要素が内向きのシャドウを写真に落とす */
	border-radius: 20px;
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 30px rgba(235,35,255, 0.6),
		inset 0 0 50px rgba(235, 35, 255, 0.3);
}
.overimg_white  {
	display: inline-block;
	position: relative;
}
.overimg_white:hover:after { /* この要素が内向きのシャドウを写真に落とす */
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 30px rgba(255,255,255, 1.0),
		inset 0 0 250px rgba(255, 255, 255, 0.3);
}
.banner {
	border: solid 2px #5fc6d1;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;"
}
.ss01{
/* border */
border:2px solid rgb(255, 255, 255);

/* border-radius */
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

/* box-shadow */
box-shadow:rgba(122, 122, 122, 0.2) 0px 0px 3px 2px;
-webkit-box-shadow:rgba(122, 122, 122, 0.2) 0px 0px 3px 2px;
-moz-box-shadow:rgba(122, 122, 122, 0.2) 0px 0px 3px 2px;
}

/*=======================================
■footer
=======================================*/
footer {
	clear: both;
	text-align: center;
	left:50%;
	margin-left:-640px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 80px;
	margin-top: 20px;
}
footer small {
	font-size: 10px;
	padding-top: 40px;
	display: block;
}
