@charset "utf-8";
/*

Theme Name: super sonic for PC
Theme URI: http://www.the-triad.jp
Description: カスタマイズ目的のブランクテーマです
Author: @nihimoto

*/
/*
---------------------------------------------


[ 当テンプレについて ]

このテンプレートはカスタマイズのコピー元として
使用されることを前提としたテンプレートです。
そのため可能な限り不要なファイルやタグを排除するように作成されています。



備考）

- 各ファイルの冒頭にそのファイルの役割や備考など記載していますので参考にしてください

- 複数デバイスの連携を想定しているので下記の設定ファイルを読み込んでいます
  theme/functions-common.php
  * 単一のデバイスでのみの実装の場合には読み込みは不要です

- 当テンプレは下記の機能に対応しています
  - ウィジェット
  - カスタムメニュー

- 当テンプレは下記の機能には対応していません
  - メインイメージ
  - ギャラリー


- ウィジェット／カスタムメニューの設定はテンプレ間の共通設定ファイルの
  wp-content/themes/functions-common.php
  で行うことを推奨します。
  （ただし１デバイスのみ対応の場合は除く）

*/

/*
---------------------------------------------

    base settings

*/

body {
	margin:0;
	padding:0;
	font-family:"MS P ゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	line-height:1.8em;
	overflow-y:scroll;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

ul, ol, dl, p, img, form, dt, dd {
	margin:0;
	padding:0;
	border:0;
}

li {
	list-style-type:none;
}

input, textarea {
	font-size:12px;
	line-height: 1.6em;
}

img {
	border-width: 0;
	vertical-align: bottom;
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#0096cd;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
	font-weight:normal;
}

.clearfix {
	zoom:1;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
*html .clearfix {display:inline-block;}


/*
---------------------------------------------

    basic layout

*/

#wrapper {
	margin:0 auto;
	padding: 0;
	text-align:left;
	width:1000px;
	position:relative;
}

#header {
	margin:1px 0 30px 0;
	border-top:1px solid #000;
}

#site-title {
	width:268px;
	float:left;
}

#site-title a {
	display:block;
	text-indent:-10000px;
	width:268px;
	height:75px;
	background:url('img/logo.gif') no-repeat 0 0;
}

.headerlayout p {
	width:300px;
	float:right;
	text-align:right;
	font-size:18px;
	padding:10px 0 0 0;
	font-weight:bold;
	font-family:'Oswald', sans-serif;
}

#globalmenu {
	padding:10px 0 0 0;
	border-bottom:1px solid #000;
}

#globalmenu ul {
	float:right;
}

#globalmenu ul li {
	float:left;
	position: relative;
}

#globalmenu ul li a {
	display:block;
	margin:0 0 0 20px;
	font-size:16px;
	font-family:'Oswald', sans-serif;
	line-height:1;
}
#globalmenu ul li a:hover {
	text-decoration:none;
}
#globalmenu ul li span.new {
	display: block;
	width: 27px;
	height: 27px;
	border-radius: 13px;
	position: absolute;
	top: -20px;
	right: -17px;
	color: #fff;
	box-shadow: 0px 1px 1px #999;
	font-family:'Oswald', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	line-height: 1.8;
}

