/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Play:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
	color:#222;
}
.serif{}


button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
}

blockquote{
}

/*---------------------------------
	LAYOUT
-----------------------------------*/

body{
	margin:0;
	color:#555;
	text-shadow: 0px 0px 1px transparent;
	padding-top: 0;
	padding-bottom: 15px;
	font-style: normal;
	font-size:13px;
	line-height: 170%;
	font-weight: normal;
	font-variant: normal;
	background-color: #222;
	font-family:'Play',"メイリオ", sans-serif;
}

#ja body{
	line-height: 1.6;
}
#en body{
	line-height: 1.5;
	vertical-align: baseline;
}


h1{
	color:#000;
}

h2{
	font-size:138.5%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #e5e6e7;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	color: #FFF;
	background-color: #222;
	padding-right: 0.75em;
	padding-left: 0.75em;
}
h2:first-child{
	margin-top:0;
}
h3{
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #222;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.5em;
	padding-left: 12px;
	line-height: 1.4;
	color:#222;
}

h4{
	font-size:108%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	color: #006;
}

h5{
font-size:120%;
margin:20px 0 10px 0;
}

h6{
font-size:100%;
margin:20px 0 5px 0;
}

#en h1,
#en h2,
#en h3{font-family:'Play',  Helvetica, Arial, sans-serif; letter-spacing:0;}


.win h1,
.win h2,
.win h3,
.win h4{
font-weight:bold;}

/*    Win Firefox
----------------------------------------------*/
#en.win.gecko h2,
#en.win.gecko h3,
#en.win.gecko h4{font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
/*    Win IE
----------------------------------------------*/
/*    IE6/IE7
----------------------------------------------*/
#ja.ie7 ,
#en.ie7 ,
#ja.ie6 ,
#en.ie6 {font-family:Arial,sans-serif;}

#ja{
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0px;
	padding: 0px;
}


#container{
	position: relative;
	background-color: #f5f5f5;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	font-size: 100%;
	background-image: url(/gsmg/img/common/bg-nonstripe.gif);
}


#footer{
	margin:0;
	color:#fff;
	position: relative;
	top:0;
	left:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #222;
}

	#link-top{
	display:none;
	}
	#sidebar{
	margin-left: 0px;
	overflow: hidden;
}
	.ie7 #sidebar{
	z-index: -1;
}#sidebar-inner{}
	#content {
	padding-top: 0px;
	z-index:1;
}
#main {
	float: right;
	margin-bottom:0px;
	margin-left: 0px;
	min-height:400px;
}
.home #main {
	border-top:none;
	padding-top: 20px;
}
.full #main {
	width:100%;
}
#main-inner{
}

.full #main-inner{
	margin: 0px;
	padding: 0;
}
#header {
	z-index: 1000;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #222;
	background-color: #FFF;
	position: relative;
}

#sidebar .menu.vertical li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	clear: both;
}
.sectionHeader{
	margin-bottom:4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}
.sectionHeader h1{
}
.sectionBody{
	min-height:200px;
	background-color: #FFF;
	padding: 16px;
	margin-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
.sectionBody ul{
padding:0;
margin:0 0 20px 0;
}

.sectionBody ul li{
	list-style-type:none;
	padding-left:20px;
	background-image: url(/gsmg/img/common/icon-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 5px 1em;
	padding-right: 0px;
	}
.sectionBody ul.tight li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: 5px 0.6em;
}
.pageTop {
	position: fixed;
	right: 5px;
	clear: both;
	margin: 0;
	text-align: right;
	font-size: 10px;
	z-index: 1000;
	line-height:32px;
	bottom: 5px;
}
.pageTop a {
	display:block;
	width:32px;
	height:32px;
	background:url(/gsmg/img/common/pagetop.png) no-repeat top left;
	text-indent: -9999px;
	text-align: left;
}
.pageTop a:hover {
	background:url(/gsmg/img/common/pagetop_on.png) no-repeat top left;
}
#slideshow {
	width: 100%;
	background-repeat: repeat-x;
}
#footer h4 {
	color: #fff;
	line-height: 1.1em;
	font-weight: bold;
	border:none;
	border-bottom:solid 1px #888;
	padding:0 0 8px 0;
	margin-bottom:8px;
}
#footer h4 a{
	text-decoration:none;
}
#copyright {
	text-align: center;
	display: block;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
}

