/*
Theme Name: cc2web
Theme URI: http://www.cc2.co.jp/
Description: 
Version: 121204
Author: cyberconnect2
Author URI: http://www.cc2.co.jp/
Tags: 
License: 
License URI: 
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
/* wp-specific classes */
.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
/* for fun */

/* layout */

body {
	padding-top: 0;
	background:url(./img/bg.jpg) fixed top center;
}
#main {
	background:#fff;
   -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
   -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
   box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);	
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	
	
}
.post_content {
	padding:10px 10px 0 10px;
}
.brand {
	position:absolute;
	left:1;
	z-index:999;
	over-flow:hidden;
}
#sidebar1 {
	padding-top:0px;
}
#menu-top-nav {
}
.social li {
	margin:-4px -15px 0 0;
	height:30px;
}
.nav-container {
	padding-left: 0;
	padding-right: 0;
}
#inner-header {
	width: 100%;
}
input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}
.navbar-form, .navbar-search {
	margin: 0 0 9px;
}
.navbar-search {
	padding-left: 0;
}

#s {
	width: 100px;
}
#content {
	padding: 20px 0 20px 0;
}
.pagination {
	margin: 0 auto;
}
.more-link {
	white-space: nowrap;
}
.footer-links {
	float: right;
	margin-bottom: 18px;
}
#menu-footer-nav {
	list-style-type: none;
	margin-left: 0;
}
#menu-footer-nav li {
	float: left;
	margin-left: 10px;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* post styling */

.news_head {
	background:url(./img/news_title_bg.jpg) repeat;
	text-indent:10px;
	padding:3px 0 0 0;
	color:#fff;
	margin:0 1px;
	margin-bottom:5px;	
}

.pickup{
	background:url(./img/news_pickup_bg.png) repeat;
}
#main p.meta {
	font-style: italic;
	color: #808080;
}
#main article {
	margin-bottom: 0px;
	border-bottom: 1px dotted #ddd;
	padding: 0 3px;
}
.sticky {
}
#main article .label {
	font-size:9px;
}
time {
	font-size:10px;
	color:#99CC00;
}

.thumb_pickup {
	float:left;
	padding-right:8px;
	width:100px;
}
.thumb {
	float:left;
	padding-right:8px;
	width:55px;
}
.text {
	overflow:auto;
	zoom:1;
	font-size: 0.9em;
	line-height: 1em
	color:#666666;
	margin:0;
	padding:0;
}
.text h2 {
	font-size:1.4em;
	font-weight:900;
	letter-spacing:0px;
	margin:0;
	padding:0;
	line-height:120%;
	color:#0000cd;
}
.sidebar {
	margin-top: 18px !important;
}
#main article footer {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 10px;
}
#main article footer a.edit-post {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.post:hover a.edit-post {
	display: inline;
}
p.tags {
	line-height: 10px;
	font-size:10px;
}
 div[id*='attachment_'] {
 max-width: 100%;
 height: 100%;
}
#main article img {
	max-width: 100%;
}
img.alignleft {
	margin-right: 10px;
	float: left;
}
img.alignright {
	margin-left: 10px;
	float: right;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.post header img {
	margin-bottom: 18px;
}
.archive #main .post h3 {
	line-height: 24px;
	margin-bottom: 10px;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
/* page styling */

.page-template-page-homepage-php #main article {
	border-bottom: none;
}
.page-template-page-homepage-php .hero-unit, .blog .hero-unit {
	padding: 1em;
}
.hero-unit h1 {
	font-size: 3em;
}
/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img {
	max-width: 100%;
}
.ie8 #main .media-grid img {
	max-height: none !important;
	max-width: none !important;
}
.attachment-img {
	margin-bottom: 18px;
}
.metadata p.alert-message {
	margin-right: 0;
	margin-bottom: 18px;
}
#gallery-nav {
	list-style-type: none;
	margin-left: 0;
}
li.next a, li.previous a {
	position: relative;
}
li.next a:hover:before {
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
li.previous a:hover:before {
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* widget styles */

.widget {
	margin-bottom: 20px;
}
.widgettitle {
	margin-bottom: 5px;
	padding:7px 0 5px 5px;
	background:url(./img/h2_bg.png);
	color:#fff;
	text-indent:5px;
}
#tag-cloud {
	margin-bottom: 18px;
	line-height: 160%;
}
/* for some reason the bs version currently available for download doesn't have this style */
.label {
	text-transform: uppercase;
}
/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover, .tags a:hover {
	color: #ffffff;
	text-decoration: none;
}
#tag-cloud a {
	white-space: pre;
	text-transform: uppercase;
}
/* change default form padding for search */