/*
#globalmenu ul li a {
	display:block;
	text-indent:-10000px;
	height:23px;
	margin:0 10px 0 0;
}

#globalmenu ul li.menu01 a {
	width:100px;
	background:url('img/menu.png') no-repeat 0 0;
}
#globalmenu ul li.menu02 a {
	width:60px;
	background:url('img/menu.png') no-repeat -112px 0;
}
#globalmenu ul li.menu03 a {
	width:75px;
	background:url('img/menu.png') no-repeat -176px 0;
}
#globalmenu ul li.menu04 a {
	width:70px;
	background:url('img/menu.png') no-repeat -262px 0;
}
#globalmenu ul li.menu05 a {
	width:121px;
	background:url('img/menu.png') no-repeat -342px 0;
}
#globalmenu ul li.menu06 a {
	width:58px;
	background:url('img/menu.png') no-repeat -472px 0;
}
#globalmenu ul li.menu07 a {
	width:67px;
	background:url('img/menu.png') no-repeat -542px 0;
	margin:0 5px 0 0;
}
#globalmenu ul li.menu08 a {
	width:91px;
	background:url('img/menu.png') no-repeat -618px 0;
	margin:0;
}

#globalmenu ul li.menu01 a:hover {background:url('img/menu.png') no-repeat 0 -23px;}
#globalmenu ul li.menu02 a:hover {background:url('img/menu.png') no-repeat -112px -23px;}
#globalmenu ul li.menu03 a:hover {background:url('img/menu.png') no-repeat -176px -23px;}
#globalmenu ul li.menu04 a:hover {background:url('img/menu.png') no-repeat -262px -23px;}
#globalmenu ul li.menu05 a:hover {background:url('img/menu.png') no-repeat -342px -23px;}
#globalmenu ul li.menu06 a:hover {background:url('img/menu.png') no-repeat -472px -23px;}
#globalmenu ul li.menu07 a:hover {background:url('img/menu.png') no-repeat -542px -23px;}
#globalmenu ul li.menu08 a:hover {background:url('img/menu.png') no-repeat -618px -23px;}
*/


#footer {
	font-size:10px;
	padding:15px 0;
	margin:20px 0 0 0;
	background:url('img/bg_footer.gif') repeat-x 0 0;
	font-family:'Oswald', sans-serif;
}

#footer address {
	width:190px;
	padding:0 0 0 10px;
	float:left;
	font-style:normal;
}

#footer ul {
	float:right;
	padding:0 10px 0 0;
}
#footer ul li {
	float:left;
}


#contents {
	width:700px;
	padding:0 20px 0 0;
	float:left;
}

#sidebar {
	width:260px;
	margin:0;
	text-align:left;
	float: right;
}



/*
---------------------------------------------

     visual editor style

*/

#contents strong {
	font-weight: bold;
}
#contents em {
	font-style: italic;
	font-weight: normal;
}
#contents del {
	text-decoration: line-through
}
#contents ul ,
#contents ol {
	margin-left: 20px;
	margin-left: 20px;
}
#contents ul li {
	list-style: disc;
}
#contents ol li {
	list-style: decimal;
}
#contents blockquote {
	background-color: #ccc;
	margin: 10px 0;
	padding: 10px;
}
#contents address {
	font-style: italic;
	font-weight: normal;
}
#contents pre { 
	background-color: #ccc;
	margin: 10px 0;
	padding: 10px;
}

.more-link {
	display:block;
	text-align:right;
	margin:10px 0 0 0;
	padding:0 5px 0 0;
}

a.more-link:hover{
	background-color:#f7f7f7;
	text-decoration:none;
}

/*  以下は画像埋め込み時に使用されるクラス */
#contents .alignleft {
	float: left;
	text-align: center;
}
#contents .aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contents .alignright {
	float: right;
	text-align: center;
}
#contents .wp-caption-text {
	color: #666;
	margin-top: 5px;
}


div#contents div.worksdtl p {
	margin:0 0 2px 0;
}


/*
---------------------------------------------

     custom style

*/
.home ul.post_list {
	padding: 0 30px;
}
.home ul.post_list li {
	list-style: disc;
}

#gmenu ul {
	border: 1px solid #eee;
	padding: 5px;
}
#gmenu ul li {
	display: inline;
	margin-left: 10px;
}


/*
---------------------------------------------

     compnay + contact settings

*/

#companyttl {
	padding:15px 0 0 0;
	margin:0 0 20px 0;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
	line-height:1em;
}

/*
#companyttl {
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	text-indent:-10000px;
	height:32px;
	font-size:10px;
	margin:0 0 20px 0;
	background:url('img/company.gif') no-repeat 0 0;
}
*/

.company,
.contact {
	padding:0 10px;
}

#companyprdt {
	padding:20px 0;
	text-align:right;
}

.companydetail {
	width:680px;
	margin:30px 0 0 0;
	border-collapse:collapse;
}
.companydetail th {
	width:100px;
	padding:3px 0 3px 50px;
	font-weight:normal;
	text-align:left;
	background-color:#f0f5f6;
	border-bottom:1px solid #FFF;
}
.companydetail td {
	padding:3px 0 3px 20px;
	border-bottom:1px solid #f0f5f6;
}



