/* CSS Document */

/*
Theme Name: T_kimura_2c_mose
Theme URI: http://kimura.debug-japan.com/
Description: Ten pre by which Mr. Kimura did a custom!
Author: Tkimura
Author URI: http://kimura.debug-japan.com/
Version: 1.0
*/

/*------------------------------------------------------*/

a:link,a:visited,a:active { color: red;}
a:hover { color: #000; }

body {
	background-color: #333333;
}

/*結果のタイトル*/
#wrapper #main .result_title{
    color:#000;
    background-color:#EEE7BD;
    border:dotted 2px #000;
}

/* 見出し */
#wrapper #main h1, #wrapper #main h2,#wrapper #main h1 a, #wrapper #main h2 a{
    color:#7D9CB0;
}

#wrapper #main h1, #wrapper #main h2{
    border-bottom:solid 3px #7D9CB0;
    /*background-color:#5B4A50;*/
    padding:5px 0px 5px 0px;
}

/* サイドバー見出し */
.side_title {
    border-bottom:solid 2px #000;
    color:#000;
/*    background-color:#FFCD4A;*/
    padding:5px 0px 5px 0px;
}

#side a:link,#side a:visited,#side a:active {
    color: #000;
    text-decoration:none;
}
#side a:hover {
    color: red;
    font-weight:bold;
    text-decoration:underline;
}

#footer {
	color: #ffffff;
	background-color: #333333;
}

/*------------------------------------------------------*/



body {
	font-family: sans-serif;
	word-break: break-all;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

#wrapper{
    width:100%;
    overflow:hidden;
}

#hm_wrapper{
	background-color:#fff;
    float:right;
    width:65%;
    padding-top:10px;
    padding-left:2.5%;
    padding-right:2.5%;
    padding-bottom: 32767px;
    margin-bottom : -32767px;
}

#side{
    background-color:#eee7bd;
    float:right;
    width:25%;
    padding-top:10px;
    padding-left:2.5%;
    padding-right:2.5%;
    padding-bottom : 32767px;
    margin-bottom : -32767px;
}


#header {
    padding-bottom:20px;
}

#site_title{
    font-weight:bold;
    font-size:28px;
}

#site_title a{
    text-decoration:none;
}


/*結果のタイトル*/
#wrapper #main .result_title{
    border:none;
    margin-bottom:20px;
    position:static;
    text-align:center;
    padding:5px 0px; 
}

#wrapper #main .result_title:before {
	position: static;
    content:"";
}

/* 見出し */
#wrapper #main h1, 
#wrapper #main h2{
	font-size: 20px;
    margin-bottom:10px;
}

/* サイドバー見出し */
.side_title {
    font-weight: bold;
	font-size: 20px;
    margin-bottom:10px;
}

/* マーク */
/*#wrapper #main h1, 
#wrapper #main h2 {
	position: relative;
}
#wrapper #main h1:before, 
#wrapper #main h2:before {
	position: absolute;
    left: 5px;
    top: 5px;
    content: url(./images/side_img.png);
}*/

/* 見出しのリンク */
#wrapper #main h1 a, 
#wrapper #main h2 a {
	text-decoration:none;
}
#wrapper #main h1 a:hover, 
#wrapper #main h2 a:hover {
	text-decoration:underline;
}

#wrapper #main div p {
    padding: 10px 0px 30px 0px;
}

/* 本文のリンク */
#wrapper #main a {
	font-weight: bold;
}

/* ページネーション */
.pagination {
    padding-bottom:10px;
}

#head_img{
    text-align:center;
    vertical-align:bottom;
    padding-bottom:20px;
}
#head_img img{
    width:100%;
    max-width: 350px;
}

.widget{
    padding:20px 0px;
}

#widget_search_box{
    text-align:center;
}
#s {
	width: 80%;
}

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

#footer a:link,
#footer a:visited,
#footer a:active {
    color: #fff;
}
#footer a:hover {
    color: #fff;
    text-decoration:none;
}

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

.error_box{
    text-align:center;
}

.error_title {
	font-size: 20px;	
}

.error_link {
	padding: 10px;
	margin-top: 10px;
}




@media screen and (max-width : 767px){

#site_title{
    font-size:20px;
}

#wrapper{
    width:100%;
    overflow:hidden;
}

#hm_wrapper{
    float:none;
    width:auto;
    padding:5px;
    margin-bottom: 0;
}

#side{
    float:none;
    width:auto;
    padding:5px;
    margin-bottom: 0;
}

#head_img{
    display:none;
}


}