.widget_search form {
	padding-left: 0;
}
.widget_search input {
	width: 121px;
}
/* calendar widget */

#calendar_wrap {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child {
	border-bottom: none;
}
#wp-calendar td {
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left {
	padding-right: 15px;
}
 @media only screen and (min-width: 960px) {
 body {
}
 .container-fluid {
 max-width: 970px;
 margin: 0 auto;
 padding-left: 20px;
 padding-right: 20px;
}


 #inner-footer {
 padding: 0;
}
 #content {
 padding-left: 0;
 padding-right: 0;
}
 .topbar-inner {
 padding: 0;
}
 .topbar form.pull-right {
 float: right;
}
 .navbar-form, .navbar-search {
 margin-top: 6px;
 margin-bottom: 0;
}
 .navbar-search {
 padding-left: 0;
}
 .sidebar {
 margin-top: 0 !important;
}
 .widget_search input {
 width: 121px;
}
 .blog .hero-unit {
 margin-top: 10px;
}
 .page-template-page-homepage-php .hero-unit, .blog .hero-unit {
 padding: 60px;
}
 .hero-unit h1 {
 font-size: 60px;
}
 #s {
 width: 210px;
}
}
/* footer widget
--------------------------------------------------- */


ul.copy_list {
	font-size:9px;
	letter-spacing:0px;
	line-height:100%;
	height:auto;
	display:block;
	overflow:hidden;
	word-break:break-all;
	width:auto;
	margin-left:0px;
}
.copy_list li {
	float:left;
	display:inline;
	margin:0 0 0 5px;
	word-break:break-all;
}
.footer_txt {
	font-size:10px;
	background:#fff;
	border:1px #ddd solid;
	color:#999;
	padding:10px;
	text-align:left;
	width:100%;
	float:right;
	line-height:120%;
	margin-bottom:10px;
}

.article_container{
	padding:10px;
}



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

JX^j[p

-------------------------------------- */
.custom_nav {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
}
.custom_nav > li > a {
  display: block;
}
.custom_nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}


.custom_nav ul {
 width:100%;
  margin-left: 0px;
}

.custom_nav li {
 list-style:none;
}
.custom_nav li a {
  display: block;
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 0;
  color: #333333;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;

}
.custom_nav li a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;


}

.custom_nav li a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.custom_nav li a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.custom_nav li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.custom_nav li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.custom_nav li a:hover {
  border-color: #ddd;
  z-index: 2;
}


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



.article_container h2{
	background:#14a73b;
  padding: 4px 14px;
  margin: 10px 0 5px 0;
  border: 3px solid #14a73b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#fff;

}

.date_head{
	border-top:2px #99cc33 solid;
	border-bottom:1px #ddd solid;
	background:#f9f9f9;
	padding:5px 0;
	text-indent:10px;
}

.page_content #sidebar1{
	float:right;
}




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

jquery.masonry.jsp

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

.wrap {
	width:auto;
}
.wrap h5{
	font-size:15px;
	background:#15a63c;
	padding:5px;
	color:#fff;
	margin:0 0 5px 0;
}
.box {
	margin: 5px;
	padding: 0px;
	float: left;
	display: inline;  /* IE6 fix */
}


.thumbnails img{
	display:block;
	margin:0 auto;
	text-align:center;
}



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

CC2WEB TOPp

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

h1, h2, h3, h4, h5, h6{ 
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-weight: bold; 
	color: #404040; 
}
body{ 
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-weight: normal; 
	color: #404040; 
}
.navbar{ 
	position: static; 
}
body{
	padding-top: 0;
}