#contactttl {
	padding:15px 0 0 0;
	margin:0 0 20px 0;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
	line-height:1em;
}

/*
#contactttl {
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	text-indent:-10000px;
	height:32px;
	font-size:10px;
	margin:0 0 20px 0;
	background:url('img/contact.gif') no-repeat 0 0;
}
*/

.contact p {
	margin:20px 0 0 0;
}


/*

---------------------------------------------

 side menu

*/

#searchform {
	padding:0 0 10px 0;
}

#searchform .screen-reader-text {
	display:none;
}

#searchform #s {
	width:180px;
	height:28px;
	border:1px solid #333;
	vertical-align:middle;
}

#searchform #searchsubmit  {
	vertical-align:middle;
}



.info_list li span {
	font-size:10px;
	padding:0 0 0 10px;
	color:#777777;
	background:url('img/bg_side01.gif') no-repeat 0 0;
	font-family:'Oswald', sans-serif;
}

.info_list li span.imgthumbs {
	background:none;
	display:block;
	overflow:hidden;
	height:90px;
	text-align:center;
	background-color:#f7f7f7;
	margin:5px 0;

}


.info_list li {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	line-height:1.5em;
	border-bottom:1px dotted #aaa;
}


.creator_list li {
	margin:0 0 5px 0;
	padding:0 0 15px 0;
	line-height:1.3em;
	font-family:'Oswald', sans-serif;
}

.creator_list li span {
	color:#FFF;
	background-color:#333;
}

.creator_list li span a {
	color:#FFF;
}


.creator_list li ul {
	padding:10px 0 0 0;
	font-size:14px;
}


.creator_list li ul li {
	padding:0 0 0 10px;
	background:url(img/list_icon.gif) no-repeat 0 50%;
}

.creator_list li ul li a {
	color:#000;
	background:none;
}


.monthlylist {
	margin:0 0 40px 0;
}

.monthlylist li {
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	background:url(img/list_icon.gif) no-repeat 0 50%;
	font-family:'Oswald', sans-serif;
}

/* STORES.JP Banner */

.storeBox {
	width:260px;
	height: 320px;
	margin: 0 0 40px 0;
	position: relative;
}
.storeBox p {
	width:260px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.storeBox p a {
	width:260px;
	height: 320px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(img/banner_store.png) no-repeat 0 0;
}
.storeBox p a:hover {
	opacity: .7;
}

.storeBox .flexslider {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #000;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides img {display: block;}*/
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 20px 0;
	position: relative;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 0}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: 0;
	display: block;
	background: url(img/bg_direction_nav.gif) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -40px; }
.flex-direction-nav .flex-prev {left: -40px;}
.flexslider:hover .flex-next {opacity: 0.3; right: -40px;}
.flexslider:hover .flex-prev {opacity: 0.3; left: -40px;}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 0.3;
}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 42px;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*------------------------------------------*/
#contents .flexslider {
	width: 260px;
	margin: 0;
	overflow: hidden;
}
#contents .slides {
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	/*display: table;*/
	border: 4px solid #000;
}

#contents .slides li {
	width: 260px;
	height: 320px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	float: left;
	/*display: table-cell;*/
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #000;
}

.flex-direction-nav {
	display: none;
}
.flex-control-nav {
	display: none;
	bottom: 0;
	padding: 0;
}





/* End STORES.JP Banner */

.booklist dl {
	margin:0 0 15px 0;
	background-color:#000;
	color:#FFF;
	font-family:'Oswald', sans-serif;
	border:1px solid #000;
	font-size:16px;
}

.booklist dl dt {
	width:120px;
	text-align:center;
	background-color:#FFF;
	float:left;
}

.booklist dl dd {
	margin:0 0 0 120px;
	padding:10px;
}

.bigtarget.over {
	cursor:pointer;
}



.rightMenu h3 {
	padding:15px 0 0 0;
	margin:0 0 20px 0;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	font-family:'Oswald', sans-serif;
}

