@charset "utf-8";
/* CSS Document */

h3 {
    border-left: 1em solid #39b475;
    padding-left: 0.5em;
    margin: 2em 0 1em;
}

.list {
	background-color: #0094d8d6;
	letter-spacing: 1px;
	margin: 1em;
	padding: 1em;
	border-radius: 1em;
font-weight : 700;
    height: 14em;
}
.list p{
    color: white;
background-image : url(img/jirei/mark1.gif);
background-repeat : no-repeat;background-position : left center;
padding-left : 26px;
}
.list ul{
    font-size: 90%;
    list-style-type: disc;
    float: left;
    width: 50%;
    color: white;
}

.list li {
margin-left : 2em;
}

.list li a:link {
	color: #ffffff;
	text-decoration: none;
}

.list li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.list li a:hover {
	color: #333333;
	text-decoration: underline;
}

.list li a:active {
	color: #ffffff;
	text-decoration: none;
}

.configulation {
	
	padding: 8px;
	border-radius: 1em;
	margin: 1em;
	bottom: auto;
background-color : #f2f2f2;
border : 2px solid silver;

}

.configulation h2 {
	border-bottom: 2px solid #55bac6;
	font-size: 16px;
	margin: 0 0 14px;
	padding: 5px 10px;
}

.configulation div {
    float: left;
    width: 46%;
    margin: 0 0.5em;
}

.r {
	display: block;
	text-align: left;
	margin: 0 0 0.5em 6px;
}

.photo {
	clear: both;
	padding: 1em;
}

.photo li {
    width: 46%;
    list-style-type: none;
    float: left;
    margin: 1.5em 0.5em 0;
    text-align: center;
}

.comment {
	border : 2px solid #00aac1;
	padding : 8px 8px 8px 16px;
	border-radius: 1em;
	margin: 1em;
	bottom: auto;
clear : right;
}

.comment h2 {
	border-bottom: 2px solid #55bac6;
	font-size: 16px;
	margin: 0 0 14px;
	padding: 5px 10px;
}

.comment img{
	float : right;
    margin: 1em 2em;
    max-width: 120px;
}

/*�X�}�z�œK��*/

@media screen and (max-width: 530px){
.configulation div {
    float: none;
    width: 100%;
}
.photo li {
    width: 100%;
    float: none;
    margin: 1.5em auto 0;
}
.comment img {
    margin: 1em;
}
.list {
    height: initial;
}
.list ul {
    float: initial;
    width: auto;
}
}

@media screen and (max-width: 375px){
.comment img {
    float: none;
    margin: 1em auto;
    display: block;
}
}
