/* ACHIVEMENT BUSINESS_SUMMARY */

@charset "UTF-8";

/** BODY _BACKGROUND
-------------------------------------*/
body
{
    background: url(../images/achievements.png) 100% no-repeat fixed;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 100px 300px;
    background-attachment: fixed;
}

/** AREA
-------------------------------------*/
p
{
	font-size: 1.6rem;
}

#area {
	margin-top: 50px;
}

.main {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

/** TAB_AREA
-------------------------------------*/
#tab_area {
	width: 80%;
	margin: 0 auto;
}

/** MAIN_AREA
-------------------------------------*/
p.year {
	font-weight: bold;
	padding-bottom: 1px;
	margin: 30px 0px 10px 0px;
	background: -moz-linear-gradient(left,  rgba(215,12,25,1) 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(215,12,25,1) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(215,12,25,1) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0) 100%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70c19', endColorstr='#00000000',GradientType=1 );
}

p.year span {
	display: inline-block;
	width: 100%;
	background: #fff;
	text-align: left;
	color: #d70c19;
}

.wrap {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px;
}

.wrap img {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.details {
	overflow: hidden;
}

p.title {
	color: #000000;
	font-weight: bold;
}
p.title span {
	font-size: 1.2rem;
}

p.text {
	font-size: 1.2rem;
}

.link img {
	float: right;
	width: auto;
	margin-right: 0;
}

.link img:hover { opacity: 0.5; }

/*============================================================*/
@media only screen and (max-width: 768px)
{
	body
	{
    	background-position: 10px 300px;
		font-size: 1.2rem;
	}
	p
	{
		font-size: 1.0rem;
	}
	#area
	{
		margin-top: 5px;
	}
	#tab_area
	{
		width: 96%;
		margin: 0 auto;
	}
	.wrap
	{
		padding: 5px;
		text-align:center;
	}
	.wrap img
	{
		float: none;
		width: 64px;
		margin: 0 100px;
	}
	.details
	{
		overflow: hidden;
		text-align:center;
	}
	p.title
	{
		color: #000000;
		font-weight: bold;
	}
	p.title span
	{
		font-size: 1.2rem;
	}
	p.text
	{
		font-size: 1.0rem;
		text-align:left;
	}
	.link img
	{
		float: none;
		width: 205px;
		margin: 0 50px;
	}
}

