@charset "utf-8";
/* CSS Document */
/*
    Theme Name: posting sumiya
    Description:posting sumiya　SITE
    Theme URI:http://pos-sumi.com/
    Author: A shirota
    Author http://pos-sumi.com/
    Version: 1.0
    License: GPL
    License URI:http://pos-sumi.com/
*/
/*------------------------------------------------------------------------------*/
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; } 
input, select { font-family:"メイリオ", Arial, "ＭＳ Ｐゴシック", sans-serif; }
/*------------------------------------------------------------------------------*/
/* 初期化 */
*{
    margin: 0;
    padding: 0;
    font-style:normal;
    font-weight: normal;
    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;
}
strong{ font-weight:bold;}
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;
    /**/
}
a {
	color:#565d62;
	text-decoration:none;
}
a:hover {
	color:#565d62;
	text-decoration:underline;
}
a img {
	border:none;
}
input, select {
    vertical-align:middle;
}
 
.both{
    clear:both;
}
/* ---------------------------
		style
------------------------------*/ 
strong{
	font-weight:bold;
}
.both{
    clear:both;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold{
	font-weight:bold;
}
.wi700{
	width:700px;
}
.wi320{
	width:320px;
}
.wi200{
	width:200px;
}
.wi160{
	width:160px;
}
.wi120{
	width:120px;
}
.wi100{
	width:100px;
}
.wi60{
	width:60px;
}
.color_blue{
	color:#6699CC;
}
.color_rightBlue{
	color:#2ea1c2;
}
.color_DeepBlue{
	color:#044476;
}
.color_red{
	color:#f82f14;
}
.color_green{
	color:#6aa93c;
}
.color_pink{
	color:#F73C3C;
}
.color_orage{
	color:#ff9624;
}
.mgn-center{
	margin:0 auto;
}
.mgn-btm15{
	margin-bottom:15px;
}

.tel-large{
	font-size:2.0em;
	font-weight:bold;
	text-align:center;
}
.through{
	text-decoration: line-through;
}
.clear{
	clear:both;
}
.font-s18{font-size:1.8em;}
.font-s16{font-size:1.6em;}
.font-s08{font-size:0.8em;}

.Lblue {
    font-size: 1.6em;
    font-weight: bold;
    color: #2E5263;
}
.img100{
	width:auto;
	margin:0 0 20px 0;
}
@media screen and (max-width: 600px) {
.font-s18{font-size:1.3em;}
.font-s16{font-size:1.1em;}
.font-s08{font-size:0.8em;}
.img-center{
	max-width:80%;
	margin:0 auto;
}
.img100{
	max-width:100%;
	margin:0 0 20px 0;
}
}