@charset "UTF-8";/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 20px;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}

#cboxLoadingGraphic {
	background: url("/assets/images/vendor/colorbox/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url("/assets/images/vendor/colorbox/controls.png") no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url("/assets/images/vendor/colorbox/controls.png") no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url("/assets/images/vendor/colorbox/controls.png") no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("/assets/images/vendor/bx_loader.gif") center center no-repeat white;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url("/assets/images/vendor/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url("/assets/images/vendor/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("/assets/images/vendor/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("/assets/images/vendor/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666666 \9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* =============================
 * reset styles import compass/reset
 * =============================
 *
 */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

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

body {
	color: #313131;
	font: 13px/25px "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

a {
	color: #313131;
	text-decoration: none;
}

/* =============================
 * common styles
 * =============================
 *
 */
.container {
	*zoom: 1;
	width: 1100px;
	margin: 0 auto;
}
.container:after {
	content: "";
	display: table;
	clear: both;
}

.inner {
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: whitesmoke;
	width: 100%;
}
.inner:after {
	content: "";
	display: table;
	clear: both;
}

.tag {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	min-width: 120px;
padding: 0 8px;

}

.tag_wide {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 230px;
}

.tag_white {
	color: #313131;
	background-color: white;
}

.tag_red,.tag_type_1 {
	color: white;
	background-color: #ee404f;
}

.tag_blue,.tag_type_2 {
	color: white;
	background-color: #007aec;
}

.tag_green,.tag_type_3,.tag_news_2 ,.tag_blog_11 {
	color: white;
	background-color: #00ae35;
}

.tag_indigo,.tag_news_1,.tag_type_4,.tag_blog_6 {
	color: white;
	background-color: #00366e;
}




.tag_skyblue,.tag_news_4,.tag_type_5,.tag_blog_7  {
	color: white;
	background-color: #00bdbb;
}

.tag_yellow,.tag_news_3,.tag_type_6,.tag_blog_8  {
	color: white;
	background-color: #ffa11a;
}

.tag_ocher,.tag_news_5,.tag_blog_9  {
	color: white;
	background-color: #ae9b35;
}

.tag_brown,.tag_news_6 ,.tag_blog_10 {
	color: white;
	background-color: #ad6f54;
}

.tag_darkbrown,.tag_blog_1 {
	color: white;
	background-color: #7b3400;
}

.tag_marinblue,.tag_blog_2 {
	color: white;
	background-color: #0c5661;
}
.tag_darkgreen,.tag_blog_3 {
	color: white;
	background-color: #205119;
}
.tag_mossgreen,.tag_blog_4 {
	color: white;
	background-color: #777803;
}

.tag_gray,.tag_blog_5 {
	color: white;
	background-color: #b3b3b3;
}

img.adjust_img {
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.pager_links {
	*zoom: 1;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	padding: 0 7px;
}
.pager_links:after {
	content: "";
	display: table;
	clear: both;
}

a.pager_prev,
a.pager_next {
	height: 30px;
	line-height: 30px;
	color: #575757;
}

.pager_prev {
	float: left;
}

.pager_next {
	float: right;
}

.pagination {
	*zoom: 1;
	width: 100%;
	padding: 14px 7px;
	margin-top: 30px;
	text-align: center;
}
.pagination:after {
	content: "";
	display: table;
	clear: both;
}
.pagination .number {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
.pagination .number a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	background-color: #00366e;
	color: white;
}
.pagination .number .active {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	background-color: #a00;
	color: white;
}
.pagination .monthly {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
.pagination .monthly a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
}

.entry_list .entry_header {
	*zoom: 1;
	margin-bottom: 7px;
}
.entry_list .entry_header:after {
	content: "";
	display: table;
	clear: both;
}
.entry_list .date {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	width: 80px;
	margin-right: 10px;
}
.entry_list .tag {
	float: left;
}
.entry_list .entry_title {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 506px;
	margin-left: 14px;
	line-height: 30px;
}
.entry_list .entry_title a {
	text-decoration: underline;
}
.entry_list .closeup {
	position: relative;
	height: 177px;
	margin-bottom: 14px;
}
.entry_list .closeup .entry_thumbnail {
	position: relative;
	overflow: hidden;
	float: left;
	width: 230px;
	height: 120px;
	margin-right: 14px;
	border: 10px solid #e6e6e6;
}
.entry_list .closeup .entry_exception {
	*zoom: 1;
	float: left;
	overflow: hidden;
	line-height: 25px;
	width: 506px;
	height: 100px;
}
.entry_list .closeup .entry_exception:after {
	content: "";
	display: table;
	clear: both;
}
.entry_list .closeup .readmore {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	background-color: #b3b3b3;
	color: white;
}

#tab {
	*zoom: 1;
	margin-top: 30px;
}
#tab:after {
	content: "";
	display: table;
	clear: both;
}
#tab .tab_name {
	float: left;
	width: 150.8px;
	height: 30px;
	margin-right: 1px;
	line-height: 30px;
	color: white;
	background-color: #ee404f;
	cursor: pointer;
	text-align: center;
}
#tab .tab_name.small{
	font-size:11px;
}
#tab .tab_name.active {
	background-color: #00366e;
}

