/*common*/




h2{text-shadow: none;padding:0px; margin: 0px;font-size: 1.2em;}
.blue{color: #0cb0e0;}
.red{color: #ff0000;}
.black{color: #000;}
.title_b  {
	color: #191919;
	text-decoration: none;
	font-size: 1em;
	line-height: 120%;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 0;
	padding-top: 1em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #778d9e;
	font-weight: bold;
	height: auto;
}

.small-text{color: #000;padding:0px; margin: 0px;font-size: 0.7em;}
.reg-button{width:232px; height:117px; margin:0 auto;}
.menu{margin:10px 0px;}

.title_txt{
	font-size: 1em;
	width: 100%;
	color:#fff;
	background-color: #51d8dd;
	margin-top:10px;
	padding:5px 0px 5px 5px;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome */  
    -moz-border-radius: 5px;   /* Firefox */  
}

.title_txt2{
	font-size: 1em;
	width: 100%;
	color:#fff;
	background-color: #ffcc31;
	margin-top:10px;
	padding:5px 0px 5px 5px;
	border-radius: 5px 5px 0px 0px;        /* CSS3 */  
    -webkit-border-radius: 5px 5px 0px 0px;    /* Safari,Google Chrome */  
    -moz-border-radius: 5px 5px 0px 0px;   /* Firefox */  
}



.title_txt3{
	font-size: 1em;
	width: 100%;
	color:#fff;
	background-color: #ffcc31;
	margin:10px 0 5px 0;
	padding:5px;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome */  
    -moz-border-radius: 5px;   /* Firefox */  
}


.rounded-img2 {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}

.ui-li-thumb_org{position:absolute;left:1px;top:0; max-height:100%; max-width:100%;}


/*sub page*/
.header_img{
	padding:0px; margin:0px;
	text-align:center;
}
.align_right{
	text-align: right;
}

/* テキストを省略せずに表示する */
.ui-header .ui-title,            /* ヘッダー */
.ui-footer .ui-title,            /* フッター */
.ui-btn-inner,                /* ボタン */
.ui-li-heading,                /* リスト見出し */
.ui-li .ui-btn-text a.ui-link-inherit,    /* リンクリスト */
.ui-li-desc                /* リスト詳細 */
{
    overflow: visible;
    white-space: normal;
}




/*メニュータブ*/


#tabs {
	width: 100%;
	height: 35px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	border-radius:10px 10px 0 0;
}

/* タブっぽく並べて */
    #tabs .main_tab {
}
#tabs .main_tab li{
	float:left;
	width:33%;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-radius:10px 10px 0 0;
}


#tabs .main_tab li:first-child {
	width: 33%;
}
#tabs .main_tab li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 33%;
}

#tabs .main_tab a{
	display:block;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	-webkit-transition:text-shadow .7s ease-out, background .7s ease-out;
	background-position: left bottom;
	line-height: 35px;
	height: 35px;
	color: #ffffff;
	border-radius:10px 10px 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ccc;
	
	
}

#tabs .main_tab li:first-child a {
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
}
#tabs .main_tab li:last-child a {
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
}

#tabs .main_tab li a:hover {
	text-shadow: #fffb99 0px 2px 20px;
	color: #ffffe4;
}
/* 最初はパネルは非表示 */
    .panel  {
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	margin-top: 0;
	clear: both;
	display: none;
}
