@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3","メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


.mobileHidden { display:none;}
 
@media screen and (min-width:480px) { 
    .desktopHidden { display:none;}
    .mobileHidden { display:inline;}
}



div.imagebox-r {
   float: right;
   margin-top:-1em;
   display: block;
   padding-left: 5em;
   padding-top: 0em;
}
ul.sma{
	margin-left: 40px;
	padding-left: 0px;
}

li.sma{
	width: 50%;
	padding: 2%;
	float: left;
	box-sizing : border-box;
	list-style: none;
}


figcaption {
	font-size: 80%;
	margin: 0em 0;
	text-align: center;
	border-bottom: none
	display: block;	
	marigin: 0 auto;
}




/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000333;
	font-size: 15px;
	line-height: 1.8;
	min-width: 960px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 40px;
    width: 860px;
}

#main .mainBox {
	margin: 0 auto;
	width: 860px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 8px 0 16px;
	background: url(../img/common/h_bg.gif) repeat left top;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 898px;
}

#gHeader .hBox .hInner {
	margin-top: 7px;
	padding: 1px 0 2px 10px;
	float: left;
	width: 50%;
	border-left: 6px solid #00478F;
}

#gHeader .hBox .hInner ul {
	margin: 0 0 -1px 2px;
}

#gHeader .hBox .hInner li {
	margin-right: 2px;
	display: inline;
}

#gHeader .hBox .hInner li img {
	height: 22px;
}

#gHeader .hBox h1 img {
	height: 27px;
}

#gHeader .hBox .hLink {
	padding: 0 17px 0 0;
	width: 40%;
	float: right;
	text-align: right;
}

#gHeader .hBox .hLink li {
	margin-left: 18px;
	display: inline;
	font-size: 11px;
}

#gHeader .hBox .hLink li a {
	padding-left: 11px;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left center;
}

#gHeader .hBox .hLink li:first-child {
	margin: 0;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 47px;
	background: #055DB7 url(../img/common/g_navi01_bg01.jpg) repeat-x left bottom;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}

#gNavi ul {
	margin: 0 auto;
	width: 960px;
}

#gNavi ul li {
	font-size: 13px;
	display: table;
	float: left;
	width: 20%;
	text-shadow: 1px 1px 1px #000;
	box-sizing: border-box;
	position: relative;
	behavior: url(js/pie.htc);
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	border-right-width: 0.5px;
	border-left-width: 0.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}


#gNavi ul li a {
	padding: 10px 0 7px;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #055DB7 url(../img/common/g_navi01_bg01.jpg) repeat-x left bottom;
	border-right-width: 0.5px;
	border-left-width: 0.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7CA8CF;
	border-left-color: #7CA8CF;
}

#gNavi ul li a:hover {
	text-decoration: none;
	background: #C4E2FF url(../img/common/g_navi01_bg02.jpg) repeat-x left bottom;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 25px 0 20px;
	color: #666;
	background: url(../img/common/h_bg.gif) repeat left top;
	overflow: hidden;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 866px;
}

#gFooter .fBox .fInner {
	float: left;
	width: 50%;
}

#gFooter .fBox .fInner .fLogo {
	margin-right: 27px;
	float: left;
}

#gFooter .fBox .fInner .fLogo img {
	width: 142px;
}

#gFooter .fBox .fInner p {
	margin-top: -1px;
	float: left;
	font-size: 11px;
	line-height: 1.45;
}

#gFooter .fBox .copyright {
	margin-top: 13px;
	float: right;
	font-size: 11px;
	text-align: right;
	width: 50%;
}

.pageTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 300;
}

.pageTop img {
	width: 50px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 35px;
	color: #00478f;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
	border-bottom: 1px solid #00478F;
}

#main .headLine01 span {
	margin-bottom: 20px;
	color: #666;
	display: block;
	font-size: 16px;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index #gNavi {
	margin: 0;
}

#index .pageTop {
	display: none;
}

#index #main {
	width: auto;
}

