/*
Theme Name: SURPLUNEAR-YuYu
Description: SURPLUNEAR by <a href="http://www.surplunear.com/">TTCg@^JbVI</a>
*/
@charset "utf-8";
/* CSS Document */
/* Body
-------------------------------------------------------------------*/
html {
	margin: 0 auto;
	padding: 0;
	width: 320px;
	height: 100%;
	overflow: scroll-y;
}
body {
	background-color:#000;
	-webkit-text-size-adjust: none;
	text-align: center;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
.width {
	display: block;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}
/* changer
-------------------------------------------------------------------*/
article {
	text-align: left;
}
article.home h1{
	width: 300px;
	color:#FFF;
	background-color:#069;
	margin: 0 auto;
	padding: 10px;
	font-size: 18px;
	line-height: 26px;
}
article.home p{
	width: 300px;
	color:#000;
	background-color:#fff;
	margin: 0 auto;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
}
article .entrybody {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.con_p {
	color:#fff;
	padding:10px;
	font-size: 14px;
	line-height: 1.2;
}
.con_p2 {
	background-color:#FFC;
	color:#633;
	padding:10px;
	font-size: 14px;
	line-height: 1.2;
}

#link_n {
	width: 320px;
	margin: 0 auto;
	text-align: left;
}

#link_n ul {
	margin: 0;
	font-size: 16px;
	background-color:#fff;
	border-bottom: 1px solid #fff;
}
#link_n ul li {
/* background: -moz-linear-gradient(top, #FFFFFF, #fff);　Firefox用 */
/* background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#fff));　Safari,Google Chrome用 */
  background: -webkit-gradient(linear, left top, left bottom,
    from(#fff),
    to(#fff)
  );
	border-bottom: 1px solid #900;
	border-top: 1px solid #000;
}

#link_n ul a {
	display: block;
	color: #000;
	text-decoration: none;
}
#link_n ul a span {
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../img/yazi.png) right 50% no-repeat;
}


/*footer--------------------------------------*/
footer .link {
	width: 320px;
	margin: 0 auto;
	text-align: left;
}
footer .link h2 {
	width: 320px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#069;
	color: #FFFFFF;
	font-size: 16px;
}
footer ul {
	margin: 0;
	font-size: 16px;
	background-color:#fff;
	border-bottom: 1px solid #fff;
}
footer ul li {
/* background: -moz-linear-gradient(top, #FFFFFF, #fff);　Firefox用 */
/* background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#fff));　Safari,Google Chrome用 */
  background: -webkit-gradient(linear, left top, left bottom,
    from(#fff),
    to(#fff)
  );
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #900;
}
footer ul a {
	display: block;
	color: #000;
	text-decoration: none;
}
footer ul a span {
	padding-top: 25px;
	padding-bottom: 25px;
	background: url(../img/yazi.png) right 50% no-repeat;
}

footer .txt {
	width: 320px;
	margin: 0 auto;
	color:#FFF;
	background-color:#069;	
	padding-top: 20px;	
	padding-bottom: 20px;
}
footer .txt p {
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:5px;
	font-size: 14px;
	line-height:20px;
}
footer .txt sap {
	text-align:center;
	font-style: normal;
	font-size: 14px;
}

/* Reset
-------------------------------------------------------------------*/
header .nav:after ,
header:after {
content: '';
display: block;
clear: both;
}

body {
    line-height:1;
    margin:0;
}

h1, h2, h3, h4, h5, h6, p {
margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}


ul {
list-style:none;
padding:0;
}
li {
list-style:none;
padding:0;
}

input, select {
    vertical-align:middle;
}