#contents .toList li {
	list-style:none;
}

.toList {
	float:right;
}

.toList {
	margin:0 0 30px 0;
	padding:0 0 0 7px;
	font-size:10px;
	background:url(img/list_icon.gif) no-repeat 0 50%;
}

.nav-previous {
	width:150px;
	float:right;
	text-align:right;
	font-family:'Oswald', sans-serif;
}

.nav-next {
	width:150px;
	float:left;
	font-family:'Oswald', sans-serif;
}




/*

*/

.ttlIcon {
	padding:0;
	color:#FFF;
	background-color:#ff4f01;
	font-size:10px;
	margin:0 10px 0 0;
	font-family:'Oswald', sans-serif;
}


.infoIcon {
	padding:0;
	color:#FFF;
	background-color:#0C0;
	font-size:10px;
	margin:0 10px 0 0;
	font-family:'Oswald', sans-serif;
}

.recIcon {
	padding:0;
	color:#FFF;
	background-color:#33F;
	font-size:10px;
	margin:0 10px 0 0;
	font-family:'Oswald', sans-serif;
}

.stlIcon {
	padding:0;
	color:#FFF;
	background-color:#333;
	font-size:10px;
	margin:0 10px 0 0;
	font-family:'Oswald', sans-serif;
}

.calIcon {
	padding:0;
	color:#FFF;
	background-color:#ffd700;
	font-size:10px;
	margin:0 10px 0 0;
	font-family:'Oswald', sans-serif;
}

.srcIcon {
	padding:0;
	color:#FFF;
	background-color:#999;
	font-size:10px;
	margin:0 10px 0 0;
	font-family:'Oswald', sans-serif;
}


.calicon dd a {
	text-decoration:none;
}

.caltarget.over {
	cursor:pointer;
}

.caltarget.over dl dd a {
	color:#0096cd;
}


.post {
	margin:0 0 40px 0;
}

.entryTtl,
#contents h2,
.post h2 {
	padding:3px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #eee;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

.subinfo {
	margin:0 0 10px 0;
	font-family:'Oswald', sans-serif;
	font-size:10px;
	color:#999999;
	position:relative;
}

#contents .subinfo ul {
	padding:0;
	margin:0;
}
#contents .subinfo ul li {
	float:left;
	margin:0 10px 0 0;
	list-style-type:none;
}

#contents .subinfo ul li span {
	color:#333;
}



.page-title {
	padding:15px 0 0 0;
	margin:0 0 20px 0;
	font-family:'Oswald', sans-serif;
	font-size:18px;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
	line-height:1em;
}

.page-title span {
	padding:0 0 0 15px;
	font-size:12px;
	line-height:1em;
}



/* creator list design */
#contents .creator_dtl_list {
	margin:0;
	padding:0;
}

#contents .creator_dtl_list li {
	list-style:none;
	background-color:#f7f7f7;
	margin:0 0 10px 0;
	padding:15px 0 5px 15px;
}

#contents .creator_dtl_list li ul {
	margin:10px 0 0 0;
	padding:0;
}

#contents .creator_dtl_list li ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
*html #contents .creator_dtl_list li ul {display:inline-block;}

#contents .creator_dtl_list li ul li {
	float:left;
	width:215px;
	margin:0 10px 10px 0;
	padding:0;
}

#contents .creator_dtl_list li ul li a {
	display:block;
	background-color:#fff;
	text-align:center;
	padding:25px 15px;
	font-family:'Oswald', sans-serif;
	border:1px solid #ccc;
}

#contents .creator_dtl_list li ul li a:hover {
	background-color:#aaa;
	text-decoration:none;
	color:#FFF;
}






/*
---------------------------------------------

    top page layout

*/

.topbox {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #eee;
}

.topboxnone {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}


.thumbimg {
	width:240px;
	height:160px;
	float:left;
	background-color:#000;
	overflow:hidden;
	text-align:center;
}

.txtbox {
	padding:0 0 0 20px;
	width:440px;
	float:left;
}