#index #main h2 {
	margin-bottom: 40px;
	text-align: center;
}

#index #main .txt {
	margin-bottom: -6px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7;
}

#index #main .link {
	margin: 0 7px 39px 0;
	font-size: 12px;
	text-align: right;
}

#index #main .link a {
	padding-right: 10px;
	color: #a8003b;
	background: url(../img/common/icon02.png) no-repeat right center;
}

#index #main .inner .lBox {
	float: left;
	width: 600px;
}

#index #main .inner .lBox h3 {
	padding: 0 12px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background: url(../img/index/h_bg.jpg) repeat-y left top;
	position: relative;
	text-shadow: 1px 1px 1px #000;
	behavior: url(js/pie.htc);
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #000;
}

#index #main .inner .lBox .txtBox {
	margin-bottom: 9px;
	height: 577px;
	border: 1px solid #DDD;
}

#index #main .inner .lBox .txtLink {
	font-size: 12px;
	text-align: right;
}

#index #main .inner .lBox .txtLink a {
	color: #3056c0;
}

#index #main .inner .rBox {
	float: right;
	width: 210px;
}

#index #main .inner .rBox ul li {
	margin-top: 15px;
	line-height: 1.5;
	text-align: center;
}

#index #main .inner .rBox ul li a {
	padding: 3px 0 1px;
	color: #00478f;
	display: block;
	border: 2px solid #00478F;
}

#index #main .inner .rBox ul li:first-child {
	margin: 0;
}

#index #main .inner .rBox ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
.box-g{
	font-size: 10px;
	border: thin solid #ddd;
}

/*------------------------------------------------------------
	history
------------------------------------------------------------*/
#history #main p {
	margin-bottom: 16px;
}

#history #main .note {
	margin: 0 0 2px;
	color: #b70040;
	text-align: right;
}

#history #main dl > .dtStyle {
	padding: 3px;
}

#history #main dl dt {
	padding-top: 20px;
	float: left;
}

#history #main dl dd dt {
	padding-top: 17px;
}

#history #main > dl > dd p {
	margin: 0;
}

#history #main > dl > dd {
	padding: 0 0 3px 5.5em;
	border-top: 1px solid #C2C2C2;
}

#history #main > dl .none {
	border: none;
}

#history #main > dl > dd dd {
	padding: 15px 0 5px;
	float: right;
	width: 716px;
}

#history #main > dl .bd {
	border-top: 1px solid #C2C2C2;
}

#history #main > dl > .none dd {
	padding: 0;
}

#history #main > dl > .ddStyle dd .txt {
	font-size: 18px;
}

#history #main > dl > dd .ttl {
	margin-bottom: -5px;
}

#history #main > dl > dd .red {
	margin-bottom: -1px;
	color: #b70040;
}

#history #main > dl > dd .color01,
#history #main > dl > dd a {
	color: #1c6bb0;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

#history #main > dl > dd .color01 {
	text-decoration: none
}

#history #main > dl > dd a:hover {
	text-decoration: none;
}

#history #main > dl > dd .txtLink {
	color: #000333;
	font-size: 15px;
	font-weight: normal;
}

#history #main > dl > dd .color02 {
	color: #5c2062;
}

#history #main > dl > dd .color03 {
	color: #000333;
	font-size: 18px;
	font-weight: normal;
}

/*------------------------------------------------------------
	whatsnew_archive
------------------------------------------------------------*/
#whatsnew_archive #gNavi {
	margin-bottom: 95px;
}

#whatsnew_archive #main h2 {
	margin-bottom: 36px;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	background: url(../img/whatsnew_archive/h2_bg.jpg) repeat-y left center;
}

#whatsnew_archive #main dl {
	font-size: 13px;
}

#whatsnew_archive #main dt {
	padding-top: 8px;
	float: left;
}

#whatsnew_archive #main dd {
	padding: 8px 0 5px 7em;
	background: url(../img/common/line01.gif) repeat-x left bottom;
}

#whatsnew_archive #main dd a {
	color: #000333;
	text-decoration: underline;
}

