@charset "utf-8";



/*============================================================
default
============================================================*/

body {
	background:url(../img/global_menu_bg.png) repeat-x;
	color:#333333;
	width:100%;
	word-break:normal;
	text-align:left;
}



/*============================================================
Font size
============================================================*/

/* Headline
------------------------------------------------- */
h1 {
	font-size: 26px;
}

h2 {
	font-size: 125%;
	text-align: left;
}

h3{
	font-size: 110%
}

h4,h5,h6 { font-size: 100% }


/* Form
------------------------------------------------- */
textarea {
	font-size: small;
}


/* Side menu
------------------------------------------------- */
#side_menu div.info_msg{
	background-color: #FFFCEE;
	margin-bottom: 10px;
	border: 1px solid #FFCC00;
}
#side_menu div.info_msg h4{
	background-color: #FFDF7F;
	padding: 3px 10px;
	font-weight: normal;
}
#side_menu div.info_msg ul{
	padding: 4px 10px 6px;
}
#side_menu div.info_msg ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
#side_menu div.info_msg ul li span{
	color: #FF0000;
}

.side_menu_box ul {
	font-size: 90%;
}


/* Pager
------------------------------------------------- */
.pager_box {
	font-size: 78%;
}

/* Modern browser */
html>/**/.pager_box {
	font-size: 10px;
}


/*addition
------------------------------------------------- */
.video_list_comment h3{
	font-size:110%;
}

.video_list_info li{
	font-size:12px;
}

/*font size
------------------------------------------------- */
.font_size_80{
	font-size:80%;
	/font-size:10px;
}



/*============================================================
Hyper text
============================================================*/

a {
	text-decoration:none;
	/*\*/
	overflow:hidden;
	/**/
}

a:link,
a:visited {
	color:#0044CC;
}

a:hover,
a:focus,
a:active {
	text-decoration:underline;
}



/*============================================================
Form
============================================================*/

input, select, textarea {
	padding:2px;
}


.form_input,
.form_input2 {
	background-color:#FFFCEE;
	margin:0 5px 0 0;
}

.form_textarea {
	background-color:#FFFCEE;
	margin:0 5px 0 0;
}

.form_button{
	text-align:center;
}



/*============================================================
Clear
============================================================*/

.clearfix:after{
	content:".";
	display:block;
	height:0.1px;
	clear:both;
	visibility:hidden;
	overflow:hidden; 
}

.clearfix{
	zoom:1;
}

/*\*/
* html .clearfix{
	height: 1px;
	overflow: visible;
}
/**/



/*============================================================
Layout
============================================================*/

#wrap {
	width: 960px;
	margin: auto;
}

#header {
	width: 960px;
	height: 90px;
	overflow:hidden;
}

#container {
	width: 960px;
/*	margin: 0 auto; */
	padding:0 0 15px;
}

#main {
	padding:15px 0 0;
	margin:0 0 15px;
}

#content {
	float:left;
	width: 720px;
	margin:0 20px 0 0 !important; /* IE7 */
	margin:0 10px 0 0; /* IE6 */
	overflow:hidden;
	min-height:300px;
}

#content_wide{
	margin:0;
	overflow:hidden;
	min-height:300px;
}

#side_menu {
	float:right;
	width: 220px;
	overflow:hidden;
}



/*============================================================
Image
============================================================*/

#img_service_icon{
	background:url(../img/common.png) no-repeat;
	background-position:-1010px 0;
}

.user_no_image{
	background:url(../img/common.png) no-repeat;
	background-position:0 -390px;
}



/*============================================================
Header
============================================================*/
#header_logo {
	width:500px;
	float:left;
	padding:15px 0 0 0;
}
#header_logo p {
	padding-bottom: 2px;
}

#header_logo h1 {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0px;
	background: url(https://static-sv.fc2.com/share/fc2parts/image/fc2logo.png) no-repeat left top;
	padding: 0px;
}
#header_logo h1 a {
	background-image: url("../img/live_chat_service_icon.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px 30px 10px 100px;
}
#header_logo h1 a:link,
#header_logo h1 a:visited {
	color:#000000;
}
#header_logo h1 a:hover {
	text-decoration: none;
}
#header_logo h1 a span {
	color:#FF3300;
}

