@charset "utf-8";
/* 全体の設定*/ 

body {
	background: #fff;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size : 12pt;
	line-height: 1.5;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #630;
}
a:hover {
	color: #f00;
}
li {
	list-style-type: none;
}
.for_pc {
	display: none;
}
.g_blown {
	color: #fff;
	background: #630;
	background: -moz-linear-gradient(top, #963 0%, #630 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #963), color-stop(100%, #630));
	background: -webkit-linear-gradient(top, #963 0%, #630 100%);
	background: -o-linear-gradient(top, #963 0%, #630 100%);
	background: -ms-linear-gradient(top, #963 0%, #630 100%);
	background: linear-gradient(to bottom, #963 0%, #630 100%);
}
/* ここまで全体の設定*/ 


#container {
	font-size: 1em;
}
#header h1 {
	padding: 4px 0;
	font-size: 1.333em;
	font-weight: normal;
	text-align: center;
}
#header h1 a {
	display: block;
	color: #fff;
}
#header h1 img {
	margin: 1em 8px;
}
#contents {
	margin: 0 16px;
}
#contents h3 {
	margin: 1em 0 1em 0;
	text-align: center;
	color: #333;
	font-weight: normal;
}
#contents h3 span {
	font-size: 1.25em;
}
#contents .flow_top {
	margin-bottom: 1em;
}
#contents .flow_top li {
	position: relative;
}
#contents .flow_top li a {
	display: block;
	margin: 0 0 2em 0;
	padding: 0.5em;
	color: #333;
	text-align: center;
	border: 1px solid #333;
	border-radius: 0.5em
}
#contents .flow_top li a:hover {
	color: #f00;
	background: #fcc;
	border: 1px solid #f00;
}
#contents .flow_top li span {
	position: absolute;
	top: 2.825em;
	left: 50%;
	width: 1em;
	height: 1em;
	margin-left: -0.5em;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
#contents .flow_content li h4 {
	margin-bottom: 1em;
	padding: 0.5em 0;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #333;
}
#contents .flow_content li h5 {
	margin-bottom: 0.5em;
	font-weight: normal;
	text-align: center;
	color: #f90;
}
#contents .flow_content .adjust {
	margin: -0.5em 0 2em 0;
	padding-top: 0.5em;
}
#contents .flow_content p {
	margin-bottom: 2em;
}
#contents .flow_content .p {
	margin-bottom: 0.25em;
}
#contents .flow_content img {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #333;
}
#contents .flow_content a {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	color: #333;
	text-align: center;
	border: 1px solid #333;
	border-radius: 0.5em
}
#contents .flow_content a:hover {
	color: #f00;
	background: #fcc;
	border: 1px solid #f00;
}
#contents .flow_content .nosi_l {
	width: 48%;
	margin-bottom: 0.5em;
	float: left;
}
#contents .flow_content .nosi_r {
	width: 48%;
	margin-bottom: 0.5em;
	float: right;
}
#footer {
	clear: both;
	position: relative;
	overflow: hidden;
}
#footer h1 {
	text-align: center;
	color: #333;
	font-weight: normal;
}
#footer h1 span {
	margin-right: 1em;
}
#gotop {
	position: fixed;
	right: 0.5em;
	bottom: 0;
}
#gotop img {
	width: 32px;
	height: auto;
	border: 1px solid #000;
	border-radius: 4px;
	background: #fff;
}
#gotop a {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
#gotop a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#close a {
	position: fixed;
	left: 0.25em;
	bottom: 0.25em;
	padding: 0.25em;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 0.25em;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
#close a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.close {
	text-align: center;
	margin-bottom: 2em;
}
.close a {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	color: #333;
	text-align: center;
	border: 1px solid #333;
	border-radius: 0.5em
}
.close a:hover {
	color: #f00;
	border: 1px solid #f00;
}


@media only screen and (min-width: 481px) {
#container {
	width: 100%;
	margin: auto;
}
.for_sp {
	display: none;
}
.for_pc {
	display: block;
}
#header h1 {
	text-align: left;
}
#pc_top {
	float: left;
}
#contents {
	clear: both;
}
#contents h3 span {
	margin-right: 1em;
	font-size: 1.25em;
}
#contents .flow_top li {
	display: inline;
}
#contents .flow_top li a {
	display: inline-block;
	width: 4em;
	height: 4em;
	vertical-align: middle;
	margin: 0 2em 1em 0;
	padding: 1em;
	text-align: left;
}
#contents .flow_top li a:hover {
	background: #fff;
}
#contents .flow_top li span {
	position: absolute;
	top: 0;
	left: 6.5em;
	width: 1em;
	height: 1em;
	margin-left: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	box-sizing: border-box;
}
#contents .flow_content li div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#contents .flow_content li img {
	margin-bottom: 0.5em;
}

}

@media only screen and (min-width: 801px) {

}

@media only screen and (min-width: 961px) {
body {
	max-width: 1080px;
	margin: 0 auto;
}
}
