﻿@CHARSET "UTF-8";


h1,
h2 {
    margin: 0;
    padding: 0;
    text-align: center;
}

h3.sub_header,
h4  {
    background-image: url(/assets/img/btn_sub_bg.gif);
    background-repeat: repeat-x;
    height: 25px;
    padding: 5px;
    line-height: 25px;
    vertical-align: middle;
    font-size: small;
}
h3.sub_header img {
    margin-right: 5px;
}
body {
    background-color: #FFFFFF;
    font-size: x-small;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
strong {
    font-size: medium;
}
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
  color: inherit;
}



table {

}

th, td {
    font-size: small;
}


form {
    margin-bottom: 20px;
}

form div {
    text-align: center;
}

#footer {
    padding: 10px 0;
    text-align: center;
}


#entry_block {
    text-align: center;
    background-image: url(/assets/img/entry_bg.gif);
    background-repeat: repeat-x;
    height: 57px;
    line-height: 57px;
}

#quiz-question {
    background-color: #3F9FFF;
    background-image: url(/assets/img/line_top.gif);
    background-repeat: repeat-x;
    background-position: left -1px;
    padding: 10px 0;

    color: #FFFFFF;

    font-size: medium;
}
#quiz-question div:first-child,
#quiz-question p:last-child {
    padding-left: 10px;
    padding-right: 10px;
}

ul.menu {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
ul.menu li {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background-image: url(/assets/img/btn_main_bg.gif);
    background-repeat: repeat-x;
    height: 70px;
}

ul.menu li.half {
    width: 50%;
    float: left;
    margin-right: -1px;
    border-right: 1px solid #7E7C7D;
}
ul.menu li.premium {
    background-image: url(/assets/img/btn_premium_bg.gif);
}
ul.menu li.site_menu,
ul.menu li.answer    {
    height: 60px;
    background-image: url(/assets/img/btn_menu_bg.gif);
}
ul.menu li.list_menu {
    height: 35px;
    background-image: none;
}
ul.menu li a {
    display: table-row;
    text-decoration: none;
    position: relative
}

ul.menu li.list_menu a {
    font-size: medium;
    text-decoration: underline;
}
ul.menu li a span {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 5px 0;
}
ul.menu li.site_menu a span,
ul.menu li.answer a span {
    height: 50px;
}
ul.menu li.list_menu a span {
    height: 25px;
}
ul.menu li a span:first-child,
ul.menu li a span:last-child   {
    padding: 5px;
}
ul.menu li a span:first-child {
    width: 50px;
    text-align: left;
}
ul.menu li a span:last-child {
    width: 30px;
    text-align: right;
}
ul.menu li.answer a span:first-child {
    width: 30px;
}
ul.menu li.site_menu a span:last-child {
    width: 100%;
    text-align: left;
}

ul.menu li.list_menu a span:first-child {
    width: 10px;
}

.bar {
    height: 60px;
    line-height: 60px;
    background-image: url(/assets/img/btn_menu_bg.gif);
    background-repeat: repeat-x;
}


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

.section {
    margin-bottom: 20px;
}

.black {
    color: #333333;
}
.red {
    color: #E81E2A;
}

.aqua {
    color: #20B3C3;
}

.brown {
    color: #693A0C;
}
.light-brown {
    color: #B8AA97;
}
.gray {
    color: #595657;
}
.pink {
    color: #E87FB0;
}
.orange {
    color: #F07D18;
}

p.explain {
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: small;
}
pre.explain {
    padding: 0 5px;
    margin-bottom: 10px;
    white-space: pre-wrap;
}

.contents_menu{
	color: #FFF;
	background-color: #06C;
	padding: 5px;
	display: block;
	width: 310px;
	font-size: 14px;
}

.emoji_type{
	font-size: 14px;
	margin: 5px;
	padding: 5px;
	display: block;
}

.address {
    font-size: small;
    margin: 5px;
}

.logo-icon {
    margin: 20px; /* au one-ID 利用規定で決まってる*/
}
.border {
    border: 1px solid #C8C8C2;

}

.ct_text_bar{
	text-align: center;
	background-image: url(/assets/img/btn_menu_bg.gif);
	height: 40px;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.ct_text_bar2{
	text-align: center;
	background-image: url(btn_menu_bg.gif);
	border: 1px solid #666;
	margin: 5px;
	padding: 5px;
}

.ct_text{
	padding: 10px;
}

.ct_img{
	text-align: center;
}

.ct_text_bar3{
	text-align: center;
	border: 1px solid #333;
	margin: 5px;
	padding: 5px;
	background-color: #999;
	color: #FFF;
}

/* PCページ */

#main{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

#career_login{
	width: 318px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCC;
}


.career{
	background-color: #06F;
	text-align: center;
	border: 1px solid #666;
	width: 120px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #FFF;

}

.career_au{
	background-color: #F1620F;
	text-align: center;
	border: 1px solid #666;
	width: 120px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #FFF;

}

.career_sb{
	background-color:#666;
	text-align: center;
	border: 1px solid #666;
	width: 120px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #FFF;

}

.career_do{
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #FFF;

}

/* 登録と退会ボタン周り */
.sign_unsign_bg {
	background-color: #e7f9fe;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*登録確認ページ*/
.regist_listd{
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	font-size:medium;
	background-color:#e7f9fe;
}






/* シークレットルーム秘密のお部屋 20160129追加分 */
.secret_room_girl {
    text-align: center;
}



.hobby_girl_contents {
    width: 320px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 14px;
}
.hobby_girl_img_first_wrap {
    text-align: center;
}
.hobby_girl_img_wrap {
    text-align: center;
    margin: 10px auto;
    width: 100%;
}
.hobby_girl_img_wrap img.hobby_girl_img {
    width: 150px;
    margin: 0 auto;
}



/* グラビア動画 20160926追加　*/
video{
    width: 90%;
    margin: auto;
}