#header_menu{
	float:right;
	padding:8px 15px 0 0;
	text-align:right;
	line-height: 1.4;
	font-size: small !important; /* IE7 */
	font-size: 82%; /* IE6 */
	position:relative;
	top:44px;
}

body:first-of-type #header_menu { /* Safari,Chrome,Opera 9.6 */
	padding:10px 0 0 0;
}

#header_menu li{
	float:left;
	margin:0 20px 0 0;
	background:url(../img/common.png) no-repeat;
	background-position:-1010px -58px;
	padding:0 0 0 17px;
}

#header_menu li#end{
	margin:0;
}



/*============================================================
Global Menu
============================================================*/

#global_menu {
	width:960px;
	height:41px;
	background:url(../img/global_menu_border.png) no-repeat;
}

#global_menu ul{
	float: left;
}

#global_menu li{
	background:url(../img/global_menu_border.png) no-repeat right;
	float:left;
	text-align:center;
}

#global_menu li a{
	height:31px;
	padding:10px 12px 0;
	display:block;
	text-decoration:none;
}

#global_menu li a:hover{
	background:url(../img/clear_gray.png) no-repeat;
	color:#000000;
}

#global_menu div{
	float: right;
}

#switch_adt,
#switch_gen{
	margin: 8px 5px 0px 0px;
	padding: 2px 0px 0px;
}
#switch_adt a,
#switch_gen a{
	display: block;
}



/*============================================================
Login Menu
============================================================*/

#login_menu{
	background:#fafafa;
	border-bottom:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	padding:5px 10px;
}

#login_menu li{
	float:left;
	margin:0 12px 0 0;
	padding:0 12px 0 0;
	border-right:1px solid #cdcdcd;
}



/*============================================================
Side Menu
============================================================*/

.side_banner{
	text-align:center;
}

.block_inside{
	margin:10px 0;
}

/* Side Menu
---------------------------------*/
.side_menu_box h3{
	font-size:100%;
}

.side_foot{
	background:url(../img/common.png) no-repeat;
	background-position:0 -215px;
	width:220px;
	height:6px;
}

.side_ranking{
	background:url(../img/common.png) no-repeat;
	background-position:0 -110px;
	width:160px;
	height:23px;
	padding:25px 0 0 60px;
}

.side_info{
	background:url(../img/common.png) no-repeat;
	background-position:-250px -110px;
	width:160px;
	height:23px;
	padding:25px 0 0 60px;
}

.side_info_list{
	border-bottom:1px #cdcdcd dotted;
	margin:0 0 5px;
	padding:0 0 5px;
}



/*============================================================
Footer
============================================================*/

#foot_menu {
	text-align: right;
	width: 960px;
	padding: 5px 0px;
	background-color: #ffffff;
	clear: both;
	margin: 0 auto 5px;
	border:1px solid #cdcdcd;
	background:#fafafa;
}

#foot_menu ul {
	text-align: right;
	overflow: hidden;
}

#foot_menu li {
	display: inline;
	padding: 0px 7px;
	margin: 0 -1px 0 0;
	list-style: none;
	border-right: 1px solid #CCCCCC;
	line-height: 1.5;
}

#foot_menu li.end {
	border: none;
}

/*============================================================
footer_global
============================================================*/
#fc2menu_global,
#footer_outline {
	width: 960px;
}
#fc2menu_global li {
	width: 970px;
}
#fc2menu_global dl {
	width: 310px !important;
}

/*============================================================
Table
============================================================*/

.table_line_color{
	background:#f9ffff;
}



/*============================================================
Ad
============================================================*/

.ad {
	margin:0 auto 15px auto;
	width:468px;
	text-align:center;
}



/*============================================================
Change Smartphone
============================================================*/

.change_smartphone_body {
	background: url("../img/global_menu_bg.png") repeat-x scroll 0 171px;
}

#change_smartphone {
	width:100%;
    padding:45px 0 15px 0;
    background-color:#A0B4C6;
    text-align:center;
}
