/* CSS Document */

/*
Theme Name: T_kimura_2c_sideimg
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
*/

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

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

a:link,a:visited,a:active { color:red; font-weight:bold;}
a:hover { color:#333; }

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

#wrapper {
	overflow: hidden;
	max-width: 1500px;
	width:100%;
	margin: 0 auto;
	background-color: #f9f9f9;
}

#main {
	width: 65%;
	float: left;
}

#side{
	width: 30%;
	float: right;
}

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

#header {
    text-align:center;
    width:100%;
    background-color:#fff;
}

#header #site_title {
	font-size: 30px;
	font-weight: bold;
    padding:5px 20px;
    text-align:left;
    border-bottom:1px dotted #000;
}

#header #site_title a {
	text-decoration:none;
	color:red;
}

#header #site_title a:hover {
	text-decoration:underline;
}

#main h1, #main h2 {
    color: #000;
    margin-bottom: 5px;
    font-size:23px;
    text-align:center;
    background-color:#fff;
    color:#333;
    
    border-top: 20px solid transparent;
	border-right: 20px solid red;
	border-bottom: 20px solid transparent;
	border-left:20px solid red;
}

#main h1 a, #main h2 a {
    color:#333;
	text-decoration:none;
}

#main h1 a:hover, #main h2 a:hover {
	text-decoration:underline;
}

#main #result_title h1{
    background-color:#eee;
    color:#000;
}

#main div {
	color:#000000;
    padding:20px;
}

#main a {
	font-weight: bold;
}

#main #pagination {
}

#main .error_title {
	font-size: 20px
}


#side #head_img {
    padding: 20px;
    border-radius:300px;
	text-align:center;
}

#side #head_img img {
	width: 100%;
    max-width:300px;
    vertical-align: bottom;
    border-radius: 10px;
    border:5px solid red;
}

#side #description {
	color: #000;
    font-size:13px;
    text-align:left;
    padding: 20px;
}

#side .widget {
    padding:20px;
}

#side .side_title {
	font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    border-bottom:3px double #000;
}

#side #search_form{
	text-align:center;
}

#side #search_form #s {
	width: 60%;
}

#side a {text-decoration:none;}

#side li{
    border-bottom:1px dashed #000;
}

#footer {
	text-align: center;
	color: #fff;
    background-color:#000;
	padding: 10px 0px;
}
#footer a:link,#footer a:visited,#footer a:active,#footer a:hover{
    color:#fff;
}
#footer a:hover {
    text-decoration:none;
}

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




#header #site_title {
	font-size: 18px;
}

#main {
	width: 100%;
	float: none;
}

#main h1, #main h2 {
    font-size:17px;
}

#side{
    margin-left:0%;
	width: 100%;
	float: none;
}

#side #head_img {
    display:none;
    float:none;
    width: 100%;
}

#side #description {
    font-size:12px;
    border-top:1px dotted #000;
    border-bottom:1px dotted #000;
}