#tab_contents {
	overflow: hidden;
}
#tab_contents .tab_content {
	display:none;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#tab_contents .tab_content.active {
	z-index: 2;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.sidebar .rkuch span {
	font-style: italic;
}
.sidebar .banner_wrapper {
	margin: 30px 0;
}
.sidebar .banner_wrapper .banner + .banner {
	margin-top: 7px;
}
.sidebar .banner_wrapper a {
	display: block;
	width: 100%;
}
.sidebar .banner_wrapper img {
	width: 100%;
	height: auto;
}
.sidebar .category_list .tag_wide {
	margin-bottom: 1px;
}
.sidebar .category_list + .category_list {
	margin-top: 30px;
}
.sidebar .category_post_counter {
	*zoom: 1;
}
.sidebar .category_post_counter:after {
	content: "";
	display: table;
	clear: both;
}
.sidebar .category_post_counter .tag {
	float: left;
	width: 50%;
	margin-bottom: 1px;
}

/* =============================
 * main layout styles
 * =============================
 *
 */
html,
body {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

#contents {
	*zoom: 1;
	margin-top: 30px;
}
#contents:after {
	content: "";
	display: table;
	clear: both;
}

.main_area {
	float: left;
	overflow: hidden;
	width: 820px;
}

.page_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	padding: 15px 25px;
	margin-bottom: 30px;
	height: 60px;
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: whitesmoke;
	width: 100%;
}
.page_title:after {
	content: "";
	display: table;
	clear: both;
}

.main_contents {
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: whitesmoke;
	width: 100%;
	padding: 25px;
}
.main_contents:after {
	content: "";
	display: table;
	clear: both;
}

.contents_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 30px;

}
.contents_pdf{

    margin-bottom: 30px;
    float: right;
	color: #ee404f; font-size: 25px;
}

.sidebar {
	float: left;
	overflow: hidden;
	margin-left: 30px;
	width: 250px;
}

.side_inner {
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: whitesmoke;
	width: 100%;
	padding: 30px 10px;
}
.side_inner:after {
	content: "";
	display: table;
	clear: both;
}
.side_inner + .side_inner {
	margin-top: 30px;
}

.side_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 30px;
}
.side_title a,.side_title a:hover,.side_title a:visited{
	color: #ee404f;	
}

.breadcrumb {
	margin-bottom: 7px;
	color: #b3b3b3;
}
.breadcrumb a {
	margin: 0 10px;
	color: #b3b3b3;
	vertical-align: middle;
}
.breadcrumb .current_page {
	vertical-align: middle;
	color: #ee404f;
}

.partner_wrapper {
	width: 100%;
	background-color: whitesmoke;
}

#partner {
	margin: 30px auto 0;
	width: 1050px;
	padding: 30px 25px;
}
#partner ul {
	*zoom: 1;
	margin-left: -12px;
}
#partner ul:after {
	content: "";
	display: table;
	clear: both;
}
#partner li {
	float: left;
	height: 80px;
	width: 165px;
	margin: 0 0 12px 12px;
}

