@charset "utf-8";

/*========================================
全体の設定
==========================================*/
html {
	overflow-y:scroll;
}
body {
	color: #555;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #faf2b4 url(/images/bg.png) repeat-y top center fixed;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*========================================
リンク
==========================================*/
a {
	color: #ef5c89;
    font-weight: bold;
}
a:hover {
	color: #50c939;
	text-decoration: none;
}

/*========================================
コンテナー
==========================================*/
#container {
	width: 900px;
	margin: 0px auto;
    padding: 10px;
    background: #fff;
}

/*========================================
ヘッダー
==========================================*/
/*ヘッダーブロック*/
header {
	height: 50px;
	text-align: right;
	padding: 20px 0px;
}
/*h1タグの設定*/
header h1 {
	font-size: 9px;
	font-weight: normal;
}

/*========================================
メイン
==========================================*/
#main {
    min-height: 600px;
    height: auto !important;
    height: 600px;
	padding: 20px;
}
#main h1 {
	clear: both;
	border-bottom: 5px solid #fcd246;
	padding: 10px 20px;
	background: url(/images/h2_bg.png) no-repeat right center;
    font-size: 40px;
    letter-spacing: 20px;
}
#main h2 {
	clear: both;
	padding: 10px 20px;
}
#main #mail{
    margin: 20px 0;
    padding: 50px;
    border: 3px solid #fcd246;
    border-radius: 10px;
}
#view_clock{
  font-size: 30px;
  font-weight: bold;
}
.kintai img {
  margin: 30px 30px 0;
}

/*コンテンツ内画像*/
#contents a:hover img {
    -webkit-opacity: 0.5;
    opacity: 0.8;	/*70%の透明度*/
}
#contents a img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/*========================================
メールフォーム
==========================================*/
#mail_form{
	font-size: 16px;
	margin: 15px;
}
#mail_form p{
    background: #f5d3df;
    padding: 10px;
}
#mail_form table {
    width: 90%;
    margin: 20px auto;
}
#mail_form table tr {
    border-bottom: 1px solid #605b5b;
}
#mail_form table tr:last-child {
    border: none;
}
#mail_form table th {
    width: 200px;
    padding: 15px 35px;
    line-height: 1.2;
    text-align: left;
    box-sizing: border-box;
}
#mail_form table td {
    padding: 15px 40px;
}
input,textarea{
    background: #fff;
    border: 1px solid #a3a1a1;
    border-radius: 3px;
    color: #000;
    /* display: block; */
    font-size: 16px;
    font-family: inherit;
    line-height: 1.42857;
    padding: 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    box-sizing: border-box;
}
input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #ef5c89;
    background: #fff;
    box-shadow: 0px 0px 5px #ef5c89;
    color: #000;
}

#mail_form ul li{
  list-style-type : none;
  margin-bottom : 0.5em;
}
#mail_form ul li label:hover{
  cursor : pointer;
    background: #f7e459;
}
#mail_form ul li input{
  height : auto;
  margin-right : 0.5em;
}
#mail_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    font-size:16px;
    border : 1px solid #ccc;
    border-radius : 3px;
    vertical-align: middle;
}

/*ボタンの設定*/
#mail_form input[type="submit"] {
	width : 180px;
	height : auto;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #fceb6c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ef5c89), to(#fceb6c));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ef5c89, #fceb6c);	/*同上*/
	background-image: linear-gradient(#ef5c89, #fceb6c);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
#mail_form input[type="button"] {
	width : 180px;
    height : auto;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #c9c9c9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#747474), to(#c9c9c9));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#747474, #c9c9c9);	/*同上*/
	background-image: linear-gradient(#747474, #c9c9c9);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
    font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}

/*ボタンのマウスオン時の設定*/
#mail_form input[type="submit"]:hover {
    cursor : pointer;
	background-color: #ef5c89;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fceb6c), to(#ef5c89));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fceb6c, #ef5c89);	/*同上*/
	background-image: linear-gradient(#fceb6c, #ef5c89);			/*同上*/
}
#mail_form input[type="button"]:hover {
    cursor : pointer;
	background-color: #747474;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#747474));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#c9c9c9, #747474);	/*同上*/
	background-image: linear-gradient(#c9c9c9, #747474);			/*同上*/
}

/*========================================
PAGE TOP
==========================================*/
#pagetop {
	clear: both;
}
#pagetop a {
	font-size: 10px;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border-radius: 10px;
	border: 1px solid #ccc;
}
/*マウスオン時*/
#pagetop a:hover {
	border: 1px solid #76a06e;
}

/*========================================
フッター
==========================================*/
footer {
	clear: both;
	text-align: center;
	margin-top: 15px;
}
footer a {
	text-decoration: none;
}

/*========================================
その他
==========================================*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb230 {
	margin-bottom: 230px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #555;
    font-weight: bold;
}
.color2 {
	color: #ff205c;
    font-weight: bold;
}
.color3 {
	color: #ff205c;
    font-size: 25px;
}
.color4 {
	color: #ff205c;
    font-weight: bold;
    text-decoration: underline;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
img.c {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.fl {
	float: left;
	margin: 0px 10px 0px 0px;
}
