@charset "utf-8";
/* ===================================================================
 style info : 各cssファイル読み込み用
 author     : name
=================================================================== */

/* default style - リセット
----------------------------------------------------------- */
@charset "utf-8";
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

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

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

.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;
}
img {
	line-height: 1;
	vertical-align:bottom
}

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;
}


/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* module style - ヘッダー、フッター
----------------------------------------------------------- */
@charset "utf-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */
.en {
	font-family: 'Open Sans', sans-serif;
}

#globalHeader div.inner {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	color: #0081cc /* #0099BE */;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	position: relative;
}


/*----------------------------------------------------
	#globalHeader
----------------------------------------------------*/
#globalHeader {
	margin-bottom: 70px;
	border-top: #0081cc 5px solid;
}
#globalHeader h1 {
	font-size: 280%;
	margin-bottom: 20px;
}
#globalHeader h2 {
	font-weight: normal;
	font-size: 350%;
	margin-bottom: 30px;
}
#globalHeader h2 span {
	font-size: 55%;
}

#globalHeader p {
	font-size: 160%;
	margin-bottom: 15px;
}
#globalHeader p span {
	font-size: 80%;
}
#globalHeader p.host {
	margin-bottom: 40px;
}

#globalHeader div#circle {
	position: absolute;
	width: 180px; height: 180px;
	top: 20px; right: 0;
	background: #0081cc;
	color: #FFF;
	border-radius: 50%;
	text-shadow: none;
	text-align: center;
	font-size: 140%;
	padding-top: 60px;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
			box-shadow: 0 10px 6px -6px #777;
}

#globalHeader div#circle strong {
	font-weight: bold;
	font-size: 180%;
}



/* グローバルナビゲーション
----------------------------------------------------*/
#globalHeader .nav {
	overflow: auto;
}

#globalHeader .nav ul {
	/zoom: 1;
	background-color: #EB6100;
}
#globalHeader .nav ul:after {
	content: '';
    display: block;
    clear: both;
}
#globalHeader .nav ul li {
	float: left;
	width: 25%;
	text-align: center;
}
#globalHeader .nav ul li a {
	display: block;
	line-height: 4;
	background-color: #0081cc;
	border: #0081cc 1px solid;
	border-left: #fff 1px solid;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
#globalHeader .nav ul li:first-child a {
	border-left: #0081cc 1px solid;
}
#globalHeader .nav ul li a:hover {
	background-color: #fff;
	color: #0081cc;
	text-decoration: none;
}
#globalHeader .nav ul li.current a {
	background-color: #fff;
	color: #0081cc;
}





/* ページトップボタン
----------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 86%;
}
#page-top a {
	background-color: rgba(120,120,120, 0.8);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 34px 0 22px;
    text-align: center;
    display: block;
    border-radius: 5px;
	position: relative;
}
#page-top a::before {
	border-left: 3px solid #9E9E9E;
	border-top: 3px solid #9E9E9E;
	border-radius: 2px;
	content: "";
	margin: 0 0 0 10px;
	height: 10px;
	width: 10px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 18px;
	right: 50%;
	margin-right: -7px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(180,180,180, 0.8);
}




#globalFooter div.inner {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: #999 2px solid;
	overflow: hidden;
}
/*----------------------------------------------------
	#globalFooter
----------------------------------------------------*/
#globalFooter {
	clear: both;
	background: #fff;
	border-bottom: #0081cc 3px solid;
}
#globalFooter h3 {
	background: #0081cc;
	border-radius: 5px;
	width: 140px;
	text-align: center;
	color: #FFF;
	padding: 24px 0;
	margin-right: 18px;
	float: left;
}
#globalFooter p {
	width: 700px;
	line-height: 1.6;
}

#globalFooter ul {
	list-style: none;
}

#globalFooter ul li {
	display: inline;
	margin-right: 10px;
}


/* copyright
----------------------------------------------------*/
#globalFooter p.copyright {
	text-align: center;
}

#globalFooter p.copyright small {
}



/* all style
----------------------------------------------------------- */
@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family:"Open Sans","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

