@CHARSET "UTF-8";

/* ----------------------------- */
/* base setting */
/* ----------------------------- */
body {
/*
	font-family: Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
*/
	margin: 0;
	padding: 0;
}
a { color: #0000FF; text-decoration: none; }
a:hover { color: #0000FF; }


/* ----------------------------- */
/* color setting */
/* ----------------------------- */
/* blue */
#blue #header .navbar,
#blue .controller .carousel-indicators li { background-color: #B9F3FF; }

/* purple */
#purple #header .navbar,
#purple .controller .carousel-indicators li { background-color: #C795FF; }

/* pink */
#pink #header .navbar,
#pink .controller .carousel-indicators li { background-color: #FBB8D9; }

/* orange */
#orange #header .navbar,
#orange .controller .carousel-indicators li { background-color: #FFC851; }

/* red */
#red #header .navbar,
#red .controller .carousel-indicators li { background-color: #FF1A00; }

/* sky */
#sky #header .navbar,
#sky .controller .carousel-indicators li { background-color: #0A9AE6; }

/* gold */
#gold #header .navbar,
#gold .controller .carousel-indicators li { background-color: #E3D972; }

/* green */
#green #header .navbar,
#green .controller .carousel-indicators li { background-color: #CCFF42; }

/* silver */
#silver #header .navbar,
#silver .controller .carousel-indicators li { background-color: #CDCDCD; }


/* ----------------------------- */
/* header */
/* ----------------------------- */
#header .page-header {
	margin: 0;
	border-bottom: none;
	padding: 0;
}

#header .page-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 13px;
}

#header .page-header a {
	color: #000000;
	display: block;
}

#header .navbar {
	margin: 0;
}

#header .navbar-inner {
	background-color: transparent;
	background-image: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: 40px;
	padding: 0 5px 0 10px;
}

#header .form-search {
	padding: 5px 0;
	margin: 0;
}

#header input.search-query {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#header .form-search .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0;
}

#header .navbar .btn-navbar {
	line-height: 14px;
}

#header .navbar-inverse .btn-navbar {
	background: none;
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	padding: 7px;
}

#header .nav-collapse a {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-shadow: none;
	background: #FFFFFF;
	margin-right: 5px;
}


/* ----------------------------- */
/* footer */
/* ----------------------------- */
#footer {
	padding: 10px 0 0;
}

#footer .navbar {
	margin-top: 15px;
	margin-bottom: 0;
}

#footer .navbar-inner {
	min-height: 40px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#fff2f2f2', GradientType=0);
	border: 1px solid #d4d4d4;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	*zoom: 1;
}

#footer .navbar .nav {
	margin: 0;
	width: 100%;
}

#footer .navbar .nav>li {
	width: 50%;
}

#footer .navbar .nav>li>a {
	border-right: 1px solid #d4d4d4;
	display: block;
	font-size: 13px;
}

#footer .copyright,
#footer .counter {
	color: #999999;
	font-size: 11px;
	padding: 0 15px;
}

#footer .copyright a,
#footer .counter a {
	color: #999999;
}

#footer .copyright p {
	margin: 0;
}


/* ----------------------------- */
/* main */
/* ----------------------------- */
.nav.nav-list {
	margin-bottom: 0;
}

.nav-list .nav-header {
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	padding: 5px 15px;
	color: #333;
	background: #EEEEEE;
	line-height: 25px;
	text-transform: none;
}

.nav-list>li>a:hover {
	background: none;
}

.nav-list>li>a {
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 15px;
	line-height: 30px;
	margin-top: -1px;
	font-weight: normal;
}

.nav-list>li>a:first-child {
	border-top: 1px solid #DDDDDD;
}

.nav-list.right-position-icon>li>a {
	position: relative;
	padding-right: 25px;
}

.right-position-icon [class^="icon-"],.right-position-icon [class*=" icon-"]
	{
	opacity: 0.5;
	filter: alpha(opacity = 50);
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -7px;
}

.nav-list.right-position-icon>li>.whats_new {
	padding: 0 25px 0 0;
}

.cut {
	display: block;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	position: relative;
	width: 55px;
	z-index: 1;
	text-align: center;
}

.cut>img {
	line-height: 55px;
}

.ul-link-inner {
	position: relative;
}

.ul-link-has-thumb {
	padding-left: 65px;
}

.ul-link-has-thumb .thumb {
	position: absolute;
	top: 5px;
	left: 0;
	padding: 0 0 0 10px;
}

.ul-link-inner .title-color {
	font-size: 14px;
	line-height: 150%;
	margin: 0;
	padding: 5px 0 0 10px;
	font-weight: normal;
}

.ul-link-inner .text {
	color: #999999;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ul-link-inner .date {
	color: #999999;
	font-size: 11px;
	line-height: 150%;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
}

.nav-list > li.more > a {
	font-size: 13px;
	line-height: 40px;
}

.banner {
	margin-bottom: 20px;
}

.banner li {
	margin-bottom: 5px;
	text-align: center;
}

.banner img {
	max-width: 320px;
}

.breadcrumb {
	color: #000000;
	margin: 0;
	font-size: 13px;
}

.breadcrumb .active {
	color: #000000;
}

.breadcrumb > li > .divider {
	padding: 0;
}

#container .breadcrumb a {
	color: #000000;
}

.page {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	height: 40px;
	margin-top: 40px;
}

.page .pager {
	margin: 0;
	height: 40px;
}