.thumbimgsmall {
	width:190px;
	height:126px;
	background-color:#000;
	overflow:hidden;
	text-align:center;
}


.txtboxsmall {
	width:200px;
	height:288px;
	float:left;
	margin:0 15px;
}

.btmsubinfo {
	margin:0 0 10px 0;
	font-family:'Oswald', sans-serif;
	font-size:10px;
	color:#999999;
}
#contents .btmsubinfo ul {
	margin:0;
	padding:0;
}

#contents .btmsubinfo ul li {
	margin:0 0 0 0;
	list-style-type:none;
}

#contents .btmsubinfo ul li span {
	color:#333;
}

.btmbox {
	padding:30px 5px 0 5px;
	background:url(img/bg_line.png) repeat-x 0 0;
}

.topline {
	padding:20px 0 0 0;
	background:url(img/bg_line.png) repeat-x 0 0;
}



/*
	Slideshow
*/

.topimgs {
	margin:0 0 10px 0;
	width:700px;
	height:433px;
	overflow:hidden;
	text-align:center;
}


#slides {
	/*position:absolute;*/
	position:relative;
	width:700px;
	/*z-index:100;*/
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:700px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:700px;
	height:600px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

#contents .pagination {
	margin:10px auto 40px auto;
	width:150px;
}

#contents .pagination:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
*html #contents .pagination {display:inline-block;}

#contents .pagination li {
	float:left;
	width:13px;
	margin:0 5px;
	list-style:none;
}

#contents .pagination li a {
	display:block;
	width:13px;
	height:13px;
	background:url(img/pagination.png) no-repeat 0 0;
	float:left;
	overflow:hidden;
	text-indent:-10000px;
}

#contents .pagination li.current a {
	background-position:0 -13px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	width:700px;
}



/*
---------------------------------------------

    profile page layout

*/

.prof {
	margin:0 0 50px 0;
	border-left:3px solid #333;
}

.prof dt {
	width:180px;
	padding:0 0 0 10px;
	font-size:14px;
	float:left;
}

.prof dd {
	margin:0 0 0 180px;
	padding:0 0 0 10px;
	border-left:1px solid #333;
}


.profwbox {
	width:230px;
	padding:0 15px 0 0;
	float:left;
}

.profwbox dt {
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	border-left:3px solid #333;
	font-size:14px;
}

.profwbox dd {
	padding:0 0 0 10px;
	border-left:1px solid #333;
}


/*
---------------------------------------------

    creator page layout

*/

.workscat {
	padding:0 0 20px 0;
	font-family:'Oswald', sans-serif;
	font-size:14px;
}

.portfolio_list {
	padding:0 0 0 0;
	margin:0;
}

.portfolio_list li {
	width:190px;
	float:left;
	list-style:none;
	margin:0 5px 10px 5px;
	text-align:center;
}

.portfolio_list li span {
	display:block;
	text-align:right;
	padding:0 5px 0 0;
	color:#FFF;
	font-family:'Oswald', sans-serif;
	font-size:10px;
}

.portfolio_list li a {
	width:190px;
	height:126px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}



.recdtl {
	margin:20px 0;
}

.recdtl p {
	margin:0 0 10px 0;
	padding:10px;
	background-color:#f7f7f7;
	border:1px solid #eee;
}

.recdtl p span {
	display:block;
	padding:5px 0 5px 12px;
}


/*
---------------------------------------------

    calendar page layout

*/

.calbox {
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	background-color:#ccc;
	background:url(img/bg_cal_cont.png) repeat 0 0;
}

#calttl {
	color:#FFF;
	margin:0;
	padding:15px 0 0 5px;
	background:url(img/bg_cal.png) repeat-x 0 bottom #565656;
	border:none;
}

.calinside {
	margin:5px 5px 0 5px;
	padding:5px;
	background-color:#f7f7f7;
}

.calicon {
	width:54px;
	height:54px;
	margin:0 5px 5px 0;
	background:url(img/cal_icon.png) no-repeat 0 0;
	font-family:'Oswald', sans-serif;
	float:left;
}

.calmonth {
	padding:0 0 0 10px;
	background:url(img/bg_side01.gif) no-repeat 0 5px;
	font-family:'Oswald', sans-serif;
}


