@charset "utf-8";
/* Simple fluid media*/
img, object, embed{
	max-width: 100%;
}
.fluidwidth{
	width:100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.center{
	text-align:center;
	margin:0 auto;
}

/* Mobile Layout: 480px and below. */
html { font-size:12px}
body {
	background-repeat: repeat;
	background-image: url(../images/bk.png);
}



#wrapper {
	position: relative;
	margin: 80px auto 0;
}

#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


/*img {
	padding: 0;
	margin: 0;
}*/


#head_wrap {
	height: 62px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

#head {
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	-webkit-box-shadow: 1px 1px 3px rgba(144,144,144,1.00);
	box-shadow: 1px 1px 3px rgba(144,144,144,1.00);
	background-image: url(../images/title_bk01.png);
	background-position: 50% 0%;
	background-repeat: repeat-x;
}
.head_logo {
	position: absolute;
	top: -15px;
	left: 10px;

}
.head_logo img{
	height:71px;
	width:71px;
}
.title .title_img{
	height:40px;
	width:231px;
}
.title{
	padding:0 0 0 75px;
	text-align:center;
}
.pc{
	display:none;
}
#foot {
	background-color: #FFFFFF;
	border-top: 2px dotted #EFE5D1;
	padding: 10px;
}
.copy {
	text-align: center;
	color: #C0C0C0;
	font-size: 0.8em;
}
.foot_logo {
	width: 48px;
	float: left;
}
.foot_logo img{
	width:100%;
	height:auto;
}

#foot ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	float: left;
}
#foot li {
	font-size: 0.9em;
}
.btn_area {
	text-align: center;
}


.btn {
	background-color: #ff0033;
	border-radius: 5px;
	padding: 10px 5px;
	color: #FFFFFF;
	margin-top: 10px;
}

.btn img {
	width: auto;
	height:auto;
}
.btn .lead {
	padding-bottom: 5px;
}
.item img {
	width: 100%;
}

  .item {
	margin: 10px;
	padding: 4px;
	text-align: center;
	border-radius: 5px;
	background-color: #FFFFFF;
  }
  .item a{
	  text-decoration:none;
  }

.y_btn {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.dl_btn {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.left_bar {
	width: 32px;
	background-image: url(../images/left_bar.jpg);
	background-repeat: repeat-y;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.right_bar {
	width: 32px;
	height: 100%;
	background-image: url(../images/right_bar.jpg);
	background-repeat: repeat-y;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.blog_btn {
	background-color: #FFFFFF;
	display: block;
	color: #000000;
	border-radius: 5px;
	font-weight: 900;
	padding: 5px 70px;
	font-size: 1.2em;
}









@media only screen and (min-width: 481px) {
html { font-size:14px}
.btn_area a{
	padding:0 0 10px 0;
}


#wrapper {
	position: relative;
	max-width: 100%;
	margin: 110px auto 0;
}


.item {
	margin: 10px;
	width: 140px;
	padding: 8px;
	border: 1px solid #eee;
}

.item.x2 {
	/*max-width: 480px;*/
	width: 320px;
	position: relative;
}


.item.x3 {
  width: 500px;
  position: relative;
}
#head_wrap {
	height: 80px;
}
#head {
	height: 80px;
}
.head_logo {
	top: -25px;

}
.head_logo img{
	height:142px;
	width:142px;
}
.title .title_img{
	height:auto;
	width:100%;
}
.title{
	padding:0 0 0 162px;
}
.foot_logo {
	width: 96px;
	float: left;
}
#foot ul {
	padding: 20px 0 0;
}
#foot li {
	float: left;
	padding-left: 20px;
}


}

@media only screen and (min-width: 650px) {
.title .title_img{
	height:80px;
	width:462px;
}
.foot_cnt {
	margin: 0 auto;
	width: 650px;
}

}


@media only screen and (min-width: 800px) {
html { font-size:16px}
.pc{
	display:inline;
}
}
