@charset "UTF-8";

body {
    background-image: url(/images/system/common/bg1.gif);
    background-repeat: repeat;
    background-position: left top;
}
.red {
    color: #FF0004;
}
#frame_profile {
    width: 850px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-top: 31px;
    border: 1px solid #CCC;
    position: relative;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
}

#frame_profile #close {
    position: absolute;
    right: 80px;
    top: -27px;
    background-color: #FFFFFF;
    visibility: visible;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-left-color: #CCC;
}
#frame_profile #prevew {
    position: absolute;
    right: 180px;
    top: -27px;
    background-color: #FFFFFF;
    visibility: visible;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-left-color: #CCC;
}

form {
    margin:0px;
}

   #system-t{
        padding: 0px;
        width: 850px;
	    height: 154px;
        overflow: hidden;
        border-bottom: 7px solid #145597;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
      
        
    }

#system-t a .logo {
    padding-top: 0px;
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
}

#system-t .header-img {
	float: right;
	width: 40%;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 2px;
	height: auto;
}
   #system-s{
        padding: 0px;
        width: 850px;
	    height: 154px;
        overflow: hidden;
        border-bottom: 7px solid #145597;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
      
        
    }

#system-s a .logo {
    padding-top: 0px;
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
}

#system-s .header-img {
	float: right;
	width: 40%;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 2px;
	height: auto;
}

#main_contents {
    clear: both;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}
#main_contents #name {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.message .messe {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #333;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 7px;
    background-color: #dce6ef;
    margin-bottom: 15px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #36597c;
    border-radius:0px;
}


/*以下はコンテンツ--------*/

p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 150%;
    color: #333;
    margin: 0px;
    padding: 0px;
}

#edit {
    clear: both;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    border: 1px dotted #F00;
    width: 100%;
}


#main_contents #feedbacks {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.title-bar {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color:#FFF;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #36597c;
    background-color: #8AABCC;
    margin-top: 3px;
    border-radius:0px;
}

.comment_text {
    clear: both;
    line-height: 130%;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}
.comment_name {
    float: right;
    width: 54%;
    text-align: right;
    margin-bottom: 14px;
    font-size: 12px;
    margin-right: 10px;
}

.boxr {
    background-color:#FFF9BD;
    margin-bottom: 14px;
    padding-top: 14px;
    ;
}


#photo {
    height: 110px;
    width: 100px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/以下はrスマホ用_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media (max-width:767px){

    #frame_profile {
        width: 100%;

    }
#frame_profile #close {
    position: absolute;
    right:8%;
    
}
#frame_profile #prevew {
    position: absolute;
    right: 40%;
  
    
}
 #system-t {
	width: 100%;
		height: auto;
	background-position:  center 35px;
	background-repeat: no-repeat;
	background-size: auto auto;
	border-bottom: 6px solid #175A9B;
    }
#system-t a .logo {
	width: 35%;
	height: auto;
	margin-top: 10px;
}
#system-t .header-img {
	width: 80%;
	max-width: 300px;
	height: auto;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
}
	#system-s {
	width: 100%;
		height: auto;
	background-position:  center 35px;
	background-repeat: no-repeat;
	background-size: auto auto;
	border-bottom: 6px solid #175A9B;
    }
#system-s a .logo {
	width: 35%;
	height: auto;
	margin-top: 10px;
}
#system-s .header-img {
	width: 80%;
	max-width: 300px;
	height: auto;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
}
#main_contents .col-md-5 a img {
	float: left;
}
#main_contents .row .col-md-7 {
	margin-top: 10px;
}

	
}