#main-nav .menu{
}
#main-nav .menu li{
	float: left;
	background-image: url(/gsmg/img/common/nav-sep.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: inline;
	padding-right: 0px;
	font-size: 13px;
	line-height: 13px;
	padding-left: 0px;
}
#main-nav .menu ul li{
	display:block;
	width:100%;
	padding: 0px;
	background-image: none;
	line-height: 1.3em;
	font-size: 12px;
	position: relative;
}
#main-nav .menu li .text{ display:none;}
#main-nav .menu li.last a{}
#main-nav .menu li a{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#main-nav .menu li ul{
	border-top-style: none;
	border-left-style: none;
	background-color: #222;
}
#main-nav .menu li ul ul{
	padding-top: 0px;
}
#main-nav .menu li li a{
	border-bottom-style: none;
	color: #eee;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main-nav .menu li li a:hover,
#main-nav .menu li li a.current{
	background-color:#39c;
	}

#main-nav .menu li a:hover,
#main-nav .menu li a.current{
	background-color:transparent;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.fixed{
	position: fixed!important;}
.ie6 .fixed{
	position: relative!important;top:auto;}
.rp2-show{
		display:none;}
.rp2-hide{
		display:block;}

.ie6 #header{
	display:block!important;
	position:static!important;
	text-align:center;
	}
.ie6 #sidebar{
	display:block!important;
	position: relative!important;
	left:auto;
	top:auto;
	}

#logo {
	padding-top: 25px;
	padding-bottom: 20px;
}
#logo a{
	background-repeat: no-repeat;
	display: block;
}

.list-header {
	background-image: url(/gsmg/img/common/main-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:100%;
	overflow:auto;
}
#n1 {
	background-image: url(/gsmg/img/pages/1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#n2 {
	background-image: url(/gsmg/img/pages/2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#n3 {
	background-image: url(/gsmg/img/pages/3.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#n4 {
	background-image: url(/gsmg/img/pages/4.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#n5 {
	background-image: url(/gsmg/img/pages/5.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#n6 {
	background-image: url(/gsmg/img/pages/6.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#sidebar .menu{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin-top: 20px;
}
#sidebar .menu li a {
	line-height: 1.3;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar .menu li a:hover{
	background-color:#dae7f6;
}

.gallery a{
	display:inline-block;
	position:relative;
}

.gallery a .overlay{
	background:rgba(0,0,0,0.3) url(/gsmg/img/common/expand_on.png) no-repeat 50% 50%;
	position:absolute;
	display:none;
	left:0; top:0;
	width:100%; height:100%;
}

#footer-link{
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 11px;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.ie6 #footer-link{
	overflow:hidden;
height:100%;
padding-bottom:0;
}
#footer-link .column{
	margin:0;}
#footer-link .column{}
#footer-link .column,
#footer-link .column img{
	line-height: 40px;
	vertical-align: middle;
}
.responsive-nav{
	background-image: url(/gsmg/img/common/responsive-nav-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-color:#e5e6e7;
	display: none;
	width: 100%;
	background-color:#222;
	color:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;}
input, textarea, select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
	width: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* -------------------------------------------------- */
/*	Tree view
/* -------------------------------------------------- */
#sidebar .treemenu {
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	clear: both;
	background-color:#fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
#sidebar .treemenu li{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	line-height: 1.3;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	text-align: left;
}
#sidebar .treemenu li a{
	display:block;
	color:#444;
	text-decoration:none;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#sidebar .treemenu li a:hover{
	background-color:#d6ebf5;
}
#sidebar .treemenu li a.current{
	background-color:#d6ebf5;}
#sidebar .treemenu li ul{
	background-image: ;
	margin:0;
}
#sidebar .treemenu li ul ul{
}
#sidebar .treemenu li li {
	border-bottom:none;
}
#sidebar .treemenu li li a{
	border-top:solid 1px #ddd;
	background:url(/gsmg/img/common/tree.gif) repeat-y -29px top;
	padding-left: 17px;
}
#sidebar .treemenu li li li a{
	background:url(/gsmg/img/common/tree.gif) repeat-y -22px top;
	padding-left: 24px;
}
#sidebar .treemenu li li li li a{
	background:url(/gsmg/img/common/tree.gif) repeat-y -15px top;
	padding-left: 31px;
}
#sidebar .treemenu li li li li li a{

	background:url(/gsmg/img/common/tree.gif) repeat-y -8px top;
	padding-left: 38px;
}
.hitarea {
	height: 30px;
	width: 30px;
	cursor: pointer;
	background-image: url(/gsmg/img/common/minus_on.png);
	background-repeat: no-repeat;
	background-position:right center;
	position: absolute;
	top: 0px;
	right: 1px;
}
.treemenu li.tree .hitarea{width:100%;}
.treemenu li.tree li .hitarea{width:30px;}


