﻿a	{color: #017acd}

/* コンテナ */
div#container	{width: 80%;
	margin-left: auto;
	margin-right: auto}


/* ヘッダー */
/*header { background-color:#fff7e7}*/
header	{background-color: darkblue;
	background-image: url(./figure/background.jpg);
        background-size: 100%;
	padding: 10px 10px 0 0;
	border-radius: 5px}

header h1	{margin: 0 0 20px 20px; color:#ffffff}
header h1 div#s_text{font-size:0.6em}

body {font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;

	 background-color: white}
/* コンテンツ */

@media only screen and (min-width:900px){
body article h1{
	width: 65%;
	background-color: orangered;
	border-radius: 10px;
	color: white;
	text-align: center;
	font-size: 2em;
	}
}

@media only screen and (max-width:899px){
body article h1{
	width: 65%;
	background-color: orangered;
	border-radius: 10px;
	color: white;
	text-align: center;
	font-size: 1.5em;
	}
}

/*article	{width: 980px;
	margin-left: auto;
	margin-right: auto}*/

body article table{
	width: 90%;
	margin-bottom: 20px;
	}
body article table td.q{
	padding: 8px 20px 8px 50px;
	background-color: sandybrown;
	border-style: solid;
	border-color: orangered;
	font-size: 1.4em;
	font-weight: bold;
        border-radius: 10px;
	}
body article table td.a{
	padding: 10px 20px 10px 50px;
	background-color: peachpuff;
	border-style: solid;
	border-color: darkorange;
	font-size: 1.2em;
        border-radius: 10px;
	}

body article div.position_fix{
	position: relative;
}

body article div.circle_q{
	width: 65px;
	height: 55px;
	padding-top: 10px;
	text-align: center;
	border-style: solid;
	border-radius: 35px;
	border-color: orangered;
	background-color: orangered;
	color: white;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	font-size: 1.8em;
	top: -10px;
	left: -20px;
}


body article img.float_right{
	width: 30%;
	margin-left: 30px;
	float: right;
}

body article video.float_right{
	width: 30%;
	margin-left: 30px;
	float: right;
}

ul.icon	{list-style-image: url(./figure/button.png)}

/* フッター */
footer	{color: #ffffff;
	background-color: darkorange;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px}

small	{font-size: 0.75em;
	font-style: normal;
	text-align: center;
	display: block}