#footer {
	width: 100%;
	background: #00366e url("/assets/images/layout/footer/bg_footer.jpg") top center no-repeat;
}
#footer a {
	color: whitesmoke;
}
#footer .link_area {
	position: relative;
	padding-top: 30px;
	z-index: 1000;
}
#footer .links {
	width: 1100px;
	margin: 0 auto;
}
#footer .links > li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-right: 20px;
	vertical-align: top;
	font-size: 14px;
	max-width: 220px;
}
#footer .links > li:before, #footer .links > li::before {
	content: ">";
	color: #ee404f;
}
#footer .links > li ul {
	margin-top: 7px;
}
#footer .links > li li {
	font-size: 13px;
}
#footer .links > li li:before, #footer .links > li li::before {
	content: "･";
	color: #ee404f;
	margin-left: 5px;
}
#footer .links + .links {
	/*position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -550px;*/
	margin-bottom:20px;
	padding-top: 20px;
	border-top: 1px solid white;
}
#footer .bottom_area {
	position: relative;
	height: 100px;
	background-color: white;
	border-bottom: 5px solid black;
}
#footer .bottom_area .logo {
	position: absolute;
	left: 50%;
	margin-left: -550px;
	top: 50%;
	margin-top: -29.5px;
}
#footer .bottom_area .copyright {
	position: absolute;
	right: 50%;
	margin-right: -550px;
	bottom: 0;
	height: 28px;
	width: 264px;
	padding: 148px 0 0 53px;
	background-image: url("/assets/images/layout/footer/bg_copyright.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 10px;
}
#footer .bottom_area .copyright a {
	color: #575757;
}

#header {
	border-top: 10px solid whitesmoke;
}
#header .top_nav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*zoom: 1;
	float: right;
	height: 40px;
	width: 453px;
	padding: 7px 25px;
	background-image: url("/assets/images/layout/header/bg_top_nav.png");
}
#header .top_nav:after {
	content: "";
	display: table;
	clear: both;
}
#header .top_nav li {
	float: left;
	margin: 0 19px;
}
#header .top_nav a:before, #header .top_nav a::before {
	content: ">";
	color: #ee404f;
	font-weight: bold;
	margin-right: 3px;
	vertical-align: 1px;
}
#header .logo {
	float: left;
}
#header .search_form {
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	height: 40px;
	width: 265px;
	margin: 11px 25px 0 0;
	padding: 5px 10px;
	background-color: whitesmoke;
}
#header .search_form:after {
	content: "";
	display: table;
	clear: both;
}
#header .search_form input {
	-webkit-transition: border-color 100ms linear;
	-moz-transition: border-color 100ms linear;
	-o-transition: border-color 100ms linear;
	transition: border-color 100ms linear;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	float: left;
	height: 30px;
	width: 220px;
	padding: 3px 0 0 0.5em;
	border: #a4a4a4 solid 3px;
	font-size: 13px;
}
#header .search_form input:hover {
	border: #f8b5bb solid 3px;
}
#header .search_form input:focus {
	border: #ee404f solid 3px;
	outline: none;
}
#header .search_form button {
	float: left;
	-webkit-appearance: none;
	height: 30px;
	width: 34px;
	margin-left: -11px;
	border: none;
	background: transparent url("/assets/images/layout/header/btn_search.png") 0 0 no-repeat;
	cursor: pointer;
	outline: none;
}