.pager li>a,
.pager li>span {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
}

.pager li.next a,
.pager li.prev a {
	color: #999999;
}

.page .page-info {
	line-height: 40px;
	margin-top: -40px;
	font-size: 12px;
	color: #999999;
}

#side .nav-list li a {
	font-size: 13px;
}


/* ----------------------------- */
/* log setting */
/* ----------------------------- */
.article {
	margin-bottom: 20px;
}

.article h2 {
	margin-top :0;
}

.article>.title-color,.article>.body {
	padding: 0 15px;
}

.article>.title-color {
	font-weight: normal;
	color: #0000FF;
	font-size: 15px;
	line-height: normal;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 15px 5px;
}

.article .thumbnail {
	margin-bottom: 10px;
}

.article .text {
	font-size: 13px;
	margin: 0 0 20px;
	overflow: hidden;
}

.article .date,
.article .communityline {
	color: #999999;
	font-size: 11px;
}

#container .date a,
#container .communityline a {
	color: #999999;
}

.carousel {
	margin-bottom: 10px;
}


.carousel-inner {
    text-align: center;
}

#slideshow .carousel-inner>.item {
    margin: 0 auto;
    max-width: 480px;
}

.controller {
	position: relative;
	height: 40px;
	margin-bottom: 10px;
}

.controller .carousel-indicators .active {
	opacity: 1;
}

.controller .carousel-indicators li {
	border-radius: 5px 5px 5px 5px;
	display: block;
	float: left;
	height: 7px;
	margin-left: 7px;
	text-indent: -999px;
	width: 7px;
	opacity: 0.2;
}

.controller .carousel-indicators {
	display: inline-block;
	left: 50%;
	margin-bottom: 0;
	margin-left: -30px;
	margin-top: -5px;
	top: 50%;
	margin-top: -5px;
}

.controller .prev,
.controller .next {
	line-height: 35px;
	padding: 0 10px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	opacity: 0.65;
}

.controller .prev:hover,
.controller .next:hover {
	opacity: 1;
	background-color: #FFFFFF;
}

.controller .prev {
	left: 0;
}

.controller .next {
	right: 0;
}

.thumbnails {
	margin-bottom: 5px;
	text-align: center;
}

.thumbnails img {
	max-width: 290px;
	margin: 0 auto;
}

.btn-area {
	margin-top: 10px;
}

#container .btn-area a {
	color: #000000;
}


/* ----------------------------- */
/* comment setting */
/* ----------------------------- */
.comment-form {
	margin-bottom: 10px;
}

.comment-form .message,
.comment-form form {
	margin: 0 15px 20px;
}

.comment-form h2 {
	margin-top :0;
}

.comment-form>.title-color,
.comment-form > .body {
	padding: 0 15px;
}

.comment-form>.title-color {
	font-weight: normal;
	color: #0000FF;
	font-size: 15px;
	line-height: normal;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 15px 5px;
}

.comment-form .form-horizontal .control-label {
    font-size: 13px;
}

.comment-form .form-horizontal .control-group {
    margin-bottom: 10px;
}

.comment-form .copyright {
	margin-top: 10px;
	font-size: small;
	padding: 0 20px;
}

.comment-form .controls .help-block {
	margin: 10px 0 0;
	color: #777777;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 150%;
}


/* ----------------------------- */
/* profile setting */
/* ----------------------------- */
.profile {
	margin-bottom: 10px;
}

.profile h2 {
	margin-top :0;
}

.profile>.title-color,.profile>.body {
	padding: 0 20px;
}

.profile>.title-color {
	font-weight: normal;
	color: #0000FF;
	font-size: 15px;
	line-height: normal;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 15px 5px;
}

.profile .thumbnail {
	margin-bottom: 10px;
}

.profile .text {
	font-size: 13px;
	margin: 0 0 20px;
	overflow: hidden;
}

.profile .copyright {
	font-size: 11px;
}


/* ----------------------------- */
/* contact setting */
/* ----------------------------- */
.contact-form {
	margin-bottom: 10px;
}

.contact-form form {
	margin: 0 15px 10px;
}

.contact-form h2 {
	margin-top :0;
}

.contact-form>.title-color,
.contact-form > .body {
	font-size: 13px;
	padding: 0 15px;
}

.contact-form>.title-color {
	font-weight: normal;
	color: #0000FF;
	font-size: 15px;
	line-height: normal;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 15px 5px;
}

.contact-form .copyright {
	font-size: 11px;
	margin-top: 10px;
	padding: 0 15px;
}

.contact-form .muted {
	color: #000000;
	font-size: 13px;
}

.contact-form .form-horizontal .control-group {
	margin-bottom: 10px;
}

.need {
	color: #DD0000;
	font-size: 11px;
}

.thanks {
	margin: 10px 20px;
}


/* ----------------------------- */
/* sns */
/* ----------------------------- */
#sns-btn {
	display:none;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 10px 1px;
	margin: 0 0px 35px;
}

#sns-btn #facebook_share {
	margin: 0 5px 0 0;
}

#sns-btn #facebook_share img {
	vertical-align: top;
}


/* ----------------------------- */
/* button */
/* ----------------------------- */
.btn {
	font-size: 12px;
}


/* ----------------------------- */
/* responsive */
/* ----------------------------- */
@media ( max-width : 480px) {
	.form-horizontal .form-actions {
		text-align: center;
	}
	.search-query {
		width: 140px;
	}
}

@media ( max-width : 320px) {

}