#whatsnew_archive #main dd a:hover {
	text-decoration: none;
}

#whatsnew_archive #main dd img {
	margin-left: 5px;
	vertical-align: middle;
}

#whatsnew_archive .pageTop {
	display: none;
}

#whatsnew_archive.iframe #gHeader,
#whatsnew_archive.iframe #gNavi,
#whatsnew_archive.iframe #gFooter,
#whatsnew_archive.iframe #main h2,
#whatsnew_archive.iframe .spUl {
	display: none !important;
}

/*------------------------------------------------------------
	about  上３箇所ﾘﾌｫｰﾑ用に追加
------------------------------------------------------------*/
#about #gNavi {
	margin: 0;
}

#about #main {
	width: auto;
}

#about #main h2 {
	margin-bottom: 40px;
	text-align: center;
}

#about #main .imgBoxR {
	margin-bottom: 61px;
	padding-bottom: 50px;
	border-bottom: 2px solid #98B6D2;
}

#about #main .imgBoxR .photoUl {
	margin-top: 1px;
	width: 111px;
	float: right;
}

/*#about #main .imgBoxR .photoUl li {
	margin-top: 25px;
	font-size: 13px;
	text-align: center;
}*/

#about #main .imgBoxR .photoUl li {
	margin-top: 25px;
	font-size: 11px;
	text-align: center;
}

#about #main .imgBoxR .photoUl li:first-child {
	margin-top: 0;
}

#about #main .imgBoxR .photoUl li img {
	width: 100%;
}


#about #main .imgBoxR .photoUl li span {
	display: block;
}

#about #main .imgBoxR .photoUl li .name {
	margin-top: 2px;
}

#about #main .imgBoxR .photoUl li .name span {
	font-size: 16px;
	line-height: 1.1;
}

#about #main .imgBoxR .textBox {
	float: left;
	width: 80%;
}

#about #main .imgBoxR .textBox h4 {
	margin-bottom: 1px;
	color: #00478F;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.45
}

#about #main .imgBoxR .textBox .text {
	margin-bottom: 36px;
}

#about #main .imgBoxR .textBox .txt {
	text-indent: 1em;
}

#about #main h5 {
	margin-bottom: 14px;
	color: #CC0033;
	font-size: 25px;
	font-weight: normal;
}

#about #main .imgBoxL {
	margin-bottom: 54px;
}

#about #main .imgBoxL01 {
	margin-bottom: 42px;
}

#about #main .imgBoxL .photoBox {
	margin-top: 5px;
	float: left;
	width: 47.3%;
}

#about #main .imgBoxL .photoBox img {
	width: 100%;
}

#about #main .imgBoxL .textBox {
	padding-bottom: 54px;
	width: 47.5%;
	float: right;
	border-bottom: 2px solid #B3B3B3;
}

#about #main .imgBoxL .textBox p {
	line-height: 1.8;
}

#about #main .imgBoxL .textBox p sup {
	font-size: 10px;
}

#about #main .imgBoxL01 .textBox {
	padding-bottom: 0;
	border-bottom: none;
}

#about #main .txtUl li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	font-size: 12px;
}

#about #main .txtUl li sup {
	font-size: 10px;
}

/*------------------------------------------------------------
	pickup
------------------------------------------------------------*/
#pickup #main .inner {
	margin-bottom: 55px;
}

#pickup #main .inner .lBox {
	padding-bottom: 19px;
	float: left;
	width: 43%;
	border-bottom: 1px solid #858585;
}

#pickup #main .inner .rBox {
	padding-bottom: 19px;
	float: right;
	width: 43%;
	border-bottom: 1px solid #858585;
}

#pickup #main .inner .ttl {
	margin-bottom: 3px;
	padding-left: 25px;
	color: #0074bd;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/common/icon03.gif) no-repeat left 4px;
}

#pickup #main .inner .photoUl {
	margin-top: 12px;
}

#pickup #main .inner .photoUl li span {
	margin-top: 9px;
	display: block;
	font-size: 13px;
	line-height: 1.38;
}

