@charset "utf-8";

/*
	Site Name: 朝日放送アナウンサーサイト　アナアナ　profile
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	 1: PC
	 2: SMP
	 
==========================================================
*/

@import url(pc/default.css) screen and (min-device-width: 769px); 
@import url(smp/default.css) screen and (max-device-width: 768px);

body {
	background:url(../img/pc/wall_dot_gr.gif);
}

/*
==================================================================================
	 1: PC
==================================================================================
*/

@media only screen and (min-device-width: 769px) {
#profile {
	padding:30px;
}
#profile dt {
	float:left;
}
#profile dt img {
	-webkit-border-radius:20px 20px 20px 20px;
	-moz-border-radius:20px 20px 20px 20px; 
	border-radius:20px 20px 20px 20px;
	border:3px solid #f3d479;
}
#profile dd {
	margin: 5px 0 5px 220px;
}
#profile .name {
	border-bottom:1px dotted #f3d479;
	margin-bottom:10px;
	}
#profile .name h1 {
	font-size:182%;
	font-weight:bold;
}
#profile .name span {
	font-size:70%;
}
#profile .prof span {
	display:block;
	float:left;
	width:70px;
}
#profile .prof ul {
	margin-left:70px;
}
#profile .prof li {
	margin-left:40px;
	text-indent:-40px;
}
#profile .prof .tv:before {
	content:url(../img/pc/icon_tv.gif);
	margin-right:5px;
}
#profile .prof .radio:before {
	content:url(../img/pc/icon_radio.gif);
	margin-right:5px;
}
#profile .prof .other:before {
	content:url(../img/pc/icon_other.gif);
	margin-right:5px;
}
#profile .prof a:after {
	content:" ≫"
}
#profile .prof a {
	cursor: pointer;
}
#profile .comment {
	margin-top:20px;
	border-top:1px dotted #f3d479;
}
#profile .comment h2 {
	margin:20px 0 5px;
	font-size:123.1%;
	font-weight:bold;
	}
#profile .comment h2:before {
	content:"● ";
	color:#f3d479;
	}
 
}
 
@media only screen and (max-device-width: 768px) {

img{
	max-width: 100%;
	height: auto;
	width /***/: auto;　
}
#profile {
	padding:25px;
}
#profile dt {
	width:100%;
	text-align:center;
}
#profile dt img {
	-webkit-border-radius:20px 20px 20px 20px;
	-moz-border-radius:20px 20px 20px 20px; 
	border-radius:20px 20px 20px 20px;
	border:3px solid #f3d479;
	width:60%;
}
#profile dd {
	margin: 10px 0;
}
#profile .name {
	border-bottom:2px dotted #f3d479;
	border-top:2px dotted #f3d479;
	margin:25px 0 20px;
	padding:10px 0;
	}
#profile .name h1 {
	font-weight:bold;
	font-size:2rem;
}
#profile .name span {
	font-size:60%;
}
#profile .prof span {
	display:block;
	float:left;
	width:70px;
}
#profile .prof ul {
	margin-left:70px;
}
#profile .prof li {
	margin-left:45px;
	text-indent:-45px;
	margin-bottom:2px;
	line-height:1.6;
}
#profile .prof .noicon {
	margin-left: 0;
	text-indent: 0;
	margin-bottom: 0;
	line-height: 1.0;
}
#profile .prof .tv:before {
	content:url(../img/pc/icon_tv.gif);
	margin-right:5px;
}
#profile .prof .radio:before {
	content:url(../img/pc/icon_radio.gif);
	margin-right:5px;
}
#profile .prof .other:before {
	content:url(../img/pc/icon_other.gif);
	margin-right:5px;
}
#profile .prof a:after {
	content:" ≫"
}
#profile .comment {
	margin-top:20px;
	border-top:2px dotted #f3d479;
	line-height:1.6;
}
#profile .comment h2 {
	margin:20px 0 5px;
	font-size:100%;
	font-weight:bold;
	}
#profile .comment h2:before {
	content:"● ";
	color:#f3d479;
	font-size:153%;
	line-height:0;
	}
 
}
