@charset "utf-8";

/*-----------------------------------------------
 Copyright www.utautame.com All rights reserved.
 E-mail:info@utautame.com
-----------------------------------------------*/
/*-----------------------------------------------
 __style reset
-----------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,ul,li,ol {
	padding:0;
	margin:0;
	}

/*-----------------------------------------------
 __default
-----------------------------------------------*/
/*body {
	background:#FFF;
	color:#888;
	line-height:1.8;
	font-size:12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
*/

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

html {
	overflow-y:scroll;
	}

hr {
	display:none;
	}

img {
	border:none;
	}

a {
	outline:none;
	}

p {
	margin-bottom:1.5em;
	}

dl img,
ul img,
object,
embed {
	vertical-align:bottom;
	}

p img {
	vertical-align:middle;
}

 
ul,ol,dl {
	list-style:none;
	}


/*-----------------------------------------------
 __link color
-----------------------------------------------*/
/*a {
	color:#1f9e9c;
	text-decoration:none;
	}
*/

a:hover {
	text-decoration:none;
	}

/*-----------------------------------------------
 __Layout
-----------------------------------------------*/
#wrapper {
	width:100%;
	height:100%;
	background:url(../images/bg_bottom.jpg) center bottom no-repeat;
}

#container {
	width:980px;
	margin:0px auto;
	background:url(../images/bg_contents.jpg) no-repeat;
	padding-top:30px;
}

body#index #container {
	background:url(../images/index/bg_header.jpg) no-repeat;
	padding-top:394px;
}

#header {
	margin-left:50px;
}

h1 {
	margin-bottom: 20px;
    margin-top: 22px;
}

ul#gMenu li a {
    color: #999;
}

ul#gMenu li {
	float:left;
	margin-right:26px;
	text-decoration: none;
}

ul#gMenu li a {
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}

ul#gMenu li a:hover {
	opacity: 0.4;  
    filter: alpha(opacity=60);  
	}

.current {
    color: #9ce4e9;
}

#contents {
	padding:40px 75px;
	clear:both;
}

#contents a {
	color:#1f9e9c;
	text-decoration:none;
	}

h2 {
	text-align:right;
	clear:both;
}

body#index h2 {
    margin-bottom: 15px;
    text-align: left;
    padding-top: 0px;
    font-weight: 100;
    font-size: 23px;
    color: #9ce4e9;
}

#contents h3 {
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

h3 {
	margin-bottom:15px;
	padding-top:20px;
}

#footer {
	text-align:center;
	clear:both;
	height:130px;
	margin-top: 100px;
}

#footer ul {
	margin-bottom:20px;
}

#footer li {
	display:inline;
	margin-right:10px;
}

#footer li.last {
	margin:0px;
}

#contents .main-titile {
    float: left;
    margin-bottom: 100px;
    margin-left: 15px;
    width: 530px;
}

#contents .new-album {
    margin-top: 15px;
}


/*-----------------------------------------------
 __Common class
-----------------------------------------------*/
.imgL {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top: 30px;
}

.imgB {
	padding:5px;
	background:#fff;
	border:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.txt11 {
	font-size:11px;
}

.left {
	float:left;
}

.right {
	float:right;
	}

.clear {
	clear:both;
}

ol.default_style {
	list-style:decimal outside none;
	margin-left:17px;
	line-height:1.8;
}

ul.default_style {
	list-style:disc outside none;
	margin-left:1.5em;
	margin-bottom:1em;
}

.w550 {
	width:550px;
	margin-top: 30px;
}

.w405 {
	width:405px;
}

.link_pagetop {
	text-align:right;
	clear:both;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}

.link_pagetop:hover {
	opacity: 0.4;  
    filter: alpha(opacity=60);  
	}

/*-----------------------------------------------
 __profile
-----------------------------------------------*/
.contents-wrap {
    margin-top: 100px;
    text-align: center;
}

#profile #contents {
    clear: both;
    padding: 40px 140px;
}

/*-----------------------------------------------
 __discography
-----------------------------------------------*/

body#discography ol.default_style {
	margin-bottom:1em;
	margin-top:6px;
}

hr.disco-line {
    color: #bbbbbb;
    display: block;
    margin-top: -3px;
    opacity: 0.3;
}

h3.discoo-title {
    letter-spacing: 0.5px;
}

.album-no {
    color: #9ce4e9;
}

.album-big-title {
    font-size: 18px;
}

h4.other-title{
	margin-top:30px;
	}

#contents .utautame {
    margin-bottom: 60px;
}

#contents .one-heart {
    margin-bottom: 40px;
}

/*-----------------------------------------------
 __schedule
-----------------------------------------------*/
body#schedule ul.schedule_list {
	margin-bottom:10px;
	}

body#schedule ul.schedule_list li {
	display:inline;
	}

body#schedule ul.schedule_list li img {
	padding:5px;
	}

body#schedule dt.item {
	border-bottom: 1px solid #bbb;
    clear: both;
    font-size: 1.6em;
    color: #8ce5cf;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding-bottom: 10px;
}

body#schedule p.copyright {
	font-size:11px;
}


/*-----------------------------------------------
 __schedule
-----------------------------------------------*/

@media screen and (max-width:768px) {
	
	#contents {
	padding:0;
	clear:both;}
}