#glo_nav {
	*zoom: 1;
	width: 100%;
	height: 70px;
	margin-top: 42px;
	background: #00366e url("/assets/images/layout/header/bg_glonav.png") 0 0 repeat-x;
	font-size: 14px;
	line-height: 23px;
}
#glo_nav:after {
	content: "";
	display: table;
	clear: both;
}
#glo_nav li {
	position: relative;
	float: left;
	width: 153px;
	height: 70px;
	margin: 0;
}
#glo_nav li + li {
	margin-left: 4px;
}
#glo_nav li a {
	display: block;
	padding: 24px 0 23px;
	color: white;
	text-align: center;
	vertical-align: middle;
	background: none;
}
#glo_nav li a.multiple_line {
	padding: 12px 0;
}
#glo_nav li a:hover {
	background: #ee404f url("/assets/images/layout/header/bg_glonav_hover.png") 0 0 repeat-x;
	text-decoration: none;
}
#glo_nav .dropdown-toggle:hover .dropdown-content {
	height: auto;
}
#glo_nav .dropdown-content {
	-webkit-transition: height 150ms linear;
	-webkit-transition-delay: 40ms;
	-moz-transition: height 150ms linear 40ms;
	-o-transition: height 150ms linear 40ms;
	transition: height 150ms linear 40ms;
	position: absolute;
	overflow: hidden;
	left: -276px;
	top: 100%;
	height: 0;
	width: 1100px;
	background: #e10001 url("/assets/images/layout/header/bg_glonav_dropdown.png") 0 bottom repeat-x;
	z-index: 100;
}
#glo_nav .dropdown-content .league_links {
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1050px;
	padding: 20px 15px 0;
	font-size: 15px;
	margin-bottom: 10px;
}
#glo_nav .dropdown-content .league_links:after {
	content: "";
	display: table;
	clear: both;
}
#glo_nav .dropdown-content .league_links a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	color: white;
	background: none;
	padding: 0;
	width: 33%;
text-align: left;
}

/* =============================
 * each page layout styles
 * =============================
 *
 */
.page-index .main_visual {
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background-color: whitesmoke;
}
.page-index .main_visual:after {
	content: "";
	display: table;
	clear: both;
}
.page-index .slider_wrap {
	overflow: hidden;
	float: left;
	margin-right: 10px;
	height: 350px;
	width: 820px;
}
.page-index #slider li {
	overflow: hidden;
	position: relative;
	width: 820px;
	height: 350px;
}
.page-index #thumbnails {
	float: left;
	width: 250px;
}
.page-index #thumbnails li {
	height: 80px;
}
.page-index #thumbnails li + li {
	margin-top: 10px;
}
.page-index #thumbnails a {
	-webkit-transition: opacity 120ms linear;
	-moz-transition: opacity 120ms linear;
	-o-transition: opacity 120ms linear;
	transition: opacity 120ms linear;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}
