﻿@charset "utf-8";

/*----------------------
  SmartPhone CSS
----------------------*/
h2{
	font-size:120%;
}

h2 span{
	display:block;
	margin:10px 0;
}

#smartglass{
	margin:10px auto;
	width:250px;
}

.time{
	margin:0;
}

.time .col-md-2{
	padding:7px 15px;
}

.time .col-md-10{
	border-bottom:none;
	border-left:1px dotted #e46d1e;
	border-right:1px dotted #e46d1e;
}

.time.last .col-md-10{
	border-bottom:1px dotted #e46d1e;
	border-left:1px dotted #e46d1e;
	border-right:1px dotted #e46d1e;
}

.timeParallel1 .col-md-10{
	border-bottom:none;
	border-left:1px dotted #e46d1e;
	border-right:1px dotted #e46d1e;
}

.timeParallel2 .col-md-10{
	border-bottom:none;
	border-left:1px dotted #e46d1e;
	border-right:1px dotted #e46d1e;
}

ul.panelist li{
	min-height:220px;
}

.profileDetail dt{
	float:none;
	width:100px;
	height:100px;
}

.profileDetail dt img{
	width:100px;
	height:100px;
}

.profileDetail dd{
	padding:5px 0 0 0;
}

.profileDetail dd.career{
	line-height:1.1em;
}