@charset "utf-8";
/*
Theme Name: Soto-con
Version: 1.0beta
Author: Tomofumi Aizawa
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*-----------------------------------------------------
	base
------------------------------------------------------*/

body {
	font-size: 13px;
	color: #333;
	line-height: 1.65em;
	font-family: 'ヒラギノ角ゴProW3','Osaka','メイリオ','Meiryo','ＭＳＰゴシック',sans-serif;
	background: url('images/bg.gif') repeat #f7f7f7;
	text-align: center;
}
a {
	color: #00a4fc;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------
	layout
------------------------------------------------------*/

/* header */

header h1 {
	position: relative;
	font-size: 0;
	z-index: 10;
}
header h2 {
	font-size: 0;
	text-align: right;
}

/* article */

article {
	text-align: left;
	margin: 0 30px;
}

/* footer */

footer {
	background: #44b034;
	color: #fff;
}
footer .top {
	width: 820px;
	padding: 20px 0;
	margin: 0 auto;
}
footer .top .left {
	float: left;
}
footer .top .right {
	float: right;
	width: 366px;
	text-align: left;
}
footer .top .right ul li:before {
	content: url('images/icon.gif');
	margin-right: 5px;
}
footer .bottom {
	background: url('images/bg.gif') repeat #f7f7f7;
	padding: 5px 0;
}
footer .bottom .inner {
	width: 820px;
	margin: 0 auto;
	text-align: right;
}
footer .bottom .inner ul {
	font-size: 0;
	color: #999;
}
footer .bottom .inner ul li {
	font-size: 11px;
	display: inline;
	margin-left: 1em;
}
footer .bottom .inner ul li:before {
	content: '\00bb';
	margin-right: 0.5em;
}
footer .bottom .inner ul li a {
	color: #999;
}

/*-----------------------------------------------------
	module
------------------------------------------------------*/

/* wrapper */

#wrapper {
	background: #fff;
	width: 870px;
	margin: 0 auto;
	padding-bottom: 30px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

/* section */

.second {
	margin-bottom: 30px;
	background: url('images/img02.png') no-repeat 50% 0;
	height: 987px;
	position: relative;
}
.second .movie {
	position: absolute;
	width: 200px;
	top: 155px;
	right: 120px;
}
.second .movie p {
	line-height: 1;
	font-size: 12px;
	margin-bottom: 5px;
}
.second .movie p.red {
	line-height: 1.25;
	margin: 0 -50px;
	font-weight: bold;
	margin-bottom: 0;
}
.second h3 {
	font-size: 0;
	margin-bottom: 10px;
}
.second p {
	font-size: 16px;
	font-weight: bold;
}
.third {
	text-align: center;
	margin-bottom: 30px;
}
.fourth {
	margin: 0 25px 30px 25px;
}
.fourth ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 10px;
}
.fourth ul li {
	display: table-cell;
	color: #ac007b;
	font-size: 12px;
}
.fourth ul li img {
	margin-bottom: -10px;
}
.fourth p {
	text-align: center;
	font-size: 12px;
}
.fifth {
	margin: 0 25px 30px 25px;
}
.fifth ul {
	font-size: 12px;
	font-weight: bold;
	color: #ac007b;
}
.fifth ul li {
	padding-left: 1.5em;
}
.fifth ul li:before {
	content: '※';
	float: left;
	width: 1.5em;
	margin-left: -1.5em;
}
.fifth h3 {
	font-size: 12px;
	display: inline;
	margin-left: 1.5em;
}
.fifth h3:after {
	content: '→';
	margin: 0 0.5em;
}
.fifth .mobile {
	display: inline;
	color: #333;
	font-size: 0;
}
.fifth .mobile li {
	font-size: 12px;
	padding-left: 0;
	display: inline;
}
.fifth .mobile li:before {
	content: '|';
	float: none;
	width: auto;
	margin-left: 0;
	margin: 0 0.5em;
}
.fifth .mobile li:last-child:after {
	content: '|';
	margin: 0 0.5em;
}
.fifth p {
	font-size: 12px;
}
.gray {
	padding: 20px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 50px 0;
}
.gray ol {
	font-size: 13px;
	display: table;
	background: #fff;
	width: 100%;
	margin: 5px 0;
}
.gray ol li {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.gray ul {
	color: #333;
	line-height: 1.5;
}
.sixth {
	position: relative;
	margin: 0 5px 50px 5px;
	padding: 20px 0;
	border: 1px solid #999;
	text-align: center;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
.sixth .back {
	margin-top: -60px;
}
.sixth .link_a {
	position: absolute;
	bottom: 240px;
	right: 13px;
}
.sixth .link_b {
	position: absolute;
	bottom: 185px;
	right: 55px;
}
.sixth .link_c {
	width: 225px;
	position: absolute;
	right: 60px;
	bottom: 30px;
	text-align: center;
}
.sixth .link_c ul {
	font-size: 0;
}
.sixth .link_c ul li {
	display: inline;
	margin: 0 3px;
}
.sixth .link_c .line {
	clear: both;
	margin-top: 15px;
}
.sixth .link_d {
	position: absolute;
	top: 426px;
	right: 30px;
}
.privilege {
	position: relative;
	margin: 0 5px 50px 5px;
	padding: 20px 0;
	border: 1px solid #999;
	text-align: center;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
.privilege img {
	margin-top: -40px;
}
.seventh {
	padding-bottom: 30px;
	border: 1px solid #999;
	margin: 0 5px 30px 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
.seventh h3 {
	text-align: center;
	margin-top: -20px;
}
.seventh .third {
	padding-top: 20px;
}
.seventh .fourth {
	margin: 0 25px 15px 25px;
}
.seventh .fifth {
	margin: 0 25px 15px 25px;
}
.seventh .gray {
	margin: 0 25px;
}
.eighth, .ninth {
	margin-bottom: 15px;
}
.eighth h3, .ninth h3 {
	font-size: 0;
}
.eighth ul {
	font-size: 0;
}
.eighth ul li {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
}
.eighth ul li:after {
	content: '/';
}
.ninth p {
	font-size: 14px;
	font-weight: bold;
}

/* page-top */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 13px;
	font-weight: bold;
}
#page-top a {
	background: rgba(0,0,0,0.5);
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#page-top a:hover {
	background: #000;
}

/* copyright */

#copyright {
	background: #fff;
	font-size: 11px;
	padding: 1em 0;
	color: #999;
	font-family: 'helvetica';
}

/*-----------------------------------------------------
	class
------------------------------------------------------*/

.clear { clear: both; }
.hidden {
	font-size: 0;
	border: 0;
	visibility: hidden;
}
