@charset "shift_jis";
@import url(https://fonts.googleapis.com/css?family=Bitter);
/*!
 * Template: 17-marine v1.0.0 (https://klee.mypace.net/)
 * Copyright 2014 klee
 * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
 */
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #202f55;
	font-size: 13px;
	font-family: Verdana, Arial,"メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	}

/* 背景 */
body{
	background: url(bg.gif) #DDEADE;
	}

/* ヘッダー */
#header{
	margin-bottom: 40px;
	}
#header a{
	text-decoration: none;
	}
/* サイトタイトル */
h1, h1 a:link, h1 a:visited{
	font-family: 'Bitter', serif;
	margin: 20px 0 10px;
	font-weight: normal;
	font-size: xx-large;
	}
/* メニュー */
ul#menu{
	margin: 0 0 20px;
	}
ul#menu li{
	display: inline-block;
	padding: 0 10px;
	}

/* コンテンツ */
.content{
	background: #f8f8f8;
	border-radius:20px;
	padding: 20px;
	margin-bottom: 30px;
	}
.content.nobg{
	background: none;
	}

ul.text{
	list-style: none;
	}
.text li a{
	margin: 0 10px 0;
	}
dl.long dd{
	padding-left: 10px;
	}
dl.d dt {
	float: left;
	width: 7em;
	height:auto;
	}
dl.d dd {
	margin: 0px 0px 5px 7em;
	padding-left: 1em;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px solid;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li:last-child{
	border: none;
	}

/* リンクページ */
dl.link{
	clear: left;
	margin: 5px 0;
	}
dl.link.last{
	margin: 5px 0 20px;
	}
dl.link dt{
	float: left;
	margin: 0 10px 0 0;
	}
dl.link dt a{
	background: transparent;
	}
dl.link dd{
	padding-left: 210px;
	}
dl.link::after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
ul.link li{
	display: inline;
	padding-right: 10px;
	}

/* ページリンク */
#footer{
	border-top: 4px double;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
	}
#footer li{
	padding: 0 30px;
	display: inline;
	}
.pagetop{
	text-align: right;
	}
.pagetop a{
	background: transparent;
	}

/* メールフォーム */
textarea{
	width: 80%;
	padding: 4px;
	overflow:auto;
	}
input{
	padding: 3px 5px;
	}
input.name{
	margin-bottom: 10px;
	}
textarea,input{
	border: 1px solid;
	background-color: #f8f8f8;
	}
.bottom{
    vertical-align: bottom;
    }

/* 見出しなど */
h2{
	border-bottom: 2px dotted;
	font-weight: normal;
	font-size: 14px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	background: url(https://alicex.jp/data/wellwater/img/wellwater_upld_1.gif) no-repeat 100% 0%;
	}
h3{
	background: url(https://alicex.jp/data/wellwater/img/wellwater_upld_2.gif) no-repeat 0% 50%;
	padding: 0 15px;
	margin: 5px 0;
	}
strong{
	color: #ff0000;
	font-weight: normal;
	}
em{
	font-style: normal;
	font-weight: bold;
	}
.box{
	border: 1px dotted;
	border-radius:20px;
	padding: 10px;
	}
hr{
	border: none;
	border-bottom: 1px dotted;
	margin: 10px;
	}

/* リンク設定 */
a{
	text-decoration: none;
	background: rgba(221,234,222,0.7);
	}
a:hover,
a:active{
	opacity:0.5;
	}

/* 著作権表示 */
#copy{
	width: 99%;
	margin: 0 0 20px;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	font-size: 9pt;
	text-decoration: none;
	}

/* 骨組み */
#container {
	margin: 0 auto;
	padding: 0 0 0 1%;
	max-width: 1020px;
	}
.onerow {
	clear: both;
	padding: 0 10px;
	}
.onerow::after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
.col5, .col7, .col12, #header {
	float: left;
	margin: 0 3% 0 0;
	}
.col5.last, .col12, #header{
	margin: 0;
	}

.col5 { width: 39.5%; }
.col7 { width: 56.5%; }
.col12{ width: 99%; margin: 0; }
#header{ width: 98%; margin: 0; border: 4px double; border-radius:30px;margin: 30px 0;text-align: center;}

/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	padding: 0 10px;
	}
	#header, .col5, .col7 {
		float: none;
		width: 99%;
	}
#header{width: 97%;}
}