.hitarea:hover {
	background-image: url(/gsmg/img/common/plus_on.png);
}
.expandable-hitarea {
	background-image: url(/gsmg/img/common/plus.png);
}
.expandable-hitarea:hover {
	background-image: url(/gsmg/img/common/minus_on.png);
}



#sidebar .treemenu li a.current, #sidebar .menu li a:hover {
	text-decoration: none;
}
#sidebar .treemenu li li {
	background:none;
	border:none;
}
#sidebar .treemenu li li a {
}


#post-share{
	background-image:none;
	list-style:none;
	margin: 0px;
	width: 100%;
}
#post-share li{
	display:block;
	float:left;
	position: relative;
	margin-right: 16px;
	margin-left: 16px;
}

.sectionFooter {
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	clear:both;
	background-color: #FFF;
}
.archiveNav.inline {
	float: right;
}

#pannel {
	top: 0px;
	right: 0px;
	height: 27px;
	float: right;
	display: block;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow:hidden;
	padding: 0px;
}
.home #pannel{
}
#pannel li{
	float:left;
	display:block;
	padding: 0px;
	margin:0px;
	border-right: solid 1px #eee;
}
#pannel li.language{
	margin-left:10px;
	}
#pannel li a{
	text-indent: -9999px;
	float: left;
	width:27px;
	height:27px;
}
#ja #pannel li a{
	background: url(/gsmg/img/common/pannel.gif) no-repeat;
}
#en #pannel li a{
	background: url(/gsmg/img/common/pannel_en.gif) no-repeat;
}

#ja #pannel li #fsize1,
#en #pannel li #fsize1{
	background-position:-61px -27px;
}
#ja #pannel li #fsize2,
#en #pannel li #fsize2{
	background-position:-88px 0px;
}
#ja #pannel li #fsize3,
#en #pannel li #fsize3{
	background-position:-115px 0px;
}
#ja #pannel li #fsize1:hover,
#en #pannel li #fsize1:hover{
	background-position:-61px -27px;
	}
#ja #pannel li #fsize2:hover,
#en #pannel li #fsize2:hover{
	background-position:-88px -27px;
	}
#ja #pannel li #fsize3:hover,
#en #pannel li #fsize3:hover{
	background-position:-115px -27px;
	}


#ja #pannel li.print a,
#en #pannel li.print a{
	width:66px;
	background-position:-142px 0;
	}
#ja #pannel li.print a:hover,
#en #pannel li.print a:hover{
	width:66px;
	background-position:-142px -27px;
	}
#ja #pannel li.facebook a,
#en #pannel li.facebook a{
	background-position:-208px 0;
	}
#ja #pannel li.facebook a:hover,
#en #pannel li.facebook a:hover{
	background-position:-208px -27px;
	}
#ja #pannel li.twitter a,
#en #pannel li.twitter a{
	background-position:-235px 0;
	}
#ja #pannel li.twitter a:hover,
#en #pannel li.twitter a:hover{
	background-position:-235px -27px;
	}
#ja #pannel li.language a,
#en #pannel li.language a{
	width:71px;
	background-position:-263px 0;
	}
#ja #pannel li.language a:hover,
#en #pannel li.language a:hover{
	background-position:-263px -27px;
	}

#search {
	width: 160px;
	height: 25px;
	z-index: 200;
	position:relative;
	float: right;
	margin-top: 5px;
}

#search input[type="text"] {
    background: ;
	border: 1px solid #ddd;
	font: bold 12px;
	color: #bbb;
	width: 160px;
	padding: 2px 25px 2px 12px;
	behavior: url(/gsmg/css/PIE.htc);
    }

