@charset "shift_jis";
@import url(http://fonts.googleapis.com/css?family=Bitter);
@import url(http://fonts.googleapis.com/css?family=Megrim);
@import url(http://fonts.googleapis.com/css?family=Poiret+One);

/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #000000;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 200%;
	font-family: HGS明朝B, Verdana, Arial,"メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	}

/* 背景 */
img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	}
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
	}


/* ヘッダー */
#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{
	border-radius:20px;
	padding: 20px;
	margin-bottom: 30px;
	background-image: url('bg_white70.png');
	}
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{
	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;
	}

/* 見出しなど */
h2{
	font-family:'HGS明朝B',"メイリオ",sans-serif;
	border-bottom: 2px dotted;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 5px;
	margin: 0 0 15px;
	background: url() no-repeat 100% 0%;
	}
h3{
	background: url() no-repeat 0% 50%;
	padding: 0 1px;
	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: ;
	}
a:hover,
a:active{
	opacity:0.5;
	}
	/* リンク設定 */
a{color: #000;
	text-decoration: none;
	background: #d8bfd8;
	padding:0 3px;
	border-radius:30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
 
a:hover {
    background: #b0c4de;
}

/* 著作権表示 */
#copy{
	width: 99%;
	margin: 0 0 20px;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	font-size: 9pt;
	text-decoration: none;
	}
.hako {/*内容を囲っている白い半透明な箱 */
    font-size: .8em;/*文字の大きさ*/
    padding: 18px 15px 18px 15px;
    margin: 15px 0 15px 0;
    line-height: 180%;
    border-radius: 20px;/*箱の角の丸み*/
    background: rgba(255,255,255,.7);/*箱の色*/
    box-shadow: -3px 0 10px rgba(0,0,0,.2);/*箱の影*/
}

/* 骨組み */
#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: 88.0%; }
.col12{ width: 99%; margin: 0; }
#header{ width: 98%; margin: 0 ; border: px double; border-radius:30px;margin: 30px 0;text-align: center; 	background-image: url('bg_white70.png');
}

/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	padding: 0 10px;
	}
	#header, .col5, .col7 {
		float: none;
		width: 99%;
	}
#header{width: 97%;}
}
