/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#wap{
width:100%;
}

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:14px;
 	color: #000;
	letter-spacing:1px;
	line-height:25px;
	background: #C7C7BE;
}

a {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

a:active {
	color: #000;
}

img,img a {
	border-style: none;
}

ul {
	list-style: none;
}

#wrap {
	display: none;
	overflow: hidden;
	text-align:center;
	margin:0 20px;
}

/* text
----------------------------------------------- */
.uline {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
    padding: 3px 0;
}

/* margin
----------------------------------------------- */
.mr10 {
	margin-right: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.mb100 {
	margin-bottom: 100px;
}

/* heading
----------------------------------------------- */
h1 {
	float: left;
	font-size: 18px;
	letter-spacing: 2px;
}

h2 {
	margin-top: 50px;
	font-weight: normal;
}

/* header
----------------------------------------------- */
#header {
	margin: 70px 0;
	font-size:30px;
	text-align:center;
}

/* layoutCommon
----------------------------------------------- */
.section {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom:70px;
}

.section ul{
}

.section ul li{
	margin:0 0 10px 0;
	display: block;
}

.section ul li img{
	vertical-align: -5px;
}

/* footer
----------------------------------------------- */
.footer {
	margin: 0;
	overflow: hidden;
	padding: 15px 0;
	bottom: 0;
}

.footer ul{
	
}

.footer ul li{
	margin:0;
	display: block;
}

/* Selected Text
----------------------------------------------- */
::selection {
	background: none repeat scroll 0 0 #FFF;
    color: #696560; /* Safari */
}
	 
::-moz-selection {
	background: none repeat scroll 0 0 #FFF;
    color: #696560;  /* Firefox */
}

}