#pickup #main .inner .photoUl li img {
	max-width: 100%;
}

#pickup #main .inner .photoUl li {
	margin-top: 20px;
}

#pickup #main .inner .photoUl li:first-child {
	margin: 0;
}

#pickup #main .inner01 {
	margin: 0;
}

#pickup #main .inner01 .rBox,
#pickup #main .inner01 .lBox {
	padding: 0;
	border: none;
}

@media all and (min-width: 768px) and (max-width: 1024px) {	
	a:hover img,
	a:hover {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}

	body {
		font-size: 15px;
		position: relative;
		min-height: 1300px;
		min-width: inherit;
	}
	
	#container {
		padding-bottom: 100px;
	}
	
	#gHeader {
		padding: 10px;
	}
	
	#gHeader .hBox {
		width: auto;
	}
	
	#gHeader .hBox .hInner li img {
		height: 20px;
	}
	
	#gHeader .hBox .hInner h1 img {
		height: 20px;
		display: block;
	}
	
	#gNavi ul {
		width: auto;
	}
	
	#gNavi ul li a:hover {
		background: #055DB7 url(../img/common/g_navi01_bg01.jpg) repeat-x left bottom;
	}
	
	#main {
		margin: 0;
	}
	
	#main,
	#main .mainBox {
		margin: 0 20px;
		width: auto;
	}
	
	#gFooter {
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
	#gFooter .fBox {
		padding: 15px 20px;
		width: auto;
	}
	
	#gFooter .fBox .fInner .fLogo img {
		height: 24px;
	}
	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 20px;
		font-size: 25px;
	}
	
	#main .headLine01 span {
		margin-bottom: 15px;
		font-size: 15px;
	}
	
	/*------------------------------------------------------------
		index
	------------------------------------------------------------*/
	#index #main {
		margin: 0;
	}

	#index #main h2 img {
		width: 100%;
	}
	
	#index #main .txt {
		font-size: 15px;
	}
	
	#index #main .inner .lBox {
		width: 65%;
	}
	
	#index #main .inner .rBox {
		width: 30%;
	}
	
	#index #main .inner .lBox h3 {
		background-size: 100% auto;
	}
	
	#index #main .inner .lBox .txtBox iframe {
	width: 100%;
	height: 600px;
	}
	
	#history #main > dl > dd dd {
		width: 92%;
	}
	
	/*------------------------------------------------------------
		about
	------------------------------------------------------------*/
	#about #gNavi {
		margin-bottom: 30px;
	}

	#about #main .imgBoxR {
		margin-bottom: 30px;
		padding-bottom: 40px;
	}

	#about #main .imgBoxR .photoUl {
		width: 100px;
	}

	#about #main .imgBoxR .photoUl li {
		margin-top: 20px;
		font-size: 10px;
	}

	#about #main .imgBoxR .photoUl li img {
		width: 100%;
	}

	#about #main .imgBoxR .photoUl li .name {
		font-size: 11px;
	}

	#about #main .imgBoxR .photoUl li .name span {
		font-size: 14px;
	}
	
	#about #main .imgBoxR .textBox {
		width: 83%;
	}

	#about #main .imgBoxR .textBox h4 {
		font-size: 15px;
	}

	#about #main .imgBoxR .textBox .text {
		margin-bottom: 20px;
	}

	#about #main h5 {
		margin-bottom: 10px;
		font-size: 19px;
	}

	#about #main .imgBoxL {
		margin-bottom: 40px;
	}
	
	#about #main .imgBoxL01 {
		margin-bottom: 42px;
	}
	
	#about #main .imgBoxL .photoBox {
		margin-top: 5px;
		float: left;
	}
	
	#about #main .imgBoxL .textBox {
		padding-bottom: 30px;
	}
	
	#about #main .imgBoxL .textBox p {
		line-height: 1.8;
	}
	
	#about #main .imgBoxL .textBox p sup {
		font-size: 10px;
	}
	
	#about #main .imgBoxL01 .textBox {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	#about #main .txtUl li {
		font-size: 12px;
	}
	
	#about #main .txtUl li sup {
		font-size: 10px;
	}

	#pickup #main .inner .photoUl li img {
		width: 100%;
		max-width: inherit;
	}

}