#submit{
	width:20px;
	height:20px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	background: url(/gsmg/img/common/search.png) no-repeat center center!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	border:none!important;
	top:5px!important;
	filter:none!important;
	background-image: url(/gsmg/img/common/search.png);
	z-index: 1000;
	right: 0px;
}
#footer-link {
	display: table;
	width: 100%;
}
#footer-link  div {
	vertical-align: top;
}
#footer-link .last{
	padding-right:0px;
	border-bottom:none;}
#footer-link ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#footer-link ul li{
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
	border-bottom:solid 1px #444;
	padding-left:0;
}
#footer-link ul li a{
	text-decoration: none;
	color: #888;
	padding: 5px 0;
	display: block;
	line-height: 16px;
}
#footer-link ul li a:hover{
	color:#fff;}

#main-nav {
	clear: both;
	position: relative;
}
.sub-nav{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.sub-nav li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
#language{
	border:none;
	padding:0;}
.sub-nav li.btn_social{
	padding-left:15px;}
.sub-nav li.first{border: none;}
.sub-nav li a {
	padding-right: 10px;
	line-height: 16px;
	padding-left: 10px;
	white-space: nowrap;
}
#btn-social a{
	padding-left:0;}
.sub-nav li a img{
	vertical-align: middle;
	display: inline;
}
iframe.twitter-share-button {width: 105px!important;}
#post-share .twitter {
	width: 105px;
	position:relative;
}
.twitter-share-button {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 105px;
	overflow: hidden;
	float: left;
}
.sub-nav .btn_social a {
	padding-right: 1px;
	padding-left: 1px;
}
.faculty #sidebar .treemenu li a {
	padding-top: 4px;
	padding-bottom: 2px;
}
.faculty #sidebar .treemenu li span {
	width:30px;
	display:block;
	float:left;
	color:#e5e6e7;
}
.faculty #sidebar .treemenu li .current span{
	color:#fff;
}
.faculty #name{
	margin-bottom:5px;
}
.faculty #name h2 {
	margin: 0px;
	padding: 0px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.faculty #name p {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	color: #888;
}
.faculty #email ul{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}
.faculty #email ul{
	margin: 0px;
}
.faculty #email ul li{
	padding: 0px;
	margin: 0px;
	background-image: none;
}
.faculty #biography{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#main .banner,#main .banner img{
	padding:0;
	border:none;}
.default {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:0 ;
	margin-right:0 ;
	list-style:none;
}
#section-title {
	background-color: #e5e6e7;
}
#target-nav {
	text-align: right;
}
#top-nav {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}


#main-nav .menu li li a{border-bottom:none!important}
.highlight {
	padding-top: 8px;
}
.top #section-title {
	background-color: #111;
}
.global-competitiveness #section-title {
	background-color: #5a87ae;
}
.middle #section-title {
	background-color: #311d09;
}
.mdip #section-title {
	background-color: #23131d;
}
.casemethod #section-title {
	background-color: #26493d;
}
.heightLine{}
#btn-like{position:absolute;
		top:5px;
		left:8px;}

/*動画レスポンシブ対応*/
iframe {
	width: 100%!important;
	height: auto;
}
/*イイねボタンのコメントが切れるのを防ぐ*/
.fb-like span iframe{
        width: 450px!important;
}

#top-nav .btn-social {
	padding: 0 0 0 4px;
}
.home #tools {
	margin-bottom: 10px;
}
#highlight {
	padding-top:10px;
}

pagenation {
	position:relative;
}
ul.pager {
	border:0;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	left:50%;
	float:left;
}
.pager li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	float:left;
	position:relative;
	left:-50%;
	padding-left:0!important;
	background-image: none!important;
}
.pager a {
	border:solid 1px #DDDDDD;
	margin-right:2px;
}
.pager .link_next, .pager .link_before {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
.pager .current_page {
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
.pager a:link, .pager a:visited {
	color:#e5e6e7;
	display:block;
	padding:3px 6px;
	text-decoration:none;
}
.pager a:hover {
	border:solid 1px #666666;
}
#footer-menu{
	text-align:center;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-menu li{
	line-height:1em;
	font-size: 11px;
}
#footer-menu li a {
	padding:5px 10px;
	white-space: nowrap;
}

#nav-cursol {
	height:8px;
	display:block;
	position:absolute;
	width:50px;
	left:0px;
	background-color: #39C;
	-moz-transform-origin:0 100%;
	-webkit-transform-origin:0 100%;
	transform-origin:0 100%;
	-moz-transform:skewX(-45deg);
	-webkit-transform:skewX(-45deg);
	transform:skewX(-45deg);
	z-index:1000;
}
/*---------------------------------
	Responsive Grid Media Queries
-----------------------------------*/