.page-index #thumbnails a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.page-index #thumbnails a.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.page-index .recent_games {
	overflow: hidden;
	height: 150px;
	width: 1100px;
	padding: 7px 0;
	margin-bottom: 30px;
	background-color: #00366e;
}
.page-index .recent_games .team {
	width: 1100px;
}
.page-index .recent_games .control_left,
.page-index .recent_games .control_right {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 60px;
	cursor: pointer;
}
.page-index .recent_games .control_left {
	left: -15px;
	background: transparent url("/assets/images/page/index/slider/bx-pager-left.gif") 0 0 no-repeat;
}
.page-index .recent_games .control_right {
	right: -15px;
	background: transparent url("/assets/images/page/index/slider/bx-pager-right.gif") 0 0 no-repeat;
}
.page-index .recent_games .bx-viewport {
	background-color: #00366e;
}
.page-index .recent_games .game {
	width: 250px;
	height: 150px;
	background-color: white;
	color: #575757;
	position:relative;
}
.page-index .recent_games .game .date {
	position: relative;
	height: 30px;
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	color: white;
	background-color: #cccccc;
}
.page-index .recent_games .game .game_name{
	position: absolute;
font-size: 12px;
/* left: 20px; */
text-align: left;
width: 86%;
top: 35px;
padding: 0 20px;
box-sizing: border-box;
line-height: 15px;
}
.page-index .recent_games .game .match {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	height: 75px;
	width: 250px;
	border-bottom: 1px solid whitesmoke;
	vertical-align: middle;
	text-align: center;
}
.page-index .recent_games .game .teamname {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 60px;
	margin: 0 7px;
	font-size: 10px;
	line-height: 18px;
}
.page-index .recent_games .game .score {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 35px;
	line-height: 40px;
}
.page-index .recent_games .game .score .winner {
	color: #ee404f;
}
.page-index .recent_games .game .score .center {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 7px;
	font-size: 20px;
	vertical-align: bottom;
}
.page-index .recent_games .game .place {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1em;
	height: 30px;
	line-height: 30px;
}
.page-index .recent_games .game.schedule .teamname {
	width: 78px;
	font-size: 12px;
}
.page-index .recent_games .game.schedule .center {
	font-size: 28px;
}
.page-index .recent_games .game.new_result .date {
	border-left: 5px solid #ee404f;
}
.page-index .recent_games .game.new_result .date span {
	/*position: absolute;*/
	background:none;
	left: 10px;
	color: #ee404f;
	font-size: 14px;

}
.page-index .main_area .inner {
	position: relative;
	padding: 25px;
}
.page-index .main_area .inner + .inner {
	margin-top: 30px;
}
.page-index .main_area .link_to_list {
	position: absolute;
	font-size: 15px;
	top: 25px;
	right: 25px;
	color: #ee404f;
}
.page-index .ranking_wrap {
	width: 100%;
	height: 155px;
	background-color: white;
}
.page-index .ranking_wrap + .ranking_wrap {
	margin-top: 30px;
}
.page-index .ranking_wrap .league_name {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
.page-index .ranking_wrap .ranking {
	padding: 21px 0 11px;
	text-align: center;
	font-size: 20px;
}
.page-index .ranking_wrap .ranking span {
	color: #ee404f;
	font-size: 50px;
}
.page-index .ranking_wrap .ranking.red {
	border-top: 1px solid #f8b5bb;
	border-bottom: 1px solid #f8b5bb;
}
.page-index .ranking_wrap .ranking.blue {
	border-top: 1px solid #b0d5f8;
	border-bottom: 1px solid #b0d5f8;
}
.page-index .ranking_wrap .ranking.green {
	border-top: 1px solid #b5eec6;
	border-bottom: 1px solid #b5eec6;
}
.page-index .ranking_wrap .note {
	text-align: center;
}

.page-entry .entry_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
}
.page-entry .entry_meta {
	*zoom: 1;
	margin-top: 30px;
}
.page-entry .entry_meta:after {
	content: "";
	display: table;
	clear: both;
}
.page-entry .entry_meta .date {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	width: 120px;
}
.page-entry .entry_meta .social_btns {
	float: right;
	position: relative;
	height: 30px;
	width: 240px;
}
.page-entry .entry_meta .social_btns .tw {
	position: absolute;
	right: 0;
	top: 5px;
}
.page-entry .entry_meta .social_btns .fb {
	position: absolute;
	top: 0;
	left: 0;
}
.page-entry .entry_content {
	margin-top: 30px;
	border-top: 1px solid white;
}
.page-entry .entry_content p {
	*zoom: 1;
	margin: 21px 0;
}
.page-entry .entry_content p:after {
	content: "";
	display: table;
	clear: both;
}

.page-contact .main_contents address {
	margin: 0 0 30px 30px;
}

.page-oblist .year {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	margin: 30px 0 0 30px;
}
.page-oblist .year:before, .page-oblist .year::before {
	content: "＞";
	margin-right: 0.5em;
}
.page-oblist a {
	color: #313131;
}
.page-oblist a:hover {
	text-decoration: underline;
}

.page-ob .member {
	*zoom: 1;
	position: relative;
	margin-top: 30px;
}
.page-ob .member:after {
	content: "";
	display: table;
	clear: both;
}
.page-ob .member h3 {
	float: left;
	width: 390px;
}
.page-ob .member .name {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 25px;
	line-height: 30px;
	color: #313131;
	width: 180px;
	margin-right: 30px;
	vertical-align: bottom;
}
.page-ob .member .kana {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 150px;
}
.page-ob .member .links {
	position: absolute;
	left: 390px;
	bottom: 0;
}
.page-ob .member .links a {
	color: #575757;
}
.page-ob .member .links a + a {
	margin-left: 14px;
}
.page-ob .member .links a span {
	color: #ee404f;
}

