@charset "utf-8";

body {
    font-family: Arial, san-serif, Helvetica;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

article {
    background-color: #fff;
	margin: 0 auto;
}

/*-- SNSボタン配置 --*/
#snsArea {
	margin: 15px 10px 15px 10px;
	min-height: 20px;
	float: right;
}

#snsArea table td {
	line-height: 1.1;
}

iframe {
	width: 102px!important;
	border: none;
	overflow: hidden;
	height: 21px;
	max-width: none;
}
.twitter-share-button {
	width: 80px!important;
	margin: 0 0 0 5px;
}


/*--------------------------
	header
----------------------------*/
header {
    background: url(../images/top_img_bg.png) repeat left top;
	padding: 5px 10px 7px 10px;
}
header img {
    width: 100%;
	height: auto;
}

/*--------------------------
	lead
----------------------------*/
#lead p {
   margin: 10px 10px 0 10px;
}

/*--------------------------
	nav
----------------------------*/
nav {
	margin: 20px 0 20px 0;
	padding: 0 0 25px 0;
	background: url(../images/dot_line.png) repeat-x left bottom;
	clear: both;
}
nav a {
	text-decoration: none;
	color: #000;
}

nav li {
	
	border-top: 5px solid #111;
	border-bottom: 5px solid #111;
	background: #ffd35b;
	line-height: 1.1;
	vertical-align: top;
	margin: 0 0 6px 0;
	display: block;
}
nav li img {
    width: 100%;
	height: auto;
}

nav li#story_01 {
	background: #ffd35b;
}
nav li#story_02 {
	background: #ffd35b;
}
nav li#story_03 {
	background: #ffd35b;
}
nav li#story_04 {
	background: #ffd35b;
}
nav li#story_05 {
	background: #ffd35b;
}
nav li#story_06 {
	background: #ffd35b;
}

nav div {
	margin: 20px 0 5px 0;
	text-align: center;
}
nav div img {
	width: 95%;
}

/*--------------------------
	profile
----------------------------*/
#profile {
	font-size: 12px;
	line-height: 1.5;
	background: url(../images/dot_line.png) repeat-x left bottom;
	padding: 0 10px 25px 10px;
}
#profile .boxL {
	width: 90px;
	margin: 0 10px 5px 0;
	float: left;
}
#profile .boxR {
	
}

/*--------------------------
	sukiya_info
----------------------------*/
#sukiya_info {
	padding: 20px 10px 20px 10px;
	font-size: 12px;
	line-height: 1.5;
}
#sukiya_info .boxL {
	width: 90px;
	margin: 0 10px 5px 0;
	float: left;
}
#sukiya_info .boxR {
	padding: 0 0 0 100px;
}
#sukiya_info .boxR p {
	margin: 5px 0 0 0;
}

/*--------------------------
	back_to_top
----------------------------*/
#backTotop {
	/*background: #d4d4d4;*/
	border-top: 1px solid #d4d4d4;
	/*border-bottom: 1px solid #ccc;*/
	padding: 10px 10px 10px 10px;
	line-height: 1.1;
	color: #666;
}
#backTotop a {
	display: block;
	text-decoration: none;
}

/*--------------------------
	footer
----------------------------*/
footer{
	background-color: #000;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	font-size: 71.5%;
    bottom: 0;
}
footer img {
	margin: 0 0 10px 0;
}
footer p {
	color: #666;
}

footer small {
	color: #ccc;
}


/*--------------------------
	clearfix
----------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}