﻿@charset "UTF-8";
/*--レイアウト--*/
#container{
width:950px;
}
#header{
width:950px;
}
#content{
width:910px;
}
#main_left{
width:590px;
}
#main_right{
width:590px;
}
#side{
width:300px;
}
#side_left{
width:300px;
}
#footer{
width:910px;
}

/*--グラフ--*/
#graph_p{
width:293px;
}
#graph_b{
width:293px;
}

/*--contents内--*/
.inner{
width:910px;
}
#top{
min-width: 950px;
}
#top .inner{
width:950px;
}
#main_left .inner{
width:590px;
}
#main_right .inner{
width:590px;
}
#side .inner{
width:278px;
}
#side_left .inner{
width:300px;
}

/*--list--*/
#side_left li a {
width:260px;
}
#side_left .list_sub a{
width:253px;
}
/*--プロフィール--*/
.profile{
width:300px;
}

.profile dt{
width:90px;
}
.profile dd{
width:185px;
}
.profile .intro dt{
display:none;
}
.profile .intro dd{
width:285px;
}
/*--log--*/  
.log_list_detail{
width: 420px;
}
/*--タイムライン--*/
.timeline .inner{
width:529px;
}


.gad_header_area{
margin-right:200px;
}
.book{
width:136px;
height:160px;
line-height: 150%;
}
.log_list_detail{
width:500px;
}
.book .read_end{
	left: 13px;
}

/*index*/
.top_h3{
font-size: 200%;
}

/*navi*/
.navi_s .input_q{
width:500px;
font-size:18px;
}


/*comment*/
.comment_page_box{
width:570px;
}
.comment_page_box2{
width:570px;
}
.comment_page_box2 textarea{
width:560px;
}
.comment_box_r{
width: 485px;
padding:15px;
}
.comment_box2_r{
width: 485px;
font-size:15px;
line-height: 160%;
padding:15px;
}
.res_box{
width:570px;
}
.comment_area{
width:520px;
}

/*profile*/
.profile_textarea{
width:500px;
font-size:16px;
}
#account_setting input {
font-size:18px;
padding:5px;
}
#account_setting select {
font-size:16px;
}
#account_setting .input_text{
width:400px;
}