@media all and (min-width: 768px) and (max-width: 979px) {
	#footer-link div{
	}
	#main-nav .menu li a{
	padding: 15px 10px 15px 25px!important;
}
#main-nav .menu li#nav-fee a{
	padding-right: 25px!important;
}
}
@media all and (max-width: 979px) {
	#tools .breadcrumbs{
		display:none;}
	.bx-wrapper .bx-prev,.bx-wrapper .bx-next{
		display:none;
}
#en .menu li a {
padding: 15px 7px 15px 22px!important;
}

}
@media all and (max-width: 767px) {



	#header {
		position:relative;}
	#language{
		position:absolute;
		top:0;
		right:0;
		border:none;
		padding:0;}
	#target-nav,#top-nav{
		text-align:center;}

	#logo{
	margin:auto;
	float:none;
	height:auto;
	padding:10px 0;}
	#pannel{
		margin-top:0;}
	#logo a{float:none;
	padding:10px;
	background-position:center center;}
	#top-nav {
	padding: 10px 0px 30px 0px;
}
	#search,#search input[type="text"]{
			width:100%;}
	#sidebar{
		margin-top:30px;}
	ul.tabs.vertical li.first{
	}
	ul.tabs.vertical li{
	width: 33%;
	display: inline-block;
	margin-bottom: 2px;
	}

	#footer-link {
	display: none;
	}
	.responsive-nav{
		display:block;}
	#footer .menu li{
		display:block; float:none;}

	#main {
	float: none;
}
	#main-inner{padding-left: 4%;padding-right: 4%;}
	#main-nav li{
	width:100%;
	clear:both!important;}
	#header.fixed{clear:both!important;position: static!important;
	}
	#sidebar.fixed{clear:both!important;position: static!important;
	}
dl.column dt, dl.column dd{
	 float:none;
	 clear:both;
	 width:auto;
	 display:block;
	 padding-left:0;
	 width:100%;}
	#main-nav .menu li,
	#main-nav .menu.vertical li,
	#main-nav .menu.vertical.right li{
		text-align:left;
	display:none!important;
	clear:both!important;
	}

	#main-nav .menu li.menu-toggle,
	#main-nav .menu.vertical li.menu-toggle,
	#main-nav .menu.vertical.right li.menu-toggle{
	display:block!important;
	width:100%!important;
	}
	#main-nav .menu li.menu-toggle a{width:100%}
	#main-nav .menu:hover li,
	#main-nav .menu.vertical:hover li,
	#main-nav .menu.vertical.right:hover li{
	display:block!important;
	width:100%!important;
	}

	/* arrows */
	.container .menu li.has-menu span.arrow,
	.container .menu.vertical li.has-menu span.arrow,
	.container .menu.vertical.right li.has-menu span.arrow,
	.container .menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow
	{border-color-top:#ccc;border-color:#ccc transparent transparent transparent; display:block;}

	.container .menu.vertical.right li.has-menu span.arrow{
	right:5px;left:auto;
	}

	.container .menu li a{
	display:block;
	}

	.container .menu ul,
	.container .menu ul ul,
	.container .menu.vertical ul,
	.container .menu.vertical.right ul{
	position:relative;
	top:0;
	left:0;
	margin:10px;
	}
	ul.tabs.vertical li a{
	background-position: center bottom!important;
	background-repeat: no-repeat;
	border-bottom:none;
	margin-bottom:0;}
	ul.tabs.vertical li a:hover,ul.tabs.vertical li.current a{
	background-image: url(/gsmg/img/common/arrowU_white.gif);
	background-position: center bottom!important;
	background-repeat: no-repeat;}
}
#main-nav #nav-home{
}
#main-nav #nav-fee {
}

