﻿@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
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, font, 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, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	本体
------------------------------------------------------------*/
body {
 margin:0px;
 padding:0px;
 text-align:center;
 background: url(image2/back_n2.jpg) repeat;
}

html {
 box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー部分
------------------------------------------------------------*/
header {
 width: 100%;
 height: 16px;
 background: #ffffff;
}

#header_text {
 margin-left: auto;
 margin-right: auto;
 width: 920px;
 text-align: right;
 height: 18px;
}

#header_text p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 font-weight: bold;
 color: #666666;
}

#header2 {
 margin-top: 0;
 width: 100%;
 height: 70px;
 background: url(image2/header_back_01.gif);
}

#header img {
 margin-left: auto;
 margin-right: auto;
 margin-top: 3px;
}

#title_box {
 margin-top: 0;
 width: 100%;
 height: 150px;
 background: url(image2/header_back_02.gif) repeat;
}

#title_box img {
 margin-left: auto;
 margin-right: auto;
 width: 1080px;
 height: 150px;
}

.blank {
 width: 100%;
 height: 5px;
 background: #ffffff;
}

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

nav {
 margin-top: 0;
 margin-left:auto;
 margin-right: auto;
 box-sizing: border-box;
 width: 1080px;
}

nav ul {
 list-style-type: none;
}

nav ul li {
 float: left;
 width: 133px;
 background: -webkit-gradient(linear, left top, left bottom, from(#970097),to(#ff84ff));
 background: -webkit-linear-gradient(top,#970097,#ff84ff);
 background: -ms-linear-gradient(top,#970097,#ff84ff);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff970097',endColorstr='#ffff84ff', GradientType=0 );
 background: linear-gradient(to bottom, #970097 0%, #ff84ff 100%);
 border: #970097 solid 1px;
}

nav ul li a {
 display: block;
 height: 35px;
 font-family:"MSゴシック",sans-serif; 
 font-size: 16px;
 line-height: 35px;
 margin: 1px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}

nav ul li a:hover {
 background-color: #00ffff;
 color: #ffffff;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#wrapper {
 margin-left: auto;
 margin-right: auto;
 text-align:left;
 width:1080px;
 height:auto;
}

#sotowaku {
 margin-top: 5px;
 margin-left: auto;
 margin-right: auto;
 text-align:left;
 width: 1075px;
 height: auto;
 padding: 0;
 background: #ffffff;
 box-shadow: 3px 3px 5px 3px #ee00ee;
} 

.coment {
 margin-top:5px;
 margin-left: 10px;
 width: 890px;
 height: auto;
 padding: 10px;
}

.coment p {
 margin-top:5px;
 font-family:"MSゴシック",sans-serif; 
 font-size: 14px;
 line-height: 18px;
 color: #191970;
 font-weight: bold;
}

.coment a {
 font-family:"MSゴシック",sans-serif; 
 font-size: 14px;
 line-height: 18px;
 text-decoration: none;
 color: #ff0000;
 font-weight: bold;
}

.coment a:hover {
 color: #8b008b;
}

.link_waku {
 margin-top: 10px;
 margin-left: 15px;
 width: 900px;
 height: auto;
}

.shop {
 width: 94px;
 height: 37px;
 padding: 3px;
 float: left;
}

.fine {
 clear: both;
}

#form_box {
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 width: 850px;
 height: 500px;
}

#enq_box {
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 width: 900px;
 height: auto;
}

#blog_title {
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 width: 330px;
 height: 90px;
}

.blogbox {
 margin-top: 10px;
 margin-left: 12px;
 width: 200px;
 height: 130px;
 float: left;
 box-sizing: border-box;
}

.sambox {
 margin: 0;
 width: 200px;
 height: 100px;
 box-sizing: border-box;
}

.name_box {
 margin: 0;
 width: 200px;
 height: 30px;
 text-align: center;
 box-sizing: border-box;
 background: #c50ce3;
}

.name_box a {
 display: block;
 font-family:"MSゴシック",sans-serif; 
 font-size: 14px;
 line-height: 30px;
 text-align: center;
 text-decoration: none;
 color: #ffffff;
 font-weight: bold;
}

.name_box a:hover {
 color: #ff0000;
 background: #8ee9ff;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
 margin-top: 10px;
 width: 100%;
 height: 25px;
 background: #c50ce3;
}

footer p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 line-height: 25px;
 text-align: center;
 color: #ffffff;
 font-weight: bold;
}