/************************************
For top page
*************************************/

/* search hint */
#header ul.MIG_hint {
	text-align: right;
	margin-right: 3%;
	margin-bottom: 3px;
}
#header ul.MIG_hint a {
	color: #000000;
	text-decoration: none;
}
#header ul.MIG_hint a:hover {
	color: #ff6600;
}

/* search window */
td#gs_tti0 {
	padding: 0px 2px 4px !important;
}

#cse-search-form {
	float: right;
	max-width: 250px;
	min-width: 200px;
	margin: 0 3% 1% 3%;
}

#MIG_search-hint #cse-search-form {
	float: none;
	max-width: 70%;
	min-width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

input.gsc-input {
	font-size: 1em !important;
	padding: 1px 0px !important;
}

.gsc-input-box {
	border: 1px solid #000000 !important;
	height: 20px !important;
}

.gsc-search-box .gsc-input {
	padding-right: 0px !important;
}

input.gsc-search-button {
	border: 1px solid #0e1b3f !important;
	background-color: #0e1b3f !important;
}

input.gsc-search-button:hover {
	border: 1px solid #ff6600 !important;
	background-color: #ff6600 !important;
}

input.gsc-search-button-v2 {
	width: 13px !important;
	height: 13px !important;
	padding: 4px 4px 3px 4px !important;
	min-width: 13px !important;
}

input.gsc-search-button {
	background-image: none !important;
	filter: none !important;
}

input.gsc-search-button-v2 {
	margin-top: 0px !important;
}

/* navi */
#header div.MIG_nav {
	clear: both;
	margin-bottom: 10px;
}

#header div.MIG_nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/*------------ contents ------------*/
/* contents */
div.MIG_contents {
	padding-top: 0 !important;
}

/* link */
div.MIG_contents #main a {
	text-decoration: none;
}

/* header logo */
#contents div.MIG_header_logo {
	background: #000000;
	padding: 25px;
	color: #ffffff;
	min-height: 81px;
	margin-bottom: 1em;
}
#contents div.MIG_header_logo h1 {
	font-size: 1.5em;
}

/* Mac settingo */
#contents div.MIG_mac_setting > p {
	font-size: 0.9em;
	color: #0000ff;
}
#contents div.MIG_mac_setting > p + p {
	font-size: 1em;
	padding-left: 25px;
	text-indent: -25px;
}
#contents div.MIG_mac_setting > p + p img {
	vertical-align: middle;
	padding-right: 5px;
}

#contents div.MIG_mac_setting > p + p a:hover {
	color: #0000ff;
	text-decoration: underline;
}

/* PRECAUTIONS */
#contents div.MIG_precautions > p {
	text-align: right;
}
#contents div.MIG_precautions > p a {
	font-size: 0.9em;
	padding: 0 0.5em;
	color: #424c60;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
}
#contents div.MIG_precautions > p a:hover {
	color: #999999;
	text-decoration: underline;
}

/* Title list */
#contents div.MIG_title {
	margin-bottom: 1.5em;
}
#contents div.MIG_title > p {
	padding: 0.5em 0.5em 0.5em 1.5em;
	background-color: #444444;
}
#contents div.MIG_title > p a {
	color: #ffffff;
	font-weight: bold;
}
#contents div.MIG_title > p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#contents div.MIG_title > ul {
	padding: 0.5em 1.5em 0.5em 0.5em;
	background-color: #e9e9e9;
	list-style-image: none;
}
#contents div.MIG_title > ul > li {
	display: block;
	width: 100%;
	padding-right: 0.2em;
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
#contents div.MIG_title > ul > li:before {
	padding-right: 0.5em;
	content: url(screens/dot1.gif);
}
#contents div.MIG_title > ul > li a {
	color: #424c60;
}
#contents div.MIG_title > ul > li a:hover {
	color: #999999;
	text-decoration: underline;
}


/*------------ footer ------------*/
/* page top */
#footer p.MIG_gototop {
	float: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-right: 3%;
	margin-bottom: 0;
	padding: 0.5em 1em;
}
#footer p.MIG_gototop a {
	color: #555555;
	text-decoration: none;
}
#footer p.MIG_gototop a:hover {
	color: #ff6600;
}


/*------------ Media Queries ------------*/
@media screen and (min-width: 480px) {
	/* navi */
	#header div.MIG_nav:after {
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		content: "";
	}
	
	/* header logo */
	#contents div.MIG_header_logo {
		background: #000000 url(screens/header.jpg) no-repeat right center;
		padding: 25px 260px 25px 25px;
	}
	
	/* Title list */
	#contents div.MIG_title > ul {
		padding: 0.5em 0.5em 0 0.5em;
	}
	#contents div.MIG_title > ul > li {
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
}


/*------------ Print ------------*/
@media print {
	/* header logo */
	#contents div.MIG_header_logo {
		border: 1px solid #000000;
	}
	
	/* Title list */
	#contents div.MIG_title > p {
		border: 1px solid #000000;
	}
	#contents div.MIG_title > ul {
		padding: 0.5em 0.5em 0 0.5em;
	}
	#contents div.MIG_title > ul > li {
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	#header ul.MIG_hint { display: none; }
	#header div.MIG_nav { display: none; }
}