#main-nav #nav-fee a{
	background-image: url(/gsmg/img/common/nav-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}
div#eyecatch{
	margin-top: -16px;
	margin-right: -16px;
	margin-bottom: 16px;
	margin-left: -16px;
}
.eyecatch-title {
	position: relative;
}
.eyecatch-title .title {
	position: absolute;
	padding: 15px;
	background: #222;
	color: #fff;
	top:50px;
	left: 0;
	opacity: 0.95;
}
.eyecatch-title .title-R {
	left: auto;
	right: 0;
}
.eyecatch-title .title h1{
	color: #fff;
	margin-top: 0;
}
.eyecatch-title .button-icon {
	position: absolute;
	bottom:0;
	right: 0;
}
.eyecatch-title .button-icon-L {
	right: auto;
	left: 0;
}
@media only screen and (max-width: 700px) {
.eyecatch-title .title {
	position: static;
	padding: 0 16px 10px;
	background: #fff;
	color: #555;
}
.eyecatch-title .title h1{
	color: #222;
	margin-top: 10px;
}
.eyecatch-title .button-icon {
	position: static;
	padding: 0 16px;
	text-align: right;
}
}
#sidebar h3 {
	color: #fff;
	background-color: #222;
	text-align: center;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 15px;
}
.section{
	display: block;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 2px #CCCCCC;
	box-shadow: 0px 2px 2px #CCCCCC;
	overflow: hidden;
}
.section-inner div{
	display: block;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 2px #CCCCCC;
	box-shadow: 0px 2px 2px #CCCCCC;
	overflow: hidden;
}
.boxs   {
	list-style-type: none;
	background-color: #FFF;
	display: block;
	margin-bottom: 2px;
	margin-left: 0px;
}
.boxs li  {
	display: block;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 2px #CCCCCC;
	box-shadow: 0px 2px 2px #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	overflow: hidden;
}
.boxs li a {
	display:block;
}
.boxs .box-icon {
	margin-top: 0px;
	padding: 0px;
	line-height:44px;
	width: 44px;
	background-color: #a3c8e8;
	color: #FFFFFF;
	text-align: center;
}

.boxs a .box-text {
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 10px;
	color: #444;
}
.boxs a:hover {}
.boxs a:hover .box-icon{
	background-color:#5fb5ff;}
.boxs a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}
.boxs div{
display: table-cell;
	vertical-align: middle;
}
/*for IE6 */
* html .boxs div{
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .boxs div{
	display: inline;
	zoom: 1;
}


.widget-title  {
}
.widget-title a {
	background-color: #222;
	color: #fff;
	margin-bottom: 2px;
	padding: 10px 12px 8px 12px;
	display: block;
}
.widget-title a:hover {
}
#news-box {
	background-color: #303030;
}
#logo img {
	padding:2px 0;
	height:40px;
}
#logo .logo {
	margin-right: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}

.fsize1,
.fsize2,
.fsize3{
	display:none!important
}

/*TOPのマウスオーバー下線*/
ul.underline a:hover{
    text-decoration: underline;
}

/*レスポンシブのimage可変*/
 @media only screen and (max-width: 380px) {
  .imgMobile{
    width: 135.8px !important;
    height: 168px !important;
  }
}

/* -------------------------------------------------- */
/*	Voice
/* -------------------------------------------------- */
.voice-program .voice-program-title {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
.voice-program .voice-program-title h2{
	font-size:120%;
	margin: 0 0 0 10px;
	border:none;
	padding: 0;
	color: #222;
	background-color: transparent;
}
.voice-program .voice-program-title div{
	display: table-cell;
	vertical-align:middle;
}
.voice-program .voice-program-title .voice-box{
	margin-right: 10px;
	padding: 0;
	line-height:44px;
	width: 44px;
	background-color: #a3c8e8;
	color: #FFFFFF;
	text-align: center;
}
.voice-program a h3{
	border:none;
	margin-top:10px;
	margin-bottom:5px;
	padding:0;
	line-height: 1.4;
	color:#222;
	font-size:1.2em;
}
.voice-program a p{
	color:#222;
}
.voice-program a:hover{
	text-decoration:none;
}
.voice-program a:hover h3,
.voice-program a:hover p{
	opacity:0.7;
}