.calicon dt,
.calicon dd {
	text-align:center;
}
.calicon dt a {
	color:#FFF;
}

.calicon dt a:hover {
	text-decoration:none;
}

.calicon dd {
	padding:3px 0 0 0;
	font-size:18px;
}

#wp-calendar {
	width:100%;
	margin:0 0 40px 0;
	border-collapse:collapse;
}

#wp-calendar caption {
	padding:5px 0 0 0;
	color:#FFF;
	background:url(img/bg_cal.png) repeat-x 0 bottom #565656;
	font-family:'Oswald', sans-serif;
}

#wp-calendar th,
#wp-calendar td {
	border:1px solid #eee;
	border-collapse:collapse;
	text-align:center;
}

#wp-calendar th {
	font-family:'Oswald', sans-serif;
	font-weight:normal;
	color:#FFF;
	background:url(img/bg_cal_date.png) repeat-x 0 bottom #d26767;
}

#wp-calendar td {
	height:60px;
	background:url(img/bg_cal_day.png) repeat-x 0 bottom;
	vertical-align:middle;
}

#wp-calendar td span {
	display:block;
	text-decoration:none;
	height:60px;
	vertical-align:middle;
	background:url(img/bg_cal_day3.png) repeat-x 0 bottom;
	line-height:5em;
	font-weight:bold;
	color:#0096cd;
}


#wp-calendar thead tr th.holiday,
#wp-calendar thead tr th.saturday {
	color:#FFF;
}


#wp-calendar td#today {
	vertical-align:middle;
	background:url(img/bg_cal_day2.png) repeat-x 0 bottom;
}


#wp-calendar tfoot td {
	border:none;
	border-collapse:collapse;
	background:none;
}

#wp-calendar tfoot td#prev {
	text-align:left;
}

#wp-calendar tfoot td#next {
	text-align:right;
}
#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a {
	display:inline;
	background:none;
}

#wp-calendar tfoot td#prev a:hover,
#wp-calendar tfoot td#next a:hover {
	color:#0096cd;
}


/*
---------------------------------------------

    slide show

*/

body#slideshow {
	width: 900px;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

#slideshow .flickSimple {
	position: relative;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#slideshow .flickSimple ul {
	display: block;
	margin: 0;
	padding: 0;
}

#slideshow .flickSimple ul li {
    padding:0 15px 0 0;
	float: left;
	list-style-type: none;
	text-align: center;
}


#slideshow #nosnap ul {
	width: 1920px;
}

#slideshow #nosnap ul li {
	height: 400px;
	/*width: 160px*/
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(img/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	padding:10px;
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#333;
  display:none;
  border: 1px solid #f7f7f7;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 0 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px ０px;
  margin-bottom:1px;
}
#TB_title{
	width:900px;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}




/*
---------------------------------------------

    social btn settings

*/

#slides .socialBtn {
	padding:10px 0 0 0;
	margin:0;
}

#slides .socialBtn li {
	width:110px;
	height:21px;
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}

#contents .socialBtnFrameTop .socialBtn {
	padding:0;
	margin:15px 0 0 0;
}

#contents .socialBtnFrame .socialBtn li,
#contents .socialBtnFrameTop .socialBtn li {
	width:110px;
	height:21px;
	float:left;
	list-style:none;
	margin:0;
}

#contents .socialBtnFrame {
	position:relative;
	height:35px;
}
#contents .socialBtnFrame .socialBtn {
	position:absolute;
	top:10px;
	right:0;
}


/*

TOP page la banner

*/

#laBaner {
	width:139px;
	height:81px;
	background:url(img/laBanner.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}


/*
---------------------------------------------

    top special info layout

*/
.topSpecialFrame {
	margin: 0 0 20px 0;
	padding: 0 0 40px 0;
	background:url(img/bg_line.png) repeat-x 0 bottom;
}
.topSpecialFrame .topMediaSp {
	margin: 0 0 15px 0;
}
.topSpecialFrame h2 {
	font-size: 18px;
}
.topSpecialFrame p {
	line-height:1.8em;
}




