@charset "utf-8";
/* 
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://yuilibrary.com/license/
 *version: 3.7.2 build: 5639
----------------------------------------------------- */
/* reset.css
****************************/

html {
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}

/* fonts.css
****************************/

body {
	font:14px/1.6 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
select,input,button,textarea {
	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%;
}


/* base.css
****************************/

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	font-size: 0.1em;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}

/* マージン・インデント */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

/* リンク */
a:link,a:visited,a:hover,a:active {color: #b08f46;}
a:link,a:visited {text-decoration: underline;}
a:hover {color: #999; text-decoration: none;}

a:hover img.alpha,
.alpha a:hover {
	opacity: 0.85;
	filter:alpha(opacity=85);
	-ms-filter:"alpha( opacity=85 )";
	*zoom: 1;
}

/* 行揃え */
.alignL {text-align: left;}
.alignC {text-align: center;}
.alignR {text-align: right;}

/* 要素設定 */
html,body {
	color: #333;
	text-align: center;
}
ul,dl,ol {
	text-indent: 0;
	list-style-position:outside;
}
th,td {
	vertical-align: top;
}
img {
	vertical-align: top;
}

/* 文字数調整 */
.elps {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* baseLayout
****************************/
html,body {
	background: #ffe930;
}
#wrapper {
	min-width: 960px;
}
.subWrap {
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* #header *****************/
#header {
	padding: 30px 0 20px;
	min-height: 126px;
	background: url(../images/logo.png) no-repeat left 30px;
}

#header h1 {
	clear: both;
	padding-top: 10px;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 77px;
	background: url(../images/title_header.png) no-repeat 90px top;
	text-indent: 100%;
	white-space: nowrap;
	text-decoration: none;
}

#socialbuttons {
	float: right;
}

#socialbuttons div {
	float: left;
}

/* #nav ********************/
#gNav ul {
	margin-bottom: 30px;
	border: 2px solid #ffcb40;
	border-radius: 3px;
	background: #ffd040;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}

#gNav ul li {
	float: left;
	width: 14%;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
}

#gNav ul li a {
	display: block;
	overflow: hidden;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-position: center bottom 14px;
	text-indent: 100%;
	white-space: nowrap;
	text-decoration: none;
}

#gNav ul li a[href*="schedule"] {background-image: url(../images/gNav01.png);}
#gNav ul li a[href*="howto"] {background-image: url(../images/gNav02.png);}
#gNav ul li a[href*="cast"] {background-image: url(../images/gNav03.png);}
#gNav ul li a[href*="charity01"] {background-image: url(../images/gNav04.png);}
#gNav ul li a[href*="t-shirt"] {background-image: url(../images/gNav05.png);}
#gNav ul li a[href*="gaman"] {background-image: url(../images/gNav06.png);}
#gNav ul li a[href*="present"] {background-image: url(../images/gNav07.png);}

#gNav ul li:not(:first-child) a {
	border-left: 1px solid #ffe49d;
}

#gNav ul li a:hover {
	background-color: rgba(225,227,157,0.2);
}

/* #content ****************/
#content {
	padding: 20px 0 40px;
	background: #fff;
}

#content .subWrap > section {
	clear: none;
	margin-bottom: 40px;
}

/* #aside ******************/
#aside {
	clear: both;
	padding: 30px 0;
	background: #e2e2e2;
}

#aside .bnr,
#aside .chList {
	text-align: center;
	font-size: 0;
}

#aside .bnr li,
#aside .chList li {
	display: inline-block;
	margin: 0 5px 10px;
	font-size: 13px;
}

#aside .bnr {
	padding-bottom: 25px;
}

#aside .chList {
	padding: 25px 30px 0;
	border-top: 1px dotted #999;
}

#aside .chList li a {
	display: block;
	width: 80px;
	height: 80px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}

#aside .chList li img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 60px;
	max-height: 80px;
}

/* #footer *****************/
#footer {
	clear: both;
	position: relative;
	background: #fff;
}

#footer #pageTop {
	position: absolute;
	top: -23px;
	right: 5%;
}


#footer #pageTop a {
	display: block;
	overflow: hidden;
	width: 44px;
	height: 81px;
	background: url(../images/btn_pageTop.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	text-decoration: none;
}

#footer > .subWrap {
	min-height: 126px;
	padding: 10px 0;
	background: url(../images/logo.png) no-repeat center;
}

#footer .sidenav {
	width: 30em;
	font-size: 12px;
}

#footer .sidenav li {
	float: left;
	width: 50%;
}

#footer .sidenav li a {
	text-decoration: underline;
}

#footer .sidenav li a:hover {
	text-decoration: none;
}

#footer .bg {
	background: #000;
}

#footer .bg .subWrap {
	padding: 15px 0 10px;
	color: #fff;
}

#footer .sptvnav {
	padding-bottom: 15px;
	font-size: 0;
	color: #fff;
	text-align: center;
}

#footer .sptvnav li {
	display: inline-block;
	font-size: 12px;
}

#footer .sptvnav li:not(:first-child)::before {
	content: "｜";
	margin: 0 .5em;
}

#footer #copyright {
	text-align: center;
	font-size: 12px;
}

/* 見出し ********************/
.pageTitle {
	clear: both;
	position: relative;
	height: 24px;
	line-height: 24px;
	padding: 12px;
	margin-bottom: 45px;
	border-radius: 3px;
	background: url(../images/bg01.png) repeat;
	font-size: 24px;
}

.pageTitle small {
	margin-right: 10px;
}

.title01 {
	margin-bottom: 20px;
	font-size: 0;
}

.title01 > span {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #898d8f;
	background: #898d8f;
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.8) inset, -1px 0 0 rgba(255,255,255,0.8) inset, 0 1px 0 rgba(255,255,255,0.8) inset, 0 -1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 1px 0 0 rgba(255,255,255,0.8) inset, -1px 0 0 rgba(255,255,255,0.8) inset, 0 1px 0 rgba(255,255,255,0.8) inset, 0 -1px 0 rgba(255,255,255,0.8) inset;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
}

.title01 > span::before {
	content: "●";
	margin-right: 1em;
}

.title02 {
	margin-bottom: 5px;
	color: #ff9f40;
	font-weight: bold;
}

.title04 {
	margin-bottom: 20px;
	font-size: 0;
}

.title04 > span {
	display: inline-block;
	padding: 5px 20px;
	background: #f949a4;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
}

.title05 {
	margin-bottom: 5px;
	color: #f949a4;
	font-size: 16px;
}

/*  ********************/
.imgR {
	float: right;
	margin: 0 0 20px 20px;
}
.imgL {
	float: left;
	margin: 0 20px 20px 0;
}

.imgR small,
.imgL small {
	display: block;
	padding-top: 5px;
}

.imgR small {
	text-align: right;
}

.bnr {
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}

.bnr img {
	max-width: 100%;
}

.italic {
/*	display: inline-block;
	margin-right: -2px;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	text-decoration: inherit;*/
}
