@charset "utf-8";

/*----------------------------------------------------
	reset
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
	font-size: 100%;
}

body {
	line-height: 1;
	background: #fff;
	color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

figure {
	margin:0;
	padding:0;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/*----------------------------------------------------
	end reset
----------------------------------------------------*/

html {
	font-size: 75%;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #fff;
	color: #333;
	line-height: 1.5;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}

input, textarea {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* リンク
----------------------------------------------------*/
a {
	color: #999;
	text-decoration: none;
}

a:link {

}

a:visited {
}

a:hover {
}

a:active {
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*----- ELEMENTS -----*/
.fL { float:left; display:inline;}
.fR { float:right; display:inline;}
.ta_center { text-align:center;}
.b_center {
	margin-left:auto;
	margin-right:auto;
}
.t_right { text-align:right;}
.clear { clear:both;}
.bold { font-weight:bold;}

/* clearfix For modern browsers */
.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}

.block { display:block;}

/*----------------------------------------------------
	common
----------------------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

#wrapper {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 3.125% 0 0;
}

/* header */

#header {
	width: 100%;
	position: relative;
	padding: 0 6.25%;
}

/* end header */

/* footer */

#footer {
	clear: both;
	width: 100%;
	padding: 0 6.25% 4.6875%;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8125rem;
}

/* end footer */

/* parts */

.ghost_btn {
	display: block;
	width: 87.5%;
	padding: 7px 0;
	line-height: 1;
	border: 2px solid #000;
	text-align: center;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	margin: 4.6875% auto;
	font-size: 1rem;
}

.social {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0 0 3.125%;
}

.social ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	/display: inline;
	/zoom: 1;
	text-align: left;
	line-height: 1;
}

.social li {
	display: inline-block;
	height: 22px;
	padding: 0 5px;
	vertical-align: top;
}

.social span,
.social span a {
	vertical-align: top;
}

.banner {
	width: 100%;
	padding: 0 6.25%;
	margin: 0 auto 4.6875%;
}

.ui_btn {
	clear: both;
	width: 87.5%;
	text-align: center;
	margin: 0 auto;
}

.ui_btn ul {
	width: 100%;
}

.ui_btn li {
	display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
}

.ui_btn .ghost_btn {
	display: block;
    width: 100%;
	padding: 7px 0;
	line-height: 1;
	border: 2px solid #000;
	text-align: center;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	margin: 0 auto;
	font-size: 1rem;
}

/* end parts */

/*----------------------------------------------------
	end common
----------------------------------------------------*/

/*----------------------------------------------------
	header>elements
----------------------------------------------------*/

/*----------------------------------------------------
	end header>elements
----------------------------------------------------*/

/*----------------------------------------------------
	footer>elements
----------------------------------------------------*/

/*----------------------------------------------------
	end footer>elements
----------------------------------------------------*/

/*----------------------------------------------------
	Top
----------------------------------------------------*/

.news {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 2.1875% 0;
}

.news dl {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	/display: inline;
	/zoom: 1;
	text-align: left;
	line-height: 1;
	font-size: 0.8125rem;
}

.news dl dd {
	margin: -1em 0 8px 8em;
}

.thumbs {
	width: 100%;
}

.thumbs li {
	width: 40.625%;
	float: left;
	margin: 0 0 4.6875% 6.25%;
}

.thumbs li:nth-child(odd) {
	clear: both;
}

/*----------------------------------------------------
	end Top
----------------------------------------------------*/

/*----------------------------------------------------
	Other
----------------------------------------------------*/

.contents_title {
	line-height: 1;
	text-align: center;
	padding: 3.125% 3.125% 1.5625%;
	font-size: 1.25rem;
}

.contents {
	padding: 0 3.125% 4.6875%;
	text-align: center;
}

.contents_text {
	text-align: left;
	padding: 0 1.666%;
	font-size: 0.8125rem;
}

.characters {
	margin: 0 auto 2.6075%;
	width: 100%;
}

.characters h2 {
	font-size: 1.1875rem;
	line-height: 1;
	text-align: center;
	padding-top: 3.125%;
	margin-bottom: 2.5%;
}

.characters li {
	display: block;
	width: 87.5%;
	margin-left: 6.25%;
	margin-bottom: 2.08333%;
}

.characters img {
	width: 90px;
	height: 90px;
}

.characters dl {
	min-height: 90px;
	margin: -90px 0 0 100px;
	font-size: 0.8125rem;
}

.characters dt {
	font-weight: bold;
}

.conts_ttl{
	width: 100%;
	position: relative;
	padding: 2% 6.25%;
}

/*----------------------------------------------------
	end Other
----------------------------------------------------*/

@media screen and (min-width : 768px){
html{ font-size : 87.5%;}
.characters li {
	width: 40.625%;
	float: left;
	margin-left: 6.25%;
}

.characters li:nth-child(odd) {
	clear: both;
}
}

@media screen and (min-width : 960px) {
html{ font-size : 100%};
}