@media all and (min-width: 0) and (max-width: 767px) {
	/*3行追加(S)*/
	#main h2 img {
		width: 100%;
	} 
	
	a:hover img,
	a:hover {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	body {
		font-size: 14px;
		line-height: 1.7;
		min-width: inherit;
	}
	
	#gHeader {
		margin-bottom: 18px;
		padding: 10px 16px 10px;
		border-top: 5px solid #01478F;
	}
	
	#gHeader .hBox {
		width: auto;
	}
	
	#gHeader .hBox .menu {
		margin-right: 5px;
		float: left;
	}
	
	#gHeader .hBox .menu img {
		width: 35px;
	}
	
	#gHeader .hBox .hInner {
		margin: -1px 0 0;
		padding: 0;
		border: none;
		width: 245px;
	}
	
	#gHeader .hBox .hLink {
		display: none;
	}
	
	#gHeader .hBox .hInner li {
		margin: 0;
		display: inline-block;
	}
	
	#gHeader .hBox .hInner li img {
		display: block;
		height: 16px;
	}
	
	#gHeader .hBox .hInner ul {
		margin: 0 0 -5px 2px;
	}

	#gHeader .hBox h1 img {
		display: block;
		height: 19px;
	}
	
	#gNavi {
		display: none;
		border: none;
		position: absolute;
		top: 62px;
		left: 0;
		width: 100%;
		z-index: 500;
	}
	
	#gNavi ul {
		width: auto;
	}
	
	#gNavi ul li {
		display: block;
		float: none;
		width: auto;
		height: auto !important;
		border: none;
		border-bottom: 1px solid #00004D;
	}
	
	#gNavi ul li a {
		padding: 6px 0 4px;
		display: block;
		border: none;
		border-bottom: 1px solid #A4C2DB;
		border-top: 1px solid #A4C2DB;
		background: #045DB7 !important; 
	}

	#gFooter {
		padding: 7px 0;
	}
	
	#gFooter .fBox {
		width: auto;
		text-align: center;
	}
	
	#gFooter .fBox .fInner {
		float: none;
		width: auto;
	}
	
	#gFooter .fBox .copyright {
		margin: 0;
		float: none;
		font-size: 8px;
		width: auto;
		text-align: center;
	}
	
	#gFooter .fBox .fInner .fLogo {
		margin: 0 0 1px;
		float: none;
	}
	
	#gFooter .fBox .fInner .fLogo img {
		width: 105px;
	}
	
	#gFooter .fBox .fInner p {
		margin: 0;
		float: none;
		font-size: 8px;
		line-height: 1.6;
	}
	
	.pageTop {
		bottom: 20px;
		right: 20px;
	}
	
	.pageTop img {
		width: 30px;
	}
	
	#main,
	#main .mainBox {
		margin: 0 15px;
		width: auto;
	}
	
	.spUl {
		margin: 0 15px 25px;
	}
	
	.spUl li {
		font-size: 12px;
		line-height: 1.6;
		border-bottom: 1px solid #B3B3B3;
	}

	.spUl li:first-child {
		border-top: 1px solid #B3B3B3;
	}
	
	.spUl li a {
		display: block;
	}
	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 13px;
		padding-bottom: 3px;
		font-size: 20px;
		line-height: 1.25;
	}
	
	#main .headLine01 span {
		margin-bottom: 22px;
		font-size: 15px;
	}
	
	/*------------------------------------------------------------
		index
	------------------------------------------------------------*/
	#index #gHeader {
		margin: 0;
	}
	
	#index #main {
		border-top: 2px solid #000;
		margin: 0 0 40px;
	}
	
	#index #main h2 {
		margin-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	
	#index #main h2 img {
		width: 100%;
	}
	
	#index #main .txt {
		margin-bottom: 16px;
		font-size: 14px;
	}
	
	#index #main .link {
		margin: 0 3px 4px 0;
		font-size: 11px;
	}
	
	#index #main .link a {
		background-size: 7px auto;
	}
	
	#index #main .inner .lBox {
		margin-bottom: 36px;
		float: none;
		width: auto;
	}
	
	#index #main .inner .lBox h3 {
		padding: 1px 12px;
		background-size: 100% auto;
		border-bottom: none;
	}
	
	#index #main .inner .lBox .txtBox {
	margin-bottom: 5px;
	height: 680px;
	border: none;
	border-bottom: 1px solid #B3B3B3;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	}
	
	#index #main .inner .lBox .txtBox iframe {
		width: 100%;
		height: 700px;
	}
	
	#index #main .inner .lBox .txtLink a {
		text-decoration: underline;
	}
	
	#index #main .inner .rBox {
		float: none;
		width: auto;
	}
	
	#index #main .inner .rBox ul li a {
		padding-bottom: 2px;
	}
	#twitter-timeline{
	width: auto;
	font-size: 9px;
	}
	
	/*------------------------------------------------------------
		history
	------------------------------------------------------------*/
	#history #main p {
		margin-bottom: 0;
		line-height: 1.9;
	}

	#history #main .note {
		margin: -5px 10px 1px;
		font-size: 13px;
	}
	
	#history #main > dl > dt {
		padding: 0;
		float: none;
		line-height: 1.3;
		text-align: center;
		border-top: 1px solid #858585;
		border-bottom: 1px solid #858585;
	}
	
	#history #main dl > .dtStyle {
		padding: 0;
	}
	
	#history #main > dl > dd {
		border: none;
		padding: 2px 0 25px;
	}
	
	#history #main > dl > dd dd {
		padding: 0;
		float: none;
		width: auto;
	}
	
	#history #main > dl > .ddStyle dd .txt {
		font-size: 14px;
	}
	
	#history #main dl dd dt {
		padding: 0;
	}
	
	#history #main dl dd p {
		line-height: 1.7;
	}
	
	#history #main > dl > dd .color01,
	#history #main > dl > dd a {
		font-size: 14px;
	}
	
	#history #main > dl > dd .ttl {
		margin: 0;
	}
	
	#history #main > dl .bd {
		padding-top: 24px;
		border: none;
	}
	
	#history #main > dl > dd .color03 {
		font-size: 14px;
	}
	
	#history #main > dl > dd .txtLink {
		font-size: 14px;
	}
	
	#history #main > dl > .ddStyle dd {
		padding: 0 0 0 2.3em;
	}
	
	#history #main > dl > .ddStyle .hisDl {
		padding-top: 20px;
	}
	
	#history #main > dl > .ddStyle .ddStyle01 p {
		margin: 0 0 0 -2.3em;
	}

	#history #main > dl > .ddStyle .ddStyle01 .ttl {
		margin: 0;
	}
	
	#history .spUl {
		display: none !important;
	}
	
	/*------------------------------------------------------------
		whatsnew_archive
	------------------------------------------------------------*/
	#whatsnew_archive #gHeader {
		margin-bottom: 37px;
	}
	
	#whatsnew_archive #main h2 {
		margin-bottom: 3px;
		padding: 1px 10px 2px;
		background-size: 100% auto;
	}
	
	#whatsnew_archive.smart #main dt {
		padding-top: 5px;
		margin-bottom: -5px;
		float: none;
	}
	
	#whatsnew_archive.smart #main dd {
		padding: 0 0 7px 35px;
		background-size: 1px 1px;
	}

	#whatsnew_archive .spUl {
		margin-top: 70px;
	}
	
	/*------------------------------------------------------------
		about
	------------------------------------------------------------*/
	#about #main {
		margin-bottom: 30px;
	}
	
	#about #main .mainBox {
		margin: 0;
	}
	
	#about #main .headLine01 {
		margin-bottom: 42px;
	}
	
	#about #main .imgBoxR {
		margin-bottom: 50px;
		padding-bottom: 38px;
	}
	
	#about #main .imgBoxR .textBox {
		margin-bottom: 25px;
		float: none;
		width: auto;
	}
	
	#about #main .imgBoxR .textBox h4 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3;
	}
	
	#about #main .imgBoxR .photoUl {
		margin: 0;
		float: none;
		width: auto;
	}
	
	#about #main .imgBoxR .photoUl li {
		margin: 0 8% 0 0;
		float: left;
		width: 46%;
	}
	
	#about #main .imgBoxR .photoUl li:nth-child(2n) {
		margin-right: 0;
	}
	
	#about #main .imgBoxR .photoUl li img {
		width: 100%;
	}
	
	#about #main .imgBoxR .photoUl li .name {
		margin-top: 5px;
		font-size: 12px;
	}
	
	#about #main .imgBoxR .photoUl li .name span {
		margin-top: 3px;
		font-size: 14px;
	}
	
	#about #main h5 {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	#about #main .imgBoxL {
		margin-bottom: 40px;
	}

	#about #main .imgBoxL .photoBox {
		margin: 0 3px 21px 0;
		float: none;
		width: auto;
	}
	
	#about #main .imgBoxL .textBox {
		float: none;
		width: auto;
		border: none;
		padding: 0;
	}
	
	#about #main .imgBoxL .textBox p {
		font-size: 15px;
	}
	
	#about #main .imgBoxL01 {
		margin-bottom: 25px;
	} 
	
	#about #main .txtUl li sup {
		font-size: 8px;
	}
	
	#about #main .txtUl {
		margin: 0 -3px;
	}
	
	
	
	
	
	/*------------------------------------------------------------
		pickup
	------------------------------------------------------------*/
	#pickup #main {
		margin-bottom: 40px;
	}

	#pickup #main .headLine01 {
		margin-bottom: 42px;
	}
	
	#pickup #main .inner .rBox,
	#pickup #main .inner .lBox {
		padding: 0;
		float: none;
		width: auto;
	}

	#pickup #main .inner .lBox {
		margin-bottom: 40px;
		padding-bottom: 23px;
	}

	#pickup #main .inner .rBox {
		border: none;
	}
	
	#pickup #main .inner p {
		height: auto !important;
	}

	#pickup #main .inner .photoUl {
		height: auto !important;
	}
	
	#pickup #main .inner .ttl {
		margin-bottom: 9px;
		padding-left: 23px;
		font-size: 18px;
		line-height: 1.3;
		background-size: 14px auto;
		background-position: left 3px;
	}
	
	#pickup #main .inner .photoUl li img {
		max-width: inherit;
		width: 100%;
	}

	#pickup #main .inner .photoUl li {
		margin-top: 10px;
	}

	#pickup #main .inner .photoUl li .txt {
		margin-top: -5px;
	}
	
	#pickup #main .inner .rBox .ttl {
		margin-bottom: 7px;
	}
	
	#pickup #main .inner .rBox .photoUl {
		margin-top: 20px;
	}
	
	#whatsnew_archive.iframe #main {
		margin: 0;
	}
	
	/*------------------------------------------------------------
		whatsnew_archive
	------------------------------------------------------------*/
	#whatsnew_archive #main dt {
		margin: 0;
		padding-top: 8px;
		float: left;
	}

	#whatsnew_archive #main dd {
		padding: 8px 0 5px 7em;
		background: url(../img/common/line01.gif) repeat-x left bottom;
		background-size: 2px 2px;
	}
	
	#whatsnew_archive.iframe #main {
		margin: 0 15px;
	}


}
.waku{   
     border:1px solid #333;/* 外枠の色 */   
     padding:0px;/* 余白 */   
}
span.new {
	background: url(../img/whatsnew_archive/img01.png) right no-repeat;
	padding-right: 42px;
	-moz-background-size: 40px 13px;
	background-size:40px 13px;
}