input, textarea {
	font-family: "Open Sans","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a img:hover {
	opacity: 0.7;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
.clearfix:after {
	content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tC,
.btn {
	text-align: center;
}

.tR,
.sign {
	text-align: right;
}


/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#page {
	font-size: 100%;
}


/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.contents:after {
    content: '';
    display: block;
    clear: both;
}


/*----------------------------------------------------
	#main（メインコンテンツ）
----------------------------------------------------*/
#main {
	padding: 0 60px;
}

#main table,
#main ol,
#main ul,
#main dl,
#main blockquote,
#main pre,
#main p {
	margin-bottom: 10px;
}

#main h1 {
	font-size: 260%;
	font-weight: normal;
	letter-spacing: 0.3em;
	color: #0081cc;
	margin-bottom: 1em;
}
#main h1 span {
	font-size: 75%;
	letter-spacing: 0;
}

#main p {
	font-size: 116%;
	line-height: 1.6;
}

#main section + section {
	margin-top: 100px;
}



.entryBtn {
	padding-top: 80px;
}
.entryBtn a {
	background-color: #F2A626;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.1) 100%);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 25px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: white;
	display: block;
	line-height: 50px;
	font-size: 131%;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}
.entryBtn a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
}
.entryBtn a:hover {
	text-decoration: none;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.2) 100%);
}


#newinfo {
	overflow: hidden;
	font-size: 116%;
	border: #CCC 1px solid;
	padding-top: 1em;
	height: 50px;
	overflow-y: scroll;
}
#newinfo dt {
	width: 8em;
	float: left;
	clear: both;
	padding-left: 1em;
}
#newinfo dd {
	padding-left: 10em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: #CCC 1px dotted;
}


#overview {
	overflow: hidden;
	font-size: 116%;
	border-top: #CCC 1px solid;
	padding-top: 1.5em;
}
#overview dt {
	color: #EB6100;
	width: 4em;
	float: left;
	clear: both;
	letter-spacing: 1em;
}
#overview dt.none {
	letter-spacing: 0;
}
#overview dd {
	padding-left: 5em;
	border-bottom: #CCC 1px solid;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	text-indent: -1em;
}
#overview dd::before {
	content: "：";
	color: #EB6100;
}

/**/

#overview1 {
	overflow: hidden;
	font-size: 116%;
	border-top: #CCC 1px solid;
	padding-top: 1.5em;
}
#overview1 dt {
	color: #EB6100;
	width: 50%;
	float: left;
	clear: both;
	/*letter-spacing: 1em;*/
	font-weight: bold;
}
#overview1 dt.none {
	letter-spacing: 0;
}
#overview1 dd {
	padding-left: 5em;
	border-bottom: #CCC 1px solid;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	text-indent: -1em;
}
#overview1 dd::before {
	content: "：";
	color: #EB6100;
}

#overview1 dt .dltop{
	border-top: none 0px;
}

/**/


#programTable {
	width: 100%;
	font-size: 116%;
	line-height: 1.5;
	border-top: #CCC 1px solid;
}
#programTable th,
#programTable td {
	padding: 1em 0;
	text-align: left;
}
#programTable th {
	background-color: #FDDADF /* #CEE9F1 */;
	width: 8em;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
#programTable tr {
	border-bottom: #CCC 1px solid;
}
#programTable td.category {
	color: #EB6100;
	width: 9em;
	text-align: center;
	vertical-align: middle;
}
#programTable td strong {
	font-size: 110%;
}
#programTable td span {
	font-size: 80%;
	color: #666;
}
#programTable td table {
	margin: 0;
	width: 100%;
}
#programTable table tr:last-child {
	border-bottom: none;
}




#assent {
	overflow: hidden;
	margin-right: -2%;
}
#assent .corp {
	width: 48%;
	border: #EB6100 1px solid;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	float: left;
	/*position: relative;*/
	text-align: center;
}
#assent .corp h3 {
	background-color: #EB6100;
	color: #FFF;
	font-size: 116%;
	font-weight: normal;
	padding: 0.2em 0.5em;
	text-align: left;
}
#assent .corp p {
	font-weight: bold;
	text-align: right;
	padding: 0.5em;
	margin: 0;
}
#assent .corp ul {
	list-style: none;
	margin-left: 2em;
	line-height: 1.5;
}
#assent .corp ul li {
	position: relative;
}
#assent .corp ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #EB6100;
	border-radius: 100%;
}







