@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both {
	clear: both;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
} /*reset2014.cssの内容*/
body {
	font-size: 62.5%;
	margin: auto;
	width: 320px;
}
img {
	width: 100%;
	vertical-align: bottom;
}
/*headerデザインここから*/
header {
	overflow: hidden;
}
header .padd {
	float: left;
	margin: 10px 0px 0px 0px;
}
header h1 {
	font-weight: bold;
}
header p.moji_top {
	text-align: center;
}
header img {
	width: 45%;
	float: left;
}
header img#mailer {
	width: 39%;
	margin-left: 0px;
	margin-right: 20px;
}
header img.tel {
	width: 53%;
}
header .logo {
	float: left;
}
header .logo img:first-child {
	margin-right: 20px;
	margin-left: 20px;
	width: 40%;
}
nav {
	background-color: #e7f5f8;
	padding: 5px 0px;
	float: left;
}
nav ul {
	width: 320px;
	margin: auto;
	overflow: hidden;
}
nav ul li {
	float: left;
	width: 106px;
}
nav ul li img {
	width: 100%;
}
/*sectionデザインここから*/
section ul {
	margin: 5px;
}
section ul li {
	display: inline-block;
}
/*articleデザインここから*/
article.ika {
	background-color: #e7f5f8;
	overflow: hidden;
	padding-top: 10px;
}
article.ika img {
	width: 100%;
}
article.ika h2 {
	text-indent: -9999px;
	height: 1px;
}
article.ika p {
	float: left;
}
article.ika ul {
	float: left;
	overflow: hidden;
	width: 150px;
}
article.ika ul li {
	display: inline-block;
	margin: 0px 0px 5px 20px;
}
article.ika ul li img {
	width: 100%;
}
article.ika ul.kani {
	width: 320px;
}
article.ika ul.kani li {
	margin: 0px 0px 0px 6px;
}
article.tako {
	overflow: hidden;
	margin: 10px 0px;
}
article.tako img {
	float: left;
	width: 45%;
}
article.tako img.kaijyo5 {
	margin-left: 4px;
	margin-right: 0px;
	width: 52%;
}
/*footerデザインここから*/
footer {
	background-color: #e7f5f8;
}
footer .kujira {
	overflow: hidden;
	border-bottom: 2px solid #fff;
}
footer ul {
	float: left;
	width: 160px;
}
footer ul li.title-service {
	font-weight: bold;
	margin: 5px;
}
footer ul li.title-service-1 {
	margin-bottom: 10px;
	margin-left: 5px;
}
footer address {
	margin: auto;
	width: 80px;
	overflow: hidden;
}
footer p {
	float: left;
	margin: 30px 0px;
}
/*トップページへデザインここから*/
.pagetop {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 10px;
	right: 10px;
}
.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 5px;
}
.pagetop a:hover {
	display: block;
	background-color: #222;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 5px;
}