.navbar-inner, .navbar .fill { 
	background-color: #171717;
}
.navbar-inner, .navbar .fill {
	background-image: -khtml-gradient(linear, left top, left bottom, from(#171717), to(#3b3b3b));
	background-image: -moz-linear-gradient(top, #171717, #3b3b3b);
	background-image: -ms-linear-gradient(top, #171717, #3b3b3b);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #171717), color-stop(100%, #3b3b3b));
	background-image: -webkit-linear-gradient(top, #171717, #3b3b3b2);
	background-image: -o-linear-gradient(top, #171717, #3b3b3b);
	background-image: linear-gradient(top, #171717, #3b3b3b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#3b3b3b2', GradientType=0);
}
.navbar .nav li a { 
	color: #ffffff;
}
.navbar .nav li a:hover { 
	color: #FFFFFF;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background-color: #b3db11;
}

.dropdown-menu a{
	color: #555555 !important;
}

.hero-unit { 
	background-color: #F5F5F5;
}
.pager{
	margin-top:10px;
}



.navbar-cc2 {
	overflow:visible;
	margin-bottom:0px;
}

.navbar-cc2 .navbar-inner {
	padding:5px 20px;
	background-color:#fff;
	height:30px;
	background-image:-moz-linear-gradient(top, #ffffff, #ffffff);
	background-image:-ms-linear-gradient(top, #ffffff, #ffffff);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
	background-image:-webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image:-o-linear-gradient(top, #ffffff, #ffffff);
	background-image:linear-gradient(top, #ffffff, #ffffff);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar-cc2 .brand {
	float:left;
	display:block;
	padding:0px 8px 0px 12px;
	margin-left:-10px;
	color:#ffffff;
	height:29px;
	width:240px;
}
.navbar-cc2 .navbar-text  {
	margin-bottom:0;
	line-height:40px;
	color:#999999;
}
.navbar-cc2 .nav {
	position:relative;
	left:0;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.navbar-cc2 .nav.pull-right {
	float:right;
}
.navbar-cc2 .nav>li {
	display:block;
	float:left;
}


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

live Information

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

#ust-info {
	background: url(http://www.cc2.co.jp/cms/cc2web_top/wp-content/themes/cc2web_120411/img/ust_info_bg_bk.jpg) no-repeat;
	margin: 0 0 0 5px;
	width: 805px;
	height: 47px;
	padding: 15px 100px 0 60px;
	font-weight: bold;
}

#ust-info-announce {
	background: url(http://www.cc2.co.jp/cms/cc2web_top/wp-content/themes/cc2web_120411/img/ust_info_bg2_bk.jpg) no-repeat;
	color:#fff;
	margin: 0 0 0 5px;
	width: 805px;
	height: 47px;
	padding: 15px 100px 0 60px;
	font-weight: bold;
}

#niconama-info {
	background: url(http://www.cc2.co.jp/cms/cc2web_top/wp-content/themes/cc2web_120411/img/niconama_info_bg.jpg) no-repeat;
	margin: 0 0 0 5px;
	width: 805px;
	height: 47px;
	padding: 15px 100px 0 60px;
	font-weight: bold;
}

#niconama-info-announce {
	background: url(http://www.cc2.co.jp/cms/cc2web_top/wp-content/themes/cc2web_120411/img/niconama_info_bg2.jpg) no-repeat;
	margin: 0 0 0 5px;
	width: 805px;
	height: 47px;
	padding: 15px 100px 0 60px;
	font-weight: bold;
}



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

Main navi

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

img {
	border:0;
	/*vertical-align:bottom;*/
}
ul,
li {
	margin:0;
	padding:0;
	list-style:none;
}
#image-navigation {
	padding: 0 ;
	width: 820px;
	float: left;
	margin: 0px 0 5px 5px;
}

#image-navigation a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#image-navigation-area {
	height: 267px;
	background: #000000;
	padding: 5px;
}
#image-navigation ul li a {
	display:block;
	width:132px;
	height:74px;
}
#image-navigation .navi {
	margin-top: 271px;
	width: 820px;
}
#image-navigation .navi li {
	float: left;
	padding-top: 1px;
	padding-right: 1px;
}

#image-navigation-text .navi-image { position:relative;}
#image-navigation-text .navi-image a { display:block; }
#image-navigation-text .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation-text .navi-image a.active { z-index:10; }
#image-navigation-text .navi-image a.last-active { z-index:9; }