.page-about table {
	line-height: 30px;
}
.page-about td, .page-about th {
	border: 2px white solid;
	border-collapse: collapse;
	text-align: center;
}
.page-about thead td, .page-about th {
	background-color: #00366e;
	color: white;
}
.page-about .managers {
	margin: 30px 0;
}
.page-about .managers .position {
	width: 180px;
}
.page-about .managers .name {
	width: 300px;
}
.page-about .managers .note {
	width: 270px;
}
.page-about .message {
	*zoom: 1;
	margin-bottom: 30px;
}
.page-about .message:after {
	content: "";
	display: table;
	clear: both;
}
.page-about .message img {
	display: block;
	float: left;
	margin-right: 30px;
}
.page-about .message p {
	overflow: hidden;
}
.page-about .dormitory {
	overflow: hidden;
	margin-bottom: 30px;
}
.page-about .dormitory .dormitory_photo {
	float: left;
	width: 266px;
	height: 185px;
	margin-right: 30px;
}
.page-about .dormitory .name {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	margin: 14px 0;
}
.page-about .dormitory th {
	width: 150px;
	border: 1px whitesmoke solid;
}
.page-about .dormitory td {
	width: 300px;
	padding-left: 30px;
	text-align: left;
	background-color: white;
	border: 1px whitesmoke solid;
}
.page-about .tab_name {
	margin-left: 2px;
}
.page-about .history {
	margin-top: -1px;
	width: 100%;
}
.page-about .history table {
	width: 770px;
}
.page-about .history td {
	height: 30px;
}
.page-about .history .year,
.page-about .history .month {
	width: 60px;
}
.page-about .history .category {
	width: 120px;
}
.page-about .history .yellow {
	background-color: #ffa11a;
	color: white;
}
.page-about .history .green {
	background-color: #00ae35;
	color: white;
}

.page-gamelist .term{
	background-color: whitesmoke;
padding-top: 20px;
padding-bottom:20px;
}
.page-gamelist .term a, .page-gamelist .term span {
	margin: 0 30px;
	font-size: 15px;
}
.page-gamelist .term a {
	color: #ee404f;
}
.page-gamelist table th, .page-gamelist table td {
	padding-top: 13px;
	padding-bottom: 12px;
	border: 2px solid white;
	text-align: center;
}
.page-gamelist table th {
	background-color: #00366e;
	color: white;
}
.page-gamelist table .sec {
	width: 45px;
}
.page-gamelist table .date {
	width: 105px;
}
.page-gamelist table .kickoff {
	width: 105px;
}
.page-gamelist table .match {
	width: 270px;
}
.page-gamelist table .place {
	width: 120px;
}
.page-gamelist table .reslut {
	width: 120px;
}
.page-gamelist table a {
	color: #575757;
}
.page-gamelist table td.match {
	padding-left: 30px;
	padding-right: 15px;
	width: 225px;
	text-align: left;
}
.page-gamelist table td.match span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 4px;
}

