@charset "shift_jis";

/* initialize
------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html{
	font-size:75%;
}
html,
body {
	height:100%;
}

body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul,
ol,
dl {
	list-style-type:none;
}

img,
a img {
	border:0;
}

table {
	border-collapse:collapse;
}

textarea {
	font-size:100%;
}

br {
	letter-spacing:0;
}

option {
	padding:0 10px 0 0;
}


/* clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
	content:'';
	display:block;
	clear:both;
}

/* clearfix IE6 and IE7
------------------------------------------------------------------------------*/
.clearfix {
	/zoom:1;
}

/* common
------------------------------------------------------------------------------*/
body{
	line-height:1.5;
	letter-spacing:normal;
	color:#000000;
	background: none;
}
body .container_bottom{
	background: none;
}
body #page{
	width: auto;
	margin: 0;
	background: none !important;
}
#wrapper{
	width: auto;
	margin: 0;
}
#header,
#footer{
	display: none;
}
/* contents
------------------------------------------------------------------------------*/
#contents{
	max-width: 538px;
	width:auto;
	padding: 14px 7px 16px;
/*	margin: 0 auto;*/
	margin: 0 0;/*20140205 imai MOD*/
}
#contents h2{
	padding: 0 19px 9px;
	border-bottom: 2px solid #C2BDB6;
	margin-bottom: 13px;
}
#contents .lead{
	margin-bottom: 17px;
}

#contents h3{
	padding: 8px 2px;
	margin-bottom: 15px;
	background-color: #E2E0D8;
	text-align: center;
	color : #000000;
	font-size:120%;
}
#contents .btns .shop,
#contents .btns .login{
	margin-bottom: 30px;
	text-align: center;
}
#contents .btns .menu{
	margin-bottom: 12px;
	text-align: center;
}
#contents .btns a img{
	max-width: 297px;
	width: 100%;
}
/*20230807_matayoshi_青ボタン化_add start*/
#contents .btns .shop .BlueBtn{
	display: block;
    max-width: 290px;
    width: 50%;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.7rem;
    padding: 7px;
    margin: 0 auto;
    border: 1px solid #03386f;
    border-radius: 5px;
    background: #005bbb;
}
#contents .btns .shop a{
    text-decoration: none;
}
#contents .btns .menu .RedBtn{
	display: block;
    max-width: 290px;
    width: 50%;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.7rem;
    padding: 7px;
    margin: 0 auto;
    border: 1px solid #b00;
    border-radius: 5px;
    background: #cd0000;
}
#contents .btns .menu a{
    text-decoration: none;
}

/*20230807_matayoshi_青ボタン化_add end*/