.page-game .league_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #b3b3b3;
}
.page-game .game_header {
	*zoom: 1;
	height: 30px;
	margin-bottom: 30px;
}
.page-game .game_header:after {
	content: "";
	display: table;
	clear: both;
}
.page-game .game_header > span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.page-game .game_header .social_btns {
	float: right;
	position: relative;
	height: 30px;
	width: 240px;
}
.page-game .game_header .social_btns .tw {
	position: absolute;
	left: 0;
	top: 5px;
}
.page-game .game_header .social_btns .fb {
	position: absolute;
	top: 0;
	right: 0;
}
.page-game .game_details {
	width: 100%;
}
.page-game .game_details td, .page-game .game_details th {
	border: 2px white solid;
	border-collapse: collapse;
}
.page-game .game_details thead {
	height: 50px;
	line-height: 50px;
	color: white;
	background-color: #00366e;
}
.page-game .game_details thead th {
	text-align: center;
}
.page-game .game_details thead .centar_cell {
	color: #e5e600;
}
.page-game .game_details thead .home,
.page-game .game_details thead .away {
	width: 296px;
}
.page-game .game_details .centar_cell {
	width: 170px;
}
.page-game .game_details .score > .home,
.page-game .game_details .score > .away {
	font-size: 80px;
	line-height: 80px;
	text-align: center;
}
.page-game .game_details .score .winner {
	color: #ee404f;
}
.page-game .game_details .score_detail {
	text-align: center;
}
.page-game .game_details .score_detail span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 40%;
}
.page-game .game_details .score_detail .home,
.page-game .game_details .score_detail .away {
	width: 30%;
}
.page-game .game_details .scorer,
.page-game .game_details .cards {
	height: 70px;
}
.page-game .game_details .scorer th,
.page-game .game_details .cards th {
	text-align: center;
}
.page-game .game_details .scorer .home,
.page-game .game_details .scorer .away,
.page-game .game_details .cards .home,
.page-game .game_details .cards .away {
	padding: 0 7px;
	vertical-align: top;
}
.page-game .game_details .scorer .home,
.page-game .game_details .cards .home {
	text-align: right;
}
.page-game .game_details .scorer .away,
.page-game .game_details .cards .away {
	text-align: left;
}
.page-game .game_details .y_card,
.page-game .game_details .r_card {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	height: 10px;
	width: 10px;
	margin: -3px 5px 0;
	border: 1px solid white;
}
.page-game .game_details .y_card {
	background-color: #e5e600;
}
.page-game .game_details .r_card {
	background-color: #ee404f;
}
.page-game .formation {
	margin-top: 30px;
}
.page-game .formation h4 {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #00366e;
	width: 100%;
	color: white;
}
.page-game .formation .position {
	min-height: 100px;
	padding-top: 20px;
	position: relative;
	background-color: white;
	border-bottom: 2px solid whitesmoke;
}
.page-game .formation .position h5 {
	position: absolute;
	left: 15px;
	top: 45px;
	font-size: 40px;
	color: #cccccc;
}
.page-game .formation .row {
	*zoom: 1;
	width: 96%;
	margin: 0 auto;
	height: 50px;
}
.page-game .formation .row:after {
	content: "";
	display: table;
	clear: both;
}
.page-game .formation .player {
	float: left;
	height: 100%;
	text-align: center;
	line-height: 15px;
}
.page-game .formation .cell3 .player {
	width: 33%;
}
.page-game .formation .cell4 .player {
	width: 25%;
}
.page-game .formation .cell5 .player {
	width: 20%;
}
.page-game .formation .gk .player {
	float: none;
	width: 100%;
	margin-top: 30px;
}
.page-game .comment {
	*zoom: 1;
	margin-top: 30px;
	padding-bottom: 15px;
	text-align: center;
	background-color: white;
}
.page-game .comment:after {
	content: "";
	display: table;
	clear: both;
}
.page-game .comment h4 {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #00366e;
	width: 100%;
	color: white;
	margin-bottom: 30px;
}
.page-game .comment h5 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin: 0 14px 14px;
}
.page-game .comment .thumbnail {
	float: left;
	width: 250px;
	height: 140px;
	margin: 0 14px;
}
.page-game .comment .thumbnail img {
	width: 100%;
}
.page-game .comment p {
	float: left;
	overflow: hidden;
	width: 468px;
	text-align: left;
}
.page-game .league_links {
	*zoom: 1;
	padding: 25px;
	margin-top: 30px;
	font-size: 15px;
}
.page-game .league_links:after {
	content: "";
	display: table;
	clear: both;
}
.page-game .league_links a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding-right: 45px;
	color: #575757;
	font-size:14px;
}
.page-game .league_links div {
	width:33%;
	float:left;
}
	

.page-player .contents_title {
	overflow: hidden;
}
.page-player .contents_title .name {
	margin-right: 60px;
}
.page-player .contents_title .kana {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 14px;
}
.page-player .contents_title .position {
	float: right;
	font-style: italic;
}
.page-player .profile {
	overflow: hidden;
}
.page-player .profile .profile_photo {
	float: left;
	height: 310px;
	width: 260px;
	margin-right: 30px;
}
.page-player .profile table {
	float: left;
	width: 480px;
}
.page-player .profile th, .page-player .profile tr {
	border: 1px solid whitesmoke;
	height: 30px;
	line-height: 30px;
}
.page-player .profile th {
	background-color: #00366e;
	width: 150px;
	color: white;
	text-align: center;
}
.page-player .profile td {
	background-color: white;
	padding-left: 30px;
}
.page-player .galley {
	margin-top: 30px;
}
.page-player .galley h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #cccccc;
	margin-bottom: 30px;
}
.page-player #thumbnails {
	*zoom: 1;
}
.page-player #thumbnails:after {
	content: "";
	display: table;
	clear: both;
}
.page-player #thumbnails .thumbnail {
	height: 116px;
	width: 116px;
	float: left;
	margin: 0 12px 12px 0;
}
.page-player #thumbnails a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.page-link .main_contents h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ee404f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #575757;
	margin-bottom: 30px;
}
.page-link .text_links {
	width: 100%;
	margin-bottom: 60px;
}
.page-link .text_links td {
	padding-right: 30px;
}
.page-link .text_links a {
	color: #313131;
	font-size: 15px;
}
.page-link .text_links span {
	color: #ee404f;
}
.page-link .main_area .links li {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.page-link .main_area .links a {
	position: absolute;
	color: #313131;
	font-size: 15px;
	top: 30px;
	left: 180px;
}
.page-link .main_area .links span {
	color: #ee404f;
}
#main-sitemap .has_children{
    margin-bottom: 5px !important;
}
#main-sitemap .text_links{
    margin-left: 15px;
}
.page-memberlist .main_contents {
	margin-top: 30px;
}
.page-memberlist .main_contents .links {
	overflow: hidden;
	margin-left: -30px;
}
.page-memberlist .main_contents .links li {
	float: left;
	width: 360px;
	height: 120px;
	margin: 0 0 30px 30px;
	background-color: #00366e;
}
.page-memberlist .main_contents .links a {
	display: block;
	font-size: 25px;
	color: white;
	height: 120px;
	margin-left: 14px;
	line-height: 120px;
}

.page-playerlist .players {
	margin-left: -30px;
}
.page-playerlist .players li {
	float: left;
	margin: 0 0 30px 38px;
	height: 250px;
}
.page-playerlist .players a {
	display: block;
	position: relative;
	width: 162px;
	font-size: 16px;
	color: #00366e;
}
.page-playerlist .players .profile_photo {
	position: relative;
	overflow: hidden;
	width: 162px;
	height: 198px;
}
.page-playerlist .players .name {
	width: 120px;
}
.page-playerlist .players .name span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.page-playerlist .players .number {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-size: 35px;
	font-style: italic;
}

.page-schedule .schedules {
	height: 1600px;
}
.page-schedule .schedule li {
	overflow: hidden;
	height: 50px;
}
.page-schedule .schedule li .day,
.page-schedule .schedule li .week,
.page-schedule .schedule li .team {
	float: left;
	border: 1px solid white;
}
.page-schedule .schedule li .day,
.page-schedule .schedule li .week {
	width: 50px;
	text-align: center;
	line-height: 50px;
}
.page-schedule .schedule li .day.sun,
.page-schedule .schedule li .week.sun {
	color: #ee404f;
}
.page-schedule .schedule li .day.sat,
.page-schedule .schedule li .week.sat {
	color: #007aec;
}
.page-schedule .schedule li .team {
	width: 660px;
}
.page-schedule .schedule li .team .content {
	padding-left: 30px;
	width: 628px;
}
.page-schedule .schedule li .team .note {
	height: 25px;
	padding-left: 30px;
	width: 628px;
	background-color: white;
	border-left: 2px solid whitesmoke;
}
.page-schedule .schedule li a .content,
.page-schedule .schedule li a .note {
	color: #ee404f;
}
.page-schedule .schedule li a .content {
	padding-left: 24px;
	width: 628px;
	border-left: 5px solid #ee404f;
}
.page-schedule .schedule li.header {
	text-align: center;
	color: white;
	line-height: 50px;
	background-color: #00366e;
}

.page-access .field_photo {
	height: 370px;
	width: 770px;
	margin-bottom: 30px;
	position:relative;
	overflow: hidden;
}
.page-access .field_info {
	*zoom: 1;
	margin-bottom: 30px;
}
.page-access .field_info:after {
	content: "";
	display: table;
	clear: both;
}
.page-access .field_info table {
	float: right;
	width: 470px;
}
.page-access .field_info th,
.page-access .field_info td {
	border: 2px solid whitesmoke;
	padding-top: 3px;
	padding-bottom: 2px;
}
.page-access .field_info th {
	background-color: #00366e;
	color: white;
	text-align: center;
	width: 150px;
}
.page-access .field_info td {
	padding-left: 30px;
	background-color: white;
}
.page-access .map {
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
}
<li>

<a href='link.html'>マネージャー日記